summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-01-19 17:33:45 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2017-01-19 17:33:45 +0000
commitfa3b1186468417416d0c2c730bddd21a8c3eaff5 (patch)
tree9cd5b15b29605491bb03b9cb317753cd87c99908
parent0d04afc8f5919edcbb371c1e0c4f832f76aed09f (diff)
downloadcoreclr-fa3b1186468417416d0c2c730bddd21a8c3eaff5.tar.gz
coreclr-fa3b1186468417416d0c2c730bddd21a8c3eaff5.tar.bz2
coreclr-fa3b1186468417416d0c2c730bddd21a8c3eaff5.zip
Update CoreClr, CoreFx to beta-24919-03, beta-24919-02, respectively
-rw-r--r--dependencies.props8
-rw-r--r--tests/src/Common/build_against_pkg_dependencies/project.json10
-rw-r--r--tests/src/Common/netcoreapp/project.json4
-rw-r--r--tests/src/Common/targeting_pack_ref/project.json2
-rw-r--r--tests/src/Common/test_dependencies/project.json2
-rw-r--r--tests/src/JIT/config/benchmark+roslyn/project.json2
-rw-r--r--tests/src/JIT/config/benchmark+serialize/project.json2
-rw-r--r--tests/src/JIT/config/benchmark/project.json2
-rw-r--r--tests/src/JIT/config/extra/project.json2
-rw-r--r--tests/src/JIT/config/minimal/project.json2
-rw-r--r--tests/src/JIT/config/threading+thread/project.json2
-rw-r--r--tests/src/JIT/config/threading/project.json2
-rw-r--r--tests/src/performance/project.json2
13 files changed, 21 insertions, 21 deletions
diff --git a/dependencies.props b/dependencies.props
index b58d16b4dc..aa56caa118 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -1,18 +1,18 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreFxCurrentRef>a0d8a9ad8e7a9f3c3d25747dc68cc81c6e567d0f</CoreFxCurrentRef>
- <CoreClrCurrentRef>a0d8a9ad8e7a9f3c3d25747dc68cc81c6e567d0f</CoreClrCurrentRef>
+ <CoreFxCurrentRef>0a3abbf9dabc77d698fef5f89829f933f7298bd7</CoreFxCurrentRef>
+ <CoreClrCurrentRef>0a3abbf9dabc77d698fef5f89829f933f7298bd7</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24918-13</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24919-02</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>1.2.0-beta-24919-01</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24919-03</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>
diff --git a/tests/src/Common/build_against_pkg_dependencies/project.json b/tests/src/Common/build_against_pkg_dependencies/project.json
index c1abc715ed..1c5fc3363d 100644
--- a/tests/src/Common/build_against_pkg_dependencies/project.json
+++ b/tests/src/Common/build_against_pkg_dependencies/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "Microsoft.NETCore.ILAsm": "1.2.0-beta-24919-01",
- "Microsoft.NETCore.ILDAsm": "1.2.0-beta-24919-01",
- "Microsoft.NETCore.Jit": "1.2.0-beta-24919-01",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24919-01",
- "Microsoft.NETCore.TestHost": "1.2.0-beta-24919-01"
+ "Microsoft.NETCore.ILAsm": "1.2.0-beta-24919-03",
+ "Microsoft.NETCore.ILDAsm": "1.2.0-beta-24919-03",
+ "Microsoft.NETCore.Jit": "1.2.0-beta-24919-03",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24919-03",
+ "Microsoft.NETCore.TestHost": "1.2.0-beta-24919-03"
},
"frameworks": {
"netcoreapp1.1": {
diff --git a/tests/src/Common/netcoreapp/project.json b/tests/src/Common/netcoreapp/project.json
index 8c69587873..d6bd77370a 100644
--- a/tests/src/Common/netcoreapp/project.json
+++ b/tests/src/Common/netcoreapp/project.json
@@ -5,7 +5,7 @@
"emitEntryPoint": true
},
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-beta-24918-13",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-24919-02",
"Microsoft.NETCore.Targets": "1.2.0-beta-24913-02",
"System.Threading.Thread": "4.4.0-beta-24913-02",
"System.Collections": "4.4.0-beta-24913-02",
@@ -64,7 +64,7 @@
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24919-01"
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24919-03"
}
}
},
diff --git a/tests/src/Common/targeting_pack_ref/project.json b/tests/src/Common/targeting_pack_ref/project.json
index 4aa33d3231..e9cc7ee6e4 100644
--- a/tests/src/Common/targeting_pack_ref/project.json
+++ b/tests/src/Common/targeting_pack_ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24919-01"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24919-03"
},
"frameworks": {
"netcoreapp1.1": {
diff --git a/tests/src/Common/test_dependencies/project.json b/tests/src/Common/test_dependencies/project.json
index 41f2f86b89..51f25f0066 100644
--- a/tests/src/Common/test_dependencies/project.json
+++ b/tests/src/Common/test_dependencies/project.json
@@ -9,7 +9,7 @@
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
"Microsoft.Win32.Primitives": "4.4.0-beta-24913-02",
"Newtonsoft.Json": "8.0.3",
- "Microsoft.NETCore.Platforms": "2.0.0-beta-24918-13",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-24919-02",
"Microsoft.NETCore.Targets": "1.2.0-beta-24913-02",
"System.Collections.Immutable": "1.4.0-beta-24913-02",
"System.Threading.Thread": "4.4.0-beta-24913-02",
diff --git a/tests/src/JIT/config/benchmark+roslyn/project.json b/tests/src/JIT/config/benchmark+roslyn/project.json
index 2f462c5713..10af52ffe3 100644
--- a/tests/src/JIT/config/benchmark+roslyn/project.json
+++ b/tests/src/JIT/config/benchmark+roslyn/project.json
@@ -4,7 +4,7 @@
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
- "Microsoft.NETCore.Platforms": "2.0.0-beta-24918-13",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-24919-02",
"System.Console": "4.4.0-beta-24913-02",
"System.Dynamic.Runtime": "4.4.0-beta-24913-02",
"System.Linq": "4.4.0-beta-24913-02",
diff --git a/tests/src/JIT/config/benchmark+serialize/project.json b/tests/src/JIT/config/benchmark+serialize/project.json
index c6dd2168cf..d0f6aa81a3 100644
--- a/tests/src/JIT/config/benchmark+serialize/project.json
+++ b/tests/src/JIT/config/benchmark+serialize/project.json
@@ -3,7 +3,7 @@
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
- "Microsoft.NETCore.Platforms": "2.0.0-beta-24918-13",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-24919-02",
"Newtonsoft.Json": "7.0.1",
"System.Console": "4.4.0-beta-24913-02",
"System.IO": "4.4.0-beta-24913-02",
diff --git a/tests/src/JIT/config/benchmark/project.json b/tests/src/JIT/config/benchmark/project.json
index 04cbd4d977..f9a8e5bf1a 100644
--- a/tests/src/JIT/config/benchmark/project.json
+++ b/tests/src/JIT/config/benchmark/project.json
@@ -3,7 +3,7 @@
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
- "Microsoft.NETCore.Platforms": "2.0.0-beta-24918-13",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-24919-02",
"System.Collections.NonGeneric": "4.4.0-beta-24913-02",
"System.Console": "4.4.0-beta-24913-02",
"System.IO.FileSystem": "4.4.0-beta-24913-02",
diff --git a/tests/src/JIT/config/extra/project.json b/tests/src/JIT/config/extra/project.json
index 6e1e79db1a..03d15767e8 100644
--- a/tests/src/JIT/config/extra/project.json
+++ b/tests/src/JIT/config/extra/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-beta-24918-13",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-24919-02",
"System.Collections": "4.4.0-beta-24913-02",
"System.Console": "4.4.0-beta-24913-02",
"System.Diagnostics.Debug": "4.4.0-beta-24913-02",
diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json
index 323ab881ac..d1b704c5be 100644
--- a/tests/src/JIT/config/minimal/project.json
+++ b/tests/src/JIT/config/minimal/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-beta-24918-13",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-24919-02",
"System.Console": "4.4.0-beta-24913-02",
"System.Runtime": "4.4.0-beta-24913-02",
"System.Runtime.Extensions": "4.4.0-beta-24913-02",
diff --git a/tests/src/JIT/config/threading+thread/project.json b/tests/src/JIT/config/threading+thread/project.json
index e0e7396460..359e222bee 100644
--- a/tests/src/JIT/config/threading+thread/project.json
+++ b/tests/src/JIT/config/threading+thread/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-beta-24918-13",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-24919-02",
"System.Console": "4.4.0-beta-24913-02",
"System.Numerics.Vectors": "4.4.0-beta-24913-02",
"System.Runtime": "4.4.0-beta-24913-02",
diff --git a/tests/src/JIT/config/threading/project.json b/tests/src/JIT/config/threading/project.json
index fae10a37e7..637b9afb5c 100644
--- a/tests/src/JIT/config/threading/project.json
+++ b/tests/src/JIT/config/threading/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0-beta-24918-13",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-24919-02",
"System.Console": "4.4.0-beta-24913-02",
"System.Runtime": "4.4.0-beta-24913-02",
"System.Runtime.Extensions": "4.4.0-beta-24913-02",
diff --git a/tests/src/performance/project.json b/tests/src/performance/project.json
index 04cbd4d977..f9a8e5bf1a 100644
--- a/tests/src/performance/project.json
+++ b/tests/src/performance/project.json
@@ -3,7 +3,7 @@
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
- "Microsoft.NETCore.Platforms": "2.0.0-beta-24918-13",
+ "Microsoft.NETCore.Platforms": "2.0.0-beta-24919-02",
"System.Collections.NonGeneric": "4.4.0-beta-24913-02",
"System.Console": "4.4.0-beta-24913-02",
"System.IO.FileSystem": "4.4.0-beta-24913-02",