Turn off Server GC to hopefully help with #2127

This commit is contained in:
Jamie Rees 2018-04-09 12:43:08 +01:00
commit 520eb29eee

View file

@ -10,7 +10,9 @@
<Version>$(FullVer)</Version>
<PackageVersion></PackageVersion>
</PropertyGroup>
<PropertyGroup>
<ServerGarbageCollection>false</ServerGarbageCollection>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netcoreapp2.0\Swagger.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;</NoWarn>