Skip to content

Commit d09fc33

Browse files
committed
Update CoreClr, CoreFx to beta-25108-04, beta-25108-02, respectively
1 parent f581375 commit d09fc33

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

dependencies.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
33
<PropertyGroup>
4-
<CoreFxCurrentRef>3bb43ab67bc17fdf91f3ac55e4ac0750b4baa2c8</CoreFxCurrentRef>
5-
<CoreClrCurrentRef>ae142d6854360d9e49f28ffa2dfda493de38a447</CoreClrCurrentRef>
4+
<CoreFxCurrentRef>5eb1949b642b0c0bbd8506ee0f0437baffb74801</CoreFxCurrentRef>
5+
<CoreClrCurrentRef>5eb1949b642b0c0bbd8506ee0f0437baffb74801</CoreClrCurrentRef>
66
</PropertyGroup>
77

88
<!-- Auto-upgraded properties for each build info dependency. -->
99
<PropertyGroup>
10-
<CoreFxExpectedPrerelease>stable</CoreFxExpectedPrerelease>
10+
<CoreFxExpectedPrerelease>beta-25108-02</CoreFxExpectedPrerelease>
1111
</PropertyGroup>
1212

1313
<!-- Full package version strings that are used in other parts of the build. -->
1414
<PropertyGroup>
15-
<CoreClrPackageVersion>2.0.0-beta-25103-03</CoreClrPackageVersion>
15+
<CoreClrPackageVersion>2.0.0-beta-25108-04</CoreClrPackageVersion>
1616
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
1717
</PropertyGroup>
1818

tests/src/Common/build_against_pkg_dependencies/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.ILAsm": "2.0.0-beta-25103-03",
4-
"Microsoft.NETCore.ILDAsm": "2.0.0-beta-25103-03",
5-
"Microsoft.NETCore.Jit": "2.0.0-beta-25103-03",
6-
"Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25103-03",
7-
"Microsoft.NETCore.TestHost": "2.0.0-beta-25103-03"
3+
"Microsoft.NETCore.ILAsm": "2.0.0-beta-25108-04",
4+
"Microsoft.NETCore.ILDAsm": "2.0.0-beta-25108-04",
5+
"Microsoft.NETCore.Jit": "2.0.0-beta-25108-04",
6+
"Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25108-04",
7+
"Microsoft.NETCore.TestHost": "2.0.0-beta-25108-04"
88
},
99
"frameworks": {
1010
"netcoreapp1.1": {

tests/src/Common/netcoreapp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"Microsoft.NETCore.App": "2.0.0-beta-001494-00",
4-
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25022-02"
4+
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25108-02"
55
},
66
"frameworks": {
77
"netcoreapp2.0": {}

tests/src/Common/targeting_pack_ref/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25103-03"
3+
"Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25108-04"
44
},
55
"frameworks": {
66
"netcoreapp1.1": {

tests/src/Common/test_dependencies/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
1010
"Microsoft.Win32.Primitives": "4.4.0-beta-24913-02",
1111
"Newtonsoft.Json": "8.0.3",
12-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
12+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
1313
"Microsoft.NETCore.Targets": "1.2.0-beta-24913-02",
14-
"System.Collections.Immutable": "1.4.0-beta-25022-02",
14+
"System.Collections.Immutable": "1.4.0-beta-25108-02",
1515
"System.Threading.Thread": "4.4.0-beta-24913-02",
1616
"System.Collections": "4.4.0-beta-24913-02",
1717
"System.Xml.XmlSerializer": "4.4.0-beta-24913-02",
@@ -38,16 +38,16 @@
3838
"System.Linq": "4.4.0-beta-24913-02",
3939
"System.Linq.Queryable": "4.4.0-beta-24913-02",
4040
"System.Linq.Expressions": "4.4.0-beta-24913-02",
41-
"System.Memory": "4.4.0-beta-25022-02",
41+
"System.Memory": "4.4.0-beta-25108-02",
4242
"System.Reflection": "4.4.0-beta-24913-02",
4343
"System.Reflection.Extensions": "4.4.0-beta-24913-02",
4444
"System.Resources.ResourceManager": "4.4.0-beta-24913-02",
4545
"System.Runtime": "4.4.0-beta-24913-02",
46-
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25022-02",
46+
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25108-02",
4747
"System.Runtime.Extensions": "4.4.0-beta-24913-02",
4848
"System.Runtime.Handles": "4.4.0-beta-24913-02",
4949
"System.Runtime.InteropServices": "4.4.0-beta-24913-02",
50-
"System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25022-02",
50+
"System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25108-02",
5151
"System.Runtime.Loader": "4.4.0-beta-24913-02",
5252
"System.Runtime.Serialization.Json": "4.4.0-beta-24913-02",
5353
"System.Runtime.Serialization.Primitives": "4.4.0-beta-24913-02",
@@ -57,7 +57,7 @@
5757
"System.Text.Encoding.Extensions": "4.4.0-beta-24913-02",
5858
"System.Text.RegularExpressions": "4.4.0-beta-24913-02",
5959
"System.Threading": "4.4.0-beta-24913-02",
60-
"System.Threading.AccessControl": "4.4.0-beta-25022-02",
60+
"System.Threading.AccessControl": "4.4.0-beta-25108-02",
6161
"System.Threading.Overlapped": "4.4.0-beta-24913-02",
6262
"System.Threading.Tasks": "4.4.0-beta-24913-02",
6363
"System.Threading.Tasks.Parallel": "4.4.0-beta-24913-02",

tests/src/Common/test_runtime/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
3+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
44
"Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease",
55
"jit-dasm": "0.0.1.4",
66
"cijobs": "0.0.1.2",

tests/src/JIT/config/benchmark+roslyn/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
55
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
66
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
7-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
7+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
88
"System.Console": "4.4.0-beta-24913-02",
99
"System.Dynamic.Runtime": "4.4.0-beta-24913-02",
1010
"System.Linq": "4.4.0-beta-24913-02",

tests/src/JIT/config/benchmark+serialize/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
44
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
55
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
6-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
6+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
77
"Newtonsoft.Json": "7.0.1",
88
"System.Console": "4.4.0-beta-24913-02",
99
"System.IO": "4.4.0-beta-24913-02",

tests/src/JIT/config/benchmark/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
44
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
55
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
6-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
6+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
77
"System.Collections.NonGeneric": "4.4.0-beta-24913-02",
88
"System.Console": "4.4.0-beta-24913-02",
99
"System.IO.FileSystem": "4.4.0-beta-24913-02",
1010
"System.Linq": "4.4.0-beta-24913-02",
1111
"System.Linq.Parallel": "4.4.0-beta-24913-02",
1212
"System.Linq.Expressions": "4.4.0-beta-24913-02",
13-
"System.Memory": "4.4.0-beta-25022-02",
13+
"System.Memory": "4.4.0-beta-25108-02",
1414
"System.Numerics.Vectors": "4.4.0-beta-24913-02",
1515
"System.Reflection": "4.4.0-beta-24913-02",
1616
"System.Reflection.Extensions": "4.4.0-beta-24913-02",

tests/src/JIT/config/extra/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
3+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
44
"System.Collections": "4.4.0-beta-24913-02",
55
"System.Console": "4.4.0-beta-24913-02",
66
"System.Diagnostics.Debug": "4.4.0-beta-24913-02",
7-
"System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25022-02",
7+
"System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-25108-02",
88
"System.Diagnostics.Process": "4.4.0-beta-24913-02",
99
"System.Globalization": "4.4.0-beta-24913-02",
1010
"System.IO": "4.4.0-beta-24913-02",
@@ -14,7 +14,7 @@
1414
"System.Reflection.TypeExtensions": "4.4.0-beta-24913-02",
1515
"System.Runtime": "4.4.0-beta-24913-02",
1616
"System.Runtime.Extensions": "4.4.0-beta-24913-02",
17-
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25022-02",
17+
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25108-02",
1818
"System.Runtime.InteropServices": "4.4.0-beta-24913-02"
1919
},
2020
"frameworks": {

tests/src/JIT/config/minimal/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
3+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
44
"System.Console": "4.4.0-beta-24913-02",
55
"System.Runtime": "4.4.0-beta-24913-02",
66
"System.Runtime.Extensions": "4.4.0-beta-24913-02",

tests/src/JIT/config/threading+thread/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
3+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
44
"System.Console": "4.4.0-beta-24913-02",
55
"System.Numerics.Vectors": "4.4.0-beta-24913-02",
66
"System.Runtime": "4.4.0-beta-24913-02",

tests/src/JIT/config/threading/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
3+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
44
"System.Console": "4.4.0-beta-24913-02",
55
"System.Runtime": "4.4.0-beta-24913-02",
66
"System.Runtime.Extensions": "4.4.0-beta-24913-02",

tests/src/TestWrappersConfig/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
3+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
44
"xunit": "2.2.0-beta2-build3300",
55
"xunit.assert": "2.2.0-beta2-build3300",
66
"xunit.core": "2.2.0-beta2-build3300",

tests/src/performance/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
44
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
55
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
6-
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
6+
"Microsoft.NETCore.Platforms": "2.0.0-beta-25108-02",
77
"System.Collections.NonGeneric": "4.4.0-beta-24913-02",
88
"System.Console": "4.4.0-beta-24913-02",
99
"System.IO.FileSystem": "4.4.0-beta-24913-02",

0 commit comments

Comments
 (0)