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 d3e8c5e commit 2151cb1Copy full SHA for 2151cb1
Directory.Build.props
@@ -17,6 +17,10 @@
17
<EnableCodeAnalysis>true</EnableCodeAnalysis>
18
<NoWarn>S125;CA1848;CA1002;CA1515;S1118</NoWarn>
19
</PropertyGroup>
20
+ <PropertyGroup>
21
+ <InvariantGlobalization>true</InvariantGlobalization>
22
+ <TieredPGO>true</TieredPGO>
23
+ </PropertyGroup>
24
<PropertyGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
25
<IsPackable>false</IsPackable>
26
<UseMicrosoftTestingPlatformRunner>false</UseMicrosoftTestingPlatformRunner>
0 commit comments