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-07 21:37:32 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2017-04-07 21:37:32 +0300
commitddda1b8bd0b2505473f29136e295efcf78839db8 (patch)
treebaca9065b375985525290a75a2fdadc9976fac12 /external
parent40da843f0e5dc2c2b2acaf9efc25a00593697f25 (diff)
Update CoreClr, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25207-02, beta-25207-00, beta-25207-00, preview1-25207-01, respectively (master) (#18045)
* Update CoreClr, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25207-02, beta-25207-00, beta-25207-00, preview1-25207-01, respectively * Undoing ProjectN dependency update
Diffstat (limited to 'external')
-rw-r--r--external/ilasm/project.json.template4
-rw-r--r--external/netstandard/netstandard1.x/project.json.template2
-rw-r--r--external/netstandard/project.json.template2
-rw-r--r--external/runtime/project.json.template4
4 files changed, 6 insertions, 6 deletions
diff --git a/external/ilasm/project.json.template b/external/ilasm/project.json.template
index 0cb3dfd08a..2874176e14 100644
--- a/external/ilasm/project.json.template
+++ b/external/ilasm/project.json.template
@@ -3,8 +3,8 @@
"{TFM}": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-01",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25206-02",
- "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25206-02"
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25207-02",
+ "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25207-02"
}
}
},
diff --git a/external/netstandard/netstandard1.x/project.json.template b/external/netstandard/netstandard1.x/project.json.template
index 044504a0c5..67292d7224 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-25206-03",
+ "NETStandard.Library": "2.0.0-preview1-25207-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 887da1b01b..f0db8c069e 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-25206-03"
+ "NETStandard.Library": "2.0.0-preview1-25207-01"
}
}
}
diff --git a/external/runtime/project.json.template b/external/runtime/project.json.template
index 353c9969f6..56cde50da8 100644
--- a/external/runtime/project.json.template
+++ b/external/runtime/project.json.template
@@ -3,8 +3,8 @@
"{TFM}": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-01",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25206-02",
- "Microsoft.NETCore.TestHost": "2.0.0-preview1-25206-02",
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25207-02",
+ "Microsoft.NETCore.TestHost": "2.0.0-preview1-25207-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"