Skip to content

Commit 724b51b

Browse files
committed
Cleanup build
1 parent 3163462 commit 724b51b

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

build/build.fsproj

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
3-
<PropertyGroup>
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" />
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net8.0</TargetFramework>
6+
<IsPackable>false</IsPackable>
7+
</PropertyGroup>
8+
<ItemGroup>
9+
<Compile Include="DotEnv.fs" />
10+
<Compile Include="build.fs" />
11+
</ItemGroup>
12+
<Import Project="..\.paket\Paket.Restore.targets" />
1513
</Project>

0 commit comments

Comments
 (0)