Skip to content

Commit bbfd24d

Browse files
committed
Demo: fix csproj warning element
1 parent 0a9c0ee commit bbfd24d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/FftSharp.Demo/FftSharp.Demo.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<UseWindowsForms>true</UseWindowsForms>
77
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
8-
<NoWarn>CA1416</NoWarn>
9-
<NoWarn>NU1701</NoWarn>
8+
<NoWarn>NU1701;CA1416</NoWarn>
109
</PropertyGroup>
1110
<PropertyGroup>
1211
<ApplicationIcon>icon.ico</ApplicationIcon>

0 commit comments

Comments
 (0)