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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-05-20 02:19:55 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-05-23 01:21:53 +0300
commite933ffe48451a5549b76d03a3ff6023a08be1cfa (patch)
tree7f56d545cfa57f315ae5b231fe28c00b00bf5fa2 /pkg/Microsoft.Private.CoreFx.UAP
parent9de670bcefbe09d3256c147e87c1f7bacd9029fb (diff)
Add more compat shim assemblies
This set of shims was created by diffing the net461 targeting pack with the netcoreapp ref folder we produce from a full corefx build. While all these shims may not be fully supported they all have at least one type that is supported we are including them to maximize compat. Add new shims as inbox on netcoreapp in the package index. Exclude new shims from closure verification as they intentionally have dangling references
Diffstat (limited to 'pkg/Microsoft.Private.CoreFx.UAP')
-rw-r--r--pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj b/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj
index 998f315373..5882618b23 100644
--- a/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj
+++ b/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj
@@ -29,11 +29,15 @@
<!-- Exclude shims from the closure verification -->
<ExcludeFromClosure Include="mscorlib" />
<ExcludeFromClosure Include="System" />
+ <ExcludeFromClosure Include="System.Configuration" />
<ExcludeFromClosure Include="System.Core" />
<ExcludeFromClosure Include="System.Data" />
<ExcludeFromClosure Include="System.Drawing" />
<ExcludeFromClosure Include="System.Net" />
+ <ExcludeFromClosure Include="System.Security" />
+ <ExcludeFromClosure Include="System.ServiceProcess" />
<ExcludeFromClosure Include="System.Transactions" />
+ <ExcludeFromClosure Include="WindowsBase" />
<ExcludeFromDuplicateTypes Include="System.Private.Reflection.Metadata.Ecma335" />