Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Simple/BasicThreading/BasicThreading.csproj')
-rw-r--r--tests/src/Simple/BasicThreading/BasicThreading.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/Simple/BasicThreading/BasicThreading.csproj b/tests/src/Simple/BasicThreading/BasicThreading.csproj
index 45ebce05d..3570f12a6 100644
--- a/tests/src/Simple/BasicThreading/BasicThreading.csproj
+++ b/tests/src/Simple/BasicThreading/BasicThreading.csproj
@@ -1,4 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ServerGarbageCollection>true</ServerGarbageCollection>
+ </PropertyGroup>
<ItemGroup>
<Compile Include="*.cs" />
</ItemGroup>