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:
authorVsevolod Kukol <sevoku@microsoft.com>2018-03-05 17:46:23 +0300
committerVsevolod Kukol <sevoku@microsoft.com>2018-03-05 17:46:23 +0300
commitaf19a5d201f9b3073f9eacb0d05d1d0915ff4f20 (patch)
tree40b2b552f7eb9063c793e0091b104ea0d1636584 /Testing
parent46b686a01a24d202f80ef7d6635b20f2e45594dd (diff)
Set LangVersion to C# 6
Diffstat (limited to 'Testing')
-rw-r--r--Testing/CoreTests/CoreTests.csproj2
-rw-r--r--Testing/GtkTestRunner.csproj2
-rw-r--r--Testing/MacTestRunner.csproj2
-rw-r--r--Testing/WpfTestRunner.csproj2
4 files changed, 8 insertions, 0 deletions
diff --git a/Testing/CoreTests/CoreTests.csproj b/Testing/CoreTests/CoreTests.csproj
index 99839e81..6b748674 100644
--- a/Testing/CoreTests/CoreTests.csproj
+++ b/Testing/CoreTests/CoreTests.csproj
@@ -17,12 +17,14 @@
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
diff --git a/Testing/GtkTestRunner.csproj b/Testing/GtkTestRunner.csproj
index 92c71bc0..9b13958f 100644
--- a/Testing/GtkTestRunner.csproj
+++ b/Testing/GtkTestRunner.csproj
@@ -19,6 +19,7 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<PlatformTarget>x86</PlatformTarget>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -29,6 +30,7 @@
<DebugSymbols>true</DebugSymbols>
<ConsolePause>false</ConsolePause>
<PlatformTarget>x86</PlatformTarget>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
diff --git a/Testing/MacTestRunner.csproj b/Testing/MacTestRunner.csproj
index 0fa759b8..e25404e2 100644
--- a/Testing/MacTestRunner.csproj
+++ b/Testing/MacTestRunner.csproj
@@ -32,6 +32,7 @@
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
<LinkMode>None</LinkMode>
<AOTMode>None</AOTMode>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -52,6 +53,7 @@
<DebugSymbols>true</DebugSymbols>
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
<AOTMode>None</AOTMode>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
diff --git a/Testing/WpfTestRunner.csproj b/Testing/WpfTestRunner.csproj
index 24f6d6e4..83f1b395 100644
--- a/Testing/WpfTestRunner.csproj
+++ b/Testing/WpfTestRunner.csproj
@@ -21,6 +21,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
@@ -31,6 +32,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
+ <LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit-console-runner">