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
path: root/pkg
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2017-05-10 00:44:17 +0300
committerStephen Toub <stoub@microsoft.com>2017-05-10 00:44:17 +0300
commit20fa122b68af8c839306adfdf4210622ac9c3449 (patch)
tree90a4bb12d6f64fbc33cab8a139a23e9f38d8ba8a /pkg
parent4d0b3ecdee0c9a74a9ca085b23953baaed62cf55 (diff)
Make TransportType internal in Sockets assembly
Diffstat (limited to 'pkg')
-rw-r--r--pkg/test/packageSettings/System.Security.Permissions/netcoreapp2.0/ignoreTypes.targets7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/test/packageSettings/System.Security.Permissions/netcoreapp2.0/ignoreTypes.targets b/pkg/test/packageSettings/System.Security.Permissions/netcoreapp2.0/ignoreTypes.targets
deleted file mode 100644
index 0b9771dd47..0000000000
--- a/pkg/test/packageSettings/System.Security.Permissions/netcoreapp2.0/ignoreTypes.targets
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Condition="'$(RuntimeIdentifier)' != ''">
- <!-- clashes with internal type in Sockets -->
- <IgnoredTypes Include="System.Net.TransportType" />
- </ItemGroup>
-</Project> \ No newline at end of file