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 5835f02 commit 9aecce6Copy full SHA for 9aecce6
Directory.Build.props
@@ -1,9 +1,9 @@
1
<Project>
2
- <PropertyGroup Condition="'$(Configuration)'=='Debug'">
+ <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
3
<NoWarn>$(NoWarn);AV2210</NoWarn>
4
</PropertyGroup>
5
6
- <PropertyGroup Condition="'$(Configuration)'=='Release'">
+ <PropertyGroup Condition="'$(Configuration)' == 'Release'">
7
<NoWarn>$(NoWarn);1591</NoWarn>
8
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9
<GenerateDocumentationFile>true</GenerateDocumentationFile>
0 commit comments