Skip to content

Commit 9aecce6

Browse files
committed
Add whitespace
1 parent 5835f02 commit 9aecce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
2-
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
2+
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
33
<NoWarn>$(NoWarn);AV2210</NoWarn>
44
</PropertyGroup>
55

6-
<PropertyGroup Condition="'$(Configuration)'=='Release'">
6+
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
77
<NoWarn>$(NoWarn);1591</NoWarn>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)