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:
authorEric St. John <ericstj@microsoft.com>2017-02-22 00:32:16 +0300
committerEric St. John <ericstj@microsoft.com>2017-02-23 03:07:16 +0300
commit23bedc465f5cac6d87f06bfef094a4df51813317 (patch)
tree2397918a7b51ad07106f394862bce6000d536660 /pkg
parent79db475030ffe674bfdc414af70380286ad80c7f (diff)
Add NETStandard.Library meta-package to package index
Also update buildtools to understand meta-packages in package index.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 2030b361a8..c685cff051 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -5206,5 +5206,52 @@
},
"ModulesToPackages": {
"sni.dll": "runtime.native.System.Data.SqlClient.sni"
+ },
+ "MetaPackages": {
+ "NETStandard.Library": [
+ "Microsoft.Win32.Primitives",
+ "System.AppContext",
+ "System.Collections",
+ "System.Collections.Concurrent",
+ "System.Console",
+ "System.Diagnostics.Debug",
+ "System.Diagnostics.Tools",
+ "System.Diagnostics.Tracing",
+ "System.Globalization",
+ "System.Globalization.Calendars",
+ "System.IO",
+ "System.IO.Compression",
+ "System.IO.Compression.ZipFile",
+ "System.IO.FileSystem",
+ "System.IO.FileSystem.Primitives",
+ "System.Linq",
+ "System.Linq.Expressions",
+ "System.Net.Http",
+ "System.Net.Primitives",
+ "System.Net.Sockets",
+ "System.ObjectModel",
+ "System.Reflection",
+ "System.Reflection.Extensions",
+ "System.Reflection.Primitives",
+ "System.Resources.ResourceManager",
+ "System.Runtime",
+ "System.Runtime.Extensions",
+ "System.Runtime.Handles",
+ "System.Runtime.InteropServices",
+ "System.Runtime.InteropServices.RuntimeInformation",
+ "System.Runtime.Numerics",
+ "System.Security.Cryptography.Algorithms",
+ "System.Security.Cryptography.Encoding",
+ "System.Security.Cryptography.Primitives",
+ "System.Security.Cryptography.X509Certificates",
+ "System.Text.Encoding",
+ "System.Text.Encoding.Extensions",
+ "System.Text.RegularExpressions",
+ "System.Threading",
+ "System.Threading.Tasks",
+ "System.Threading.Timer",
+ "System.Xml.ReaderWriter",
+ "System.Xml.XDocument"
+ ]
}
} \ No newline at end of file