diff options
Diffstat (limited to 'HelloApp')
-rw-r--r-- | HelloApp/HelloApp.fsproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/HelloApp/HelloApp.fsproj b/HelloApp/HelloApp.fsproj index 54be4a7..71937a0 100644 --- a/HelloApp/HelloApp.fsproj +++ b/HelloApp/HelloApp.fsproj @@ -3,6 +3,10 @@ <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.0</TargetFramework> </PropertyGroup> + <PropertyGroup> + <ServerGarbageCollection>true</ServerGarbageCollection> + <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection> + </PropertyGroup> <ItemGroup> <Compile Include="Program.fs" /> </ItemGroup> |