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 76286cc commit d088226Copy full SHA for d088226
build/build.fsproj
@@ -4,10 +4,12 @@
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net7.0</TargetFramework>
6
<IsPackable>false</IsPackable>
7
+ <!-- <NoWarn>NU1904</NoWarn>-->
8
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
9
</PropertyGroup>
10
<ItemGroup>
11
<Compile Include="DotEnv.fs" />
12
<Compile Include="build.fs" />
13
</ItemGroup>
14
<Import Project="..\.paket\Paket.Restore.targets" />
-</Project>
15
+</Project>
0 commit comments