We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9c0ee commit bbfd24dCopy full SHA for bbfd24d
src/FftSharp.Demo/FftSharp.Demo.csproj
@@ -5,8 +5,7 @@
5
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
6
<UseWindowsForms>true</UseWindowsForms>
7
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
8
- <NoWarn>CA1416</NoWarn>
9
- <NoWarn>NU1701</NoWarn>
+ <NoWarn>NU1701;CA1416</NoWarn>
10
</PropertyGroup>
11
<PropertyGroup>
12
<ApplicationIcon>icon.ico</ApplicationIcon>
0 commit comments