Skip to content

Commit d088226

Browse files
committed
Supress compile error
1 parent 76286cc commit d088226

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/build.fsproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net7.0</TargetFramework>
66
<IsPackable>false</IsPackable>
7+
<!-- <NoWarn>NU1904</NoWarn>-->
8+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
79
</PropertyGroup>
810
<ItemGroup>
911
<Compile Include="DotEnv.fs" />
1012
<Compile Include="build.fs" />
1113
</ItemGroup>
1214
<Import Project="..\.paket\Paket.Restore.targets" />
13-
</Project>
15+
</Project>

0 commit comments

Comments
 (0)