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.Handles
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.Handles')
-rw-r--r--src/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj b/src/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj
index 8dfe98f290..c227973e2f 100644
--- a/src/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj
+++ b/src/System.Runtime.Handles/tests/System.Runtime.Handles.Tests.csproj
@@ -12,8 +12,6 @@
<Compile Include="SafeHandle.cs" />
<Compile Include="SafeWaitHandle.cs" />
<Compile Include="SafeWaitHandleExtensions.cs" />
- </ItemGroup>
- <ItemGroup Condition="'$(TargetGroup)' == 'netstandard'">
<Compile Include="CriticalHandle.netstandard.cs" />
<Compile Include="SafeHandle.netstandard.cs" />
</ItemGroup>