Skip to content

Commit f518e51

Browse files
committed
Cleanup Directory.Build.props formatting
1 parent d513410 commit f518e51

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Directory.Build.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<Nullable>enable</Nullable>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
88
<!--
9-
S6966 "Use async method on database connection": SQLite does not support async I/O.
10-
See https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/async
11-
-->
9+
S6966 "Use async method on database connection": SQLite does not support async I/O.
10+
See https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/async
11+
-->
1212
<NoWarn>$(NoWarn);S6966</NoWarn>
1313
<!--
14-
CS0618: "Type or member is obsolete": Just because something is obsolete doesn't mean we can stop using it
15-
immediately.
16-
NU190x: "NuGet audit warnings": Need to know about them, but they should not block the build.
17-
S125: "Code should not be commented out": Makes it very annoying to test and develop iteratively.
18-
-->
14+
CS0618: "Type or member is obsolete": Just because something is obsolete doesn't mean we can stop using it
15+
immediately.
16+
NU190x: "NuGet audit warnings": Need to know about them, but they should not block the build.
17+
S125: "Code should not be commented out": Makes it very annoying to test and develop iteratively.
18+
-->
1919
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS0618;NU1901;NU1092;NU1903;NU1904;S125</WarningsNotAsErrors>
2020
<Copyright>Copyright © $([System.DateTime]::Now.ToString('yyyy')) Michael Crawford</Copyright>
2121
<AssemblyVersion>0.4.1.0</AssemblyVersion>

0 commit comments

Comments
 (0)