Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 0666446

Browse files
author
Nate McMaster
committed
Add server GC to samples
1 parent 5c4a132 commit 0666446

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/HotAddSample/HotAddSample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<PropertyGroup>
66
<TargetFrameworks>net451;netcoreapp1.1</TargetFrameworks>
77
<OutputType>Exe</OutputType>
8+
<ServerGarbageCollection>true</ServerGarbageCollection>
89
</PropertyGroup>
910

1011
<ItemGroup>

samples/SelfHostServer/SelfHostServer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<PropertyGroup>
66
<TargetFrameworks>net451;netcoreapp1.1</TargetFrameworks>
77
<OutputType>Exe</OutputType>
8+
<ServerGarbageCollection>true</ServerGarbageCollection>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)