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:
authordotnet-bot <dotnet-bot@microsoft.com>2017-04-06 16:17:52 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-04-06 16:17:52 +0300
commit02b484b8b24bb4712057687794c83b912fd71c2e (patch)
treef0410703a479ed3e3a8de5652c0c4b2a1159b47d /external
parentf6fef8c438c76e08f85c8044449344854f2d60d6 (diff)
Update ProjectNTfs, ProjectNTfsTestILC, Standard to beta-25206-00, beta-25206-00, preview1-25206-01, respectively
Diffstat (limited to 'external')
-rw-r--r--external/netstandard/netstandard1.x/project.json.template2
-rw-r--r--external/netstandard/project.json.template2
-rw-r--r--external/runtime/NETNative/project.json.template2
-rw-r--r--external/test-runtime/optional.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/external/netstandard/netstandard1.x/project.json.template b/external/netstandard/netstandard1.x/project.json.template
index b12d14dd14..85b36fd58c 100644
--- a/external/netstandard/netstandard1.x/project.json.template
+++ b/external/netstandard/netstandard1.x/project.json.template
@@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "NETStandard.Library": "2.0.0-preview1-25205-01",
+ "NETStandard.Library": "2.0.0-preview1-25206-01",
"System.Diagnostics.Contracts": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Dynamic.Runtime": "4.3.0",
diff --git a/external/netstandard/project.json.template b/external/netstandard/project.json.template
index 0c93f43502..6effa53707 100644
--- a/external/netstandard/project.json.template
+++ b/external/netstandard/project.json.template
@@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "NETStandard.Library": "2.0.0-preview1-25205-01"
+ "NETStandard.Library": "2.0.0-preview1-25206-01"
}
}
}
diff --git a/external/runtime/NETNative/project.json.template b/external/runtime/NETNative/project.json.template
index 7c0e72d946..0eebc7e5a8 100644
--- a/external/runtime/NETNative/project.json.template
+++ b/external/runtime/NETNative/project.json.template
@@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25205-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25206-00"
}
}
},
diff --git a/external/test-runtime/optional.json b/external/test-runtime/optional.json
index 0b80022828..9352803e1d 100644
--- a/external/test-runtime/optional.json
+++ b/external/test-runtime/optional.json
@@ -4,7 +4,7 @@
"dependencies": {
"Microsoft.DotNet.IBCMerge": "4.6.0-alpha-00001",
"Microsoft.DotNet.UAP.TestTools": "1.0.2",
- "TestILCNugetPackageForCoreFX": "1.0.0-beta-25205-00"
+ "TestILCNugetPackageForCoreFX": "1.0.0-beta-25206-00"
}
}
}