File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments