Skip to content

Commit 72c1722

Browse files
ignore package downgrade warning
1 parent 4614177 commit 72c1722

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;NU1902;NU1903</NoWarn>
14+
<NoWarn>$(NoWarn);NU1603;NU1902;NU1903;NU1605</NoWarn>
1515
<!-- Source link -->
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)