We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fedd02 commit 2806ce5Copy full SHA for 2806ce5
1 file changed
Directory.Build.props
@@ -16,6 +16,13 @@
16
<IsPackable>false</IsPackable>
17
</PropertyGroup>
18
19
+ <PropertyGroup Label="Enabled Polyfills">
20
+ <!--https://github.com/meziantou/Meziantou.Polyfill?tab=readme-ov-file#supported-polyfills-->
21
+ <Polyfill></Polyfill>
22
+ <Polyfill>$(Polyfill)|T:System.Threading.Lock</Polyfill>
23
+ <MeziantouPolyfill_IncludedPolyfills>$(Polyfill)</MeziantouPolyfill_IncludedPolyfills>
24
+ </PropertyGroup>
25
+
26
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
27
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
28
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
0 commit comments