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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-02-12 08:40:35 +0300
committerGitHub <noreply@github.com>2017-02-12 08:40:35 +0300
commit608267af43311b131d20e4111477ffb1109233a0 (patch)
tree1000b765463fbaeb3f0fdd08ae380e0fb8de0669 /src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
parent41ac0d427a4e5f17b6f20cc2bef098278da01d70 (diff)
Cleanup netstandard ifdefs and conditions (#16072)
* Cleanup netstandard conditions in csproj files * Cleanup netstandard17 ifdefs * Disable failing tests
Diffstat (limited to 'src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj')
-rw-r--r--src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj b/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
index 5de360ac3e..ccc21a67db 100644
--- a/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
+++ b/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
@@ -4,7 +4,6 @@
<PropertyGroup>
<ProjectGuid>{6C314C9B-3D28-4B05-9B4C-B57A00A9B3B9}</ProjectGuid>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DefineConstants Condition="'$(TargetGroup)'=='netstandard2.0'">$(DefineConstants);netstandard17</DefineConstants>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Debug|AnyCPU'" />