Skip to content

Commit a1e251f

Browse files
committed
<NoWarn>NU1701</NoWarn>
1 parent df0bf71 commit a1e251f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

PropertyChangedAnalyzers.Test/PropertyChangedAnalyzers.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net6.0-windows</TargetFramework>
55
<UseWpf>true</UseWpf>
66
<LangVersion>latest</LangVersion>
7+
<NoWarn>NU1701</NoWarn>
78
</PropertyGroup>
89

910
<PropertyGroup>

ValidCode/ValidCode.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<UseWpf>true</UseWpf>
66
<LangVersion>latest</LangVersion>
77
<Nullable>Enable</Nullable>
8+
<NoWarn>NU1701</NoWarn>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)