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:
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>