Skip to content

Commit 1046442

Browse files
fix build break
1 parent 3d82cce commit 1046442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KS.Common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Product>rust-analyzer.vs - Rust language support for Visual Studio 2022</Product>
1212
<StrictCodeAnalysisEnabled>true</StrictCodeAnalysisEnabled> <!-- On by default -->
1313
<StrictCodeAnalysisEnabled Condition="'$(BuildingForLiveUnitTesting)' == 'true' Or '$(Configuration)' != 'Release'">false</StrictCodeAnalysisEnabled>
14-
<NoWarn>$(NoWarn);NU1603</NoWarn>
14+
<NoWarn>$(NoWarn);NU1603;NU1903</NoWarn>
1515
<!-- Source link -->
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)