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:
-rw-r--r--dependencies.props8
-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
5 files changed, 10 insertions, 10 deletions
diff --git a/dependencies.props b/dependencies.props
index 7977603f25..9293bb9aec 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -18,20 +18,20 @@
-->
<PropertyGroup>
<CoreFxCurrentRef>0f63ef5a159c7cd37724ae17b05bf956dfb79b52</CoreFxCurrentRef>
- <CoreClrCurrentRef>0f63ef5a159c7cd37724ae17b05bf956dfb79b52</CoreClrCurrentRef>
+ <CoreClrCurrentRef>f7164831ab3614ebe151f2b813f3a3f3dce76571</CoreClrCurrentRef>
<ExternalCurrentRef>3b8a99621d89ad9877f053ba8af25e0f25dcd9d8</ExternalCurrentRef>
<ProjectNTfsCurrentRef>d9076a006edfd716b4b54d702703fcb1f5575619</ProjectNTfsCurrentRef>
<SniCurrentRef>05650e53f2aa4497f74cd6e9b053d3f69f64b0bd</SniCurrentRef>
- <StandardCurrentRef>0f63ef5a159c7cd37724ae17b05bf956dfb79b52</StandardCurrentRef>
+ <StandardCurrentRef>f7164831ab3614ebe151f2b813f3a3f3dce76571</StandardCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
<CoreFxExpectedPrerelease>stable</CoreFxExpectedPrerelease>
- <CoreClrExpectedPrerelease>beta-25101-01</CoreClrExpectedPrerelease>
+ <CoreClrExpectedPrerelease>beta-25101-04</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-25016-01</ExternalExpectedPrerelease>
<ProjectNTfsExpectedPrerelease>beta-25028-00</ProjectNTfsExpectedPrerelease>
- <NETStandardPackageVersion>2.0.0-beta-25101-02</NETStandardPackageVersion>
+ <NETStandardPackageVersion>2.0.0-beta-25101-03</NETStandardPackageVersion>
<NETStandardPackageId>NETStandard.Library</NETStandardPackageId>
<!-- Use the SNI runtime package -->
<SniPackageVersion>4.4.0-beta-25007-02</SniPackageVersion>
diff --git a/external/ilasm/project.json.template b/external/ilasm/project.json.template
index 5f25f1bbe4..6e98979ead 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-beta-25022-02",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25101-01",
- "Microsoft.NETCore.ILAsm": "2.0.0-beta-25101-01"
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25101-04",
+ "Microsoft.NETCore.ILAsm": "2.0.0-beta-25101-04"
}
}
},
diff --git a/external/netstandard/netstandard1.x/project.json.template b/external/netstandard/netstandard1.x/project.json.template
index a20616f383..430654c08f 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-beta-25101-02",
+ "NETStandard.Library": "2.0.0-beta-25101-03",
"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 72621b2e1d..439502b313 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-beta-25101-02"
+ "NETStandard.Library": "2.0.0-beta-25101-03"
}
}
}
diff --git a/external/runtime/project.json.template b/external/runtime/project.json.template
index 3c3abef0a7..a0d2d89543 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-beta-25022-02",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25101-01",
- "Microsoft.NETCore.TestHost": "2.0.0-beta-25101-01",
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25101-04",
+ "Microsoft.NETCore.TestHost": "2.0.0-beta-25101-04",
"runtime.native.System.Data.SqlClient.sni": "4.4.0-beta-24913-02",
"Microsoft.NETCore.DotNetHost": "1.2.0-beta-001259-00",
"Microsoft.NETCore.DotNetHostPolicy": "1.2.0-beta-001259-00"