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@dotnetfoundation.org>2017-04-05 07:18:38 +0300
committerDan Moseley <danmose@microsoft.com>2017-04-05 07:18:38 +0300
commitdebd8e917e26b40f76e47400cdd02db38472a8d5 (patch)
tree31274f84f4ddaa3471b57328bfa6b9999d81613c /external
parentd6b460124131a12a638872d31a70c366d3585f88 (diff)
Update CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25205-02, preview1-25205-01, beta-25205-00, beta-25205-00, preview1-25204-01, respectively (#17919)
Diffstat (limited to 'external')
-rw-r--r--external/ilasm/project.json.template6
-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/runtime/project.json.template8
-rw-r--r--external/test-runtime/optional.json2
6 files changed, 11 insertions, 11 deletions
diff --git a/external/ilasm/project.json.template b/external/ilasm/project.json.template
index 9c4e239848..6c6c332c22 100644
--- a/external/ilasm/project.json.template
+++ b/external/ilasm/project.json.template
@@ -2,9 +2,9 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-preview1-25203-01",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25203-02",
- "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25203-02"
+ "Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-01",
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25205-02",
+ "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25205-02"
}
}
},
diff --git a/external/netstandard/netstandard1.x/project.json.template b/external/netstandard/netstandard1.x/project.json.template
index 90e0ef2755..4c9f670549 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-25203-01",
+ "NETStandard.Library": "2.0.0-preview1-25204-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 b74a35cf1a..6271149c85 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-25203-01"
+ "NETStandard.Library": "2.0.0-preview1-25204-01"
}
}
}
diff --git a/external/runtime/NETNative/project.json.template b/external/runtime/NETNative/project.json.template
index 710bd660be..7c0e72d946 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-25203-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25205-00"
}
}
},
diff --git a/external/runtime/project.json.template b/external/runtime/project.json.template
index df0f452c39..611e04d300 100644
--- a/external/runtime/project.json.template
+++ b/external/runtime/project.json.template
@@ -2,10 +2,10 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-preview1-25203-01",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25203-02",
- "Microsoft.NETCore.TestHost": "2.0.0-preview1-25203-02",
- "runtime.native.System.Data.SqlClient.sni": "4.4.0-preview1-25203-01",
+ "Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-01",
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25205-02",
+ "Microsoft.NETCore.TestHost": "2.0.0-preview1-25205-02",
+ "runtime.native.System.Data.SqlClient.sni": "4.4.0-preview1-25205-01",
"Microsoft.NETCore.DotNetHost": "1.2.0-beta-001259-00",
"Microsoft.NETCore.DotNetHostPolicy": "1.2.0-beta-001259-00"
}
diff --git a/external/test-runtime/optional.json b/external/test-runtime/optional.json
index 9afff7e312..0b80022828 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-25203-00"
+ "TestILCNugetPackageForCoreFX": "1.0.0-beta-25205-00"
}
}
}