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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Testing/MacTestRunner.csproj')
-rw-r--r--Testing/MacTestRunner.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/Testing/MacTestRunner.csproj b/Testing/MacTestRunner.csproj
index 6e40b9b9..e25404e2 100644
--- a/Testing/MacTestRunner.csproj
+++ b/Testing/MacTestRunner.csproj
@@ -29,6 +29,10 @@
<CreatePackage>False</CreatePackage>
<UseRefCounting>false</UseRefCounting>
<Profiling>false</Profiling>
+ <HttpClientHandler>HttpClientHandler</HttpClientHandler>
+ <LinkMode>None</LinkMode>
+ <AOTMode>None</AOTMode>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -47,6 +51,9 @@
<UseRefCounting>false</UseRefCounting>
<Profiling>false</Profiling>
<DebugSymbols>true</DebugSymbols>
+ <HttpClientHandler>HttpClientHandler</HttpClientHandler>
+ <AOTMode>None</AOTMode>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />