aboutsummaryrefslogtreecommitdiff
path: root/HelloApp/HelloApp.fsproj
diff options
context:
space:
mode:
Diffstat (limited to 'HelloApp/HelloApp.fsproj')
-rw-r--r--HelloApp/HelloApp.fsproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/HelloApp/HelloApp.fsproj b/HelloApp/HelloApp.fsproj
index 54be4a7..a345ea0 100644
--- a/HelloApp/HelloApp.fsproj
+++ b/HelloApp/HelloApp.fsproj
@@ -1,7 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
+ </PropertyGroup>
+ <PropertyGroup>
+ <ServerGarbageCollection>true</ServerGarbageCollection>
+ <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />