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.props16
-rw-r--r--external/runtime/NETNative/project.json.template2
-rw-r--r--external/runtime/project.json.template6
-rw-r--r--external/test-runtime/project.json4
4 files changed, 14 insertions, 14 deletions
diff --git a/dependencies.props b/dependencies.props
index b02e4bc832..835c3c2941 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -17,19 +17,19 @@
These ref versions are pulled from https://github.com/dotnet/versions.
-->
<PropertyGroup>
- <CoreFxCurrentRef>e04a8c7d7012055d5d8d2f06d1e1bd3cc5f0d98f</CoreFxCurrentRef>
- <CoreClrCurrentRef>e579a68a11197468f88aedccc46df7bca97db0f3</CoreClrCurrentRef>
- <ExternalCurrentRef>4e2952b5114bfa90cc45eef908204006a771a62b</ExternalCurrentRef>
- <ProjectNTfsCurrentRef>e579a68a11197468f88aedccc46df7bca97db0f3</ProjectNTfsCurrentRef>
+ <CoreFxCurrentRef>f6dca4b6cf730d30e2d5d11d9ed4107bcad26822</CoreFxCurrentRef>
+ <CoreClrCurrentRef>f6dca4b6cf730d30e2d5d11d9ed4107bcad26822</CoreClrCurrentRef>
+ <ExternalCurrentRef>f6dca4b6cf730d30e2d5d11d9ed4107bcad26822</ExternalCurrentRef>
+ <ProjectNTfsCurrentRef>f6dca4b6cf730d30e2d5d11d9ed4107bcad26822</ProjectNTfsCurrentRef>
<SniCurrentRef>99a2e18954382a654e66aed649af70c1c61a47c3</SniCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-25001-02</CoreFxExpectedPrerelease>
- <CoreClrExpectedPrerelease>beta-25002-01</CoreClrExpectedPrerelease>
- <ExternalExpectedPrerelease>beta-24727-00</ExternalExpectedPrerelease>
- <ProjectNTfsExpectedPrerelease>beta-25001-00</ProjectNTfsExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-25003-01</CoreFxExpectedPrerelease>
+ <CoreClrExpectedPrerelease>beta-25003-01</CoreClrExpectedPrerelease>
+ <ExternalExpectedPrerelease>beta-25002-00</ExternalExpectedPrerelease>
+ <ProjectNTfsExpectedPrerelease>beta-25003-00</ProjectNTfsExpectedPrerelease>
<StandardExpectedPrerelease>beta-24928-01</StandardExpectedPrerelease>
<!-- Use the SNI runtime package -->
<SniPackageVersion>4.4.0-beta-24926-02</SniPackageVersion>
diff --git a/external/runtime/NETNative/project.json.template b/external/runtime/NETNative/project.json.template
index 71006d691a..f9bd8d92ff 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-25001-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25003-00"
}
}
},
diff --git a/external/runtime/project.json.template b/external/runtime/project.json.template
index 7a90d8410d..4701a7ed70 100644
--- a/external/runtime/project.json.template
+++ b/external/runtime/project.json.template
@@ -2,9 +2,9 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25002-01",
- "Microsoft.NETCore.TestHost": "2.0.0-beta-25002-01",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-25003-01",
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25003-01",
+ "Microsoft.NETCore.TestHost": "2.0.0-beta-25003-01",
"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"
diff --git a/external/test-runtime/project.json b/external/test-runtime/project.json
index f4d1b8cac6..44560558f8 100644
--- a/external/test-runtime/project.json
+++ b/external/test-runtime/project.json
@@ -7,8 +7,8 @@
"Microsoft.DotNet.xunit.performance.analysis.cli": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.runner.cli": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25002-01",
- "Microsoft.NETCore.TestHost": "2.0.0-beta-25002-01",
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25003-01",
+ "Microsoft.NETCore.TestHost": "2.0.0-beta-25003-01",
"Newtonsoft.Json": "9.0.1",
"coveralls.io": "1.4",
"OpenCover": "4.6.519",