Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b2552f5

Browse files
committed
Update CoreClr, CoreFx to beta-24911-01, beta-24911-01, respectively
1 parent 8adfff0 commit b2552f5

File tree

13 files changed

+235
-235
lines changed

13 files changed

+235
-235
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>e360f4ae769dd86dffbf9720c5c5f1799bc74d4f</CoreFxCurrentRef>
5-
<CoreClrCurrentRef>e360f4ae769dd86dffbf9720c5c5f1799bc74d4f</CoreClrCurrentRef>
4+
<CoreFxCurrentRef>3fffeb572639c75dcb0a71033ebeddd5cb6d6af9</CoreFxCurrentRef>
5+
<CoreClrCurrentRef>3fffeb572639c75dcb0a71033ebeddd5cb6d6af9</CoreClrCurrentRef>
66
</PropertyGroup>
77

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

1313
<!-- Full package version strings that are used in other parts of the build. -->
1414
<PropertyGroup>
15-
<CoreClrPackageVersion>1.2.0-beta-24909-02</CoreClrPackageVersion>
15+
<CoreClrPackageVersion>1.2.0-beta-24911-01</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": "1.2.0-beta-24909-02",
4-
"Microsoft.NETCore.ILDAsm": "1.2.0-beta-24909-02",
5-
"Microsoft.NETCore.Jit": "1.2.0-beta-24909-02",
6-
"Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24909-02",
7-
"Microsoft.NETCore.TestHost": "1.2.0-beta-24909-02"
3+
"Microsoft.NETCore.ILAsm": "1.2.0-beta-24911-01",
4+
"Microsoft.NETCore.ILDAsm": "1.2.0-beta-24911-01",
5+
"Microsoft.NETCore.Jit": "1.2.0-beta-24911-01",
6+
"Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24911-01",
7+
"Microsoft.NETCore.TestHost": "1.2.0-beta-24911-01"
88
},
99
"frameworks": {
1010
"netcoreapp1.1": {

tests/src/Common/netcoreapp/project.json

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -5,66 +5,66 @@
55
"emitEntryPoint": true
66
},
77
"dependencies": {
8-
"Microsoft.NETCore.Platforms": "1.2.0-beta-24909-02",
9-
"Microsoft.NETCore.Targets": "1.2.0-beta-24909-02",
10-
"System.Threading.Thread": "4.4.0-beta-24909-02",
11-
"System.Collections": "4.4.0-beta-24909-02",
12-
"System.Xml.XmlSerializer": "4.4.0-beta-24909-02",
13-
"System.Collections.Concurrent": "4.4.0-beta-24909-02",
14-
"System.ObjectModel": "4.4.0-beta-24909-02",
15-
"System.Runtime.Numerics": "4.4.0-beta-24909-02",
16-
"System.Collections.NonGeneric": "4.4.0-beta-24909-02",
17-
"System.Collections.Specialized": "4.4.0-beta-24909-02",
18-
"System.ComponentModel": "4.4.0-beta-24909-02",
19-
"System.Reflection.Emit.Lightweight": "4.4.0-beta-24909-02",
20-
"System.Reflection.TypeExtensions": "4.4.0-beta-24909-02",
21-
"System.Console": "4.4.0-beta-24909-02",
22-
"System.Diagnostics.Contracts": "4.4.0-beta-24909-02",
23-
"System.Diagnostics.Debug": "4.4.0-beta-24909-02",
24-
"System.Diagnostics.Process": "4.4.0-beta-24909-02",
25-
"System.Diagnostics.Tools": "4.4.0-beta-24909-02",
26-
"System.Diagnostics.Tracing": "4.4.0-beta-24909-02",
27-
"System.Dynamic.Runtime": "4.4.0-beta-24909-02",
28-
"System.Globalization": "4.4.0-beta-24909-02",
29-
"System.Globalization.Calendars": "4.4.0-beta-24909-02",
30-
"System.IO": "4.4.0-beta-24909-02",
31-
"System.IO.FileSystem": "4.4.0-beta-24909-02",
32-
"System.IO.FileSystem.Primitives": "4.4.0-beta-24909-02",
33-
"System.Linq": "4.4.0-beta-24909-02",
34-
"System.Linq.Queryable": "4.4.0-beta-24909-02",
35-
"System.Linq.Expressions": "4.4.0-beta-24909-02",
36-
"System.Reflection": "4.4.0-beta-24909-02",
37-
"System.Reflection.Extensions": "4.4.0-beta-24909-02",
38-
"System.Resources.ResourceManager": "4.4.0-beta-24909-02",
39-
"System.Runtime": "4.4.0-beta-24909-02",
40-
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24909-02",
41-
"System.Runtime.Extensions": "4.4.0-beta-24909-02",
42-
"System.Runtime.Handles": "4.4.0-beta-24909-02",
43-
"System.Runtime.InteropServices": "4.4.0-beta-24909-02",
44-
"System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24909-02",
45-
"System.Runtime.Loader": "4.4.0-beta-24909-02",
46-
"System.Security.Cryptography.Algorithms": "4.4.0-beta-24909-02",
47-
"System.Text.Encoding": "4.4.0-beta-24909-02",
48-
"System.Text.Encoding.Extensions": "4.4.0-beta-24909-02",
49-
"System.Text.RegularExpressions": "4.4.0-beta-24909-02",
50-
"System.Threading": "4.4.0-beta-24909-02",
51-
"System.Threading.AccessControl": "4.4.0-beta-24909-02",
52-
"System.Threading.Overlapped": "4.4.0-beta-24909-02",
53-
"System.Threading.Tasks": "4.4.0-beta-24909-02",
54-
"System.Threading.Tasks.Parallel": "4.4.0-beta-24909-02",
55-
"System.Threading.ThreadPool": "4.4.0-beta-24909-02",
56-
"System.Threading.Timer": "4.4.0-beta-24909-02",
57-
"System.Xml.ReaderWriter": "4.4.0-beta-24909-02",
58-
"System.Xml.XDocument": "4.4.0-beta-24909-02",
59-
"System.Xml.XmlDocument": "4.4.0-beta-24909-02",
60-
"System.Xml.XPath": "4.4.0-beta-24909-02",
61-
"System.Xml.XPath.XmlDocument": "4.4.0-beta-24909-02",
62-
"System.Numerics.Vectors": "4.4.0-beta-24909-02"
8+
"Microsoft.NETCore.Platforms": "1.2.0-beta-24911-01",
9+
"Microsoft.NETCore.Targets": "1.2.0-beta-24911-01",
10+
"System.Threading.Thread": "4.4.0-beta-24911-01",
11+
"System.Collections": "4.4.0-beta-24911-01",
12+
"System.Xml.XmlSerializer": "4.4.0-beta-24911-01",
13+
"System.Collections.Concurrent": "4.4.0-beta-24911-01",
14+
"System.ObjectModel": "4.4.0-beta-24911-01",
15+
"System.Runtime.Numerics": "4.4.0-beta-24911-01",
16+
"System.Collections.NonGeneric": "4.4.0-beta-24911-01",
17+
"System.Collections.Specialized": "4.4.0-beta-24911-01",
18+
"System.ComponentModel": "4.4.0-beta-24911-01",
19+
"System.Reflection.Emit.Lightweight": "4.4.0-beta-24911-01",
20+
"System.Reflection.TypeExtensions": "4.4.0-beta-24911-01",
21+
"System.Console": "4.4.0-beta-24911-01",
22+
"System.Diagnostics.Contracts": "4.4.0-beta-24911-01",
23+
"System.Diagnostics.Debug": "4.4.0-beta-24911-01",
24+
"System.Diagnostics.Process": "4.4.0-beta-24911-01",
25+
"System.Diagnostics.Tools": "4.4.0-beta-24911-01",
26+
"System.Diagnostics.Tracing": "4.4.0-beta-24911-01",
27+
"System.Dynamic.Runtime": "4.4.0-beta-24911-01",
28+
"System.Globalization": "4.4.0-beta-24911-01",
29+
"System.Globalization.Calendars": "4.4.0-beta-24911-01",
30+
"System.IO": "4.4.0-beta-24911-01",
31+
"System.IO.FileSystem": "4.4.0-beta-24911-01",
32+
"System.IO.FileSystem.Primitives": "4.4.0-beta-24911-01",
33+
"System.Linq": "4.4.0-beta-24911-01",
34+
"System.Linq.Queryable": "4.4.0-beta-24911-01",
35+
"System.Linq.Expressions": "4.4.0-beta-24911-01",
36+
"System.Reflection": "4.4.0-beta-24911-01",
37+
"System.Reflection.Extensions": "4.4.0-beta-24911-01",
38+
"System.Resources.ResourceManager": "4.4.0-beta-24911-01",
39+
"System.Runtime": "4.4.0-beta-24911-01",
40+
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24911-01",
41+
"System.Runtime.Extensions": "4.4.0-beta-24911-01",
42+
"System.Runtime.Handles": "4.4.0-beta-24911-01",
43+
"System.Runtime.InteropServices": "4.4.0-beta-24911-01",
44+
"System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24911-01",
45+
"System.Runtime.Loader": "4.4.0-beta-24911-01",
46+
"System.Security.Cryptography.Algorithms": "4.4.0-beta-24911-01",
47+
"System.Text.Encoding": "4.4.0-beta-24911-01",
48+
"System.Text.Encoding.Extensions": "4.4.0-beta-24911-01",
49+
"System.Text.RegularExpressions": "4.4.0-beta-24911-01",
50+
"System.Threading": "4.4.0-beta-24911-01",
51+
"System.Threading.AccessControl": "4.4.0-beta-24911-01",
52+
"System.Threading.Overlapped": "4.4.0-beta-24911-01",
53+
"System.Threading.Tasks": "4.4.0-beta-24911-01",
54+
"System.Threading.Tasks.Parallel": "4.4.0-beta-24911-01",
55+
"System.Threading.ThreadPool": "4.4.0-beta-24911-01",
56+
"System.Threading.Timer": "4.4.0-beta-24911-01",
57+
"System.Xml.ReaderWriter": "4.4.0-beta-24911-01",
58+
"System.Xml.XDocument": "4.4.0-beta-24911-01",
59+
"System.Xml.XmlDocument": "4.4.0-beta-24911-01",
60+
"System.Xml.XPath": "4.4.0-beta-24911-01",
61+
"System.Xml.XPath.XmlDocument": "4.4.0-beta-24911-01",
62+
"System.Numerics.Vectors": "4.4.0-beta-24911-01"
6363
},
6464
"frameworks": {
6565
"netcoreapp1.1": {
6666
"dependencies": {
67-
"Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24909-02"
67+
"Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24911-01"
6868
}
6969
}
7070
},

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": "1.2.0-beta-24909-02"
3+
"Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24911-01"
44
},
55
"frameworks": {
66
"netcoreapp1.1": {

tests/src/Common/test_dependencies/project.json

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -7,67 +7,67 @@
77
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
88
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
99
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
10-
"Microsoft.Win32.Primitives": "4.4.0-beta-24909-02",
10+
"Microsoft.Win32.Primitives": "4.4.0-beta-24911-01",
1111
"Newtonsoft.Json": "8.0.3",
12-
"Microsoft.NETCore.Platforms": "1.2.0-beta-24909-02",
13-
"Microsoft.NETCore.Targets": "1.2.0-beta-24909-02",
14-
"System.Collections.Immutable": "1.4.0-beta-24909-02",
15-
"System.Threading.Thread": "4.4.0-beta-24909-02",
16-
"System.Collections": "4.4.0-beta-24909-02",
17-
"System.Xml.XmlSerializer": "4.4.0-beta-24909-02",
18-
"System.Collections.Concurrent": "4.4.0-beta-24909-02",
19-
"System.ObjectModel": "4.4.0-beta-24909-02",
20-
"System.Runtime.Numerics": "4.4.0-beta-24909-02",
21-
"System.Collections.NonGeneric": "4.4.0-beta-24909-02",
22-
"System.Collections.Specialized": "4.4.0-beta-24909-02",
23-
"System.ComponentModel": "4.4.0-beta-24909-02",
24-
"System.Reflection.Emit.Lightweight": "4.4.0-beta-24909-02",
25-
"System.Reflection.TypeExtensions": "4.4.0-beta-24909-02",
26-
"System.Console": "4.4.0-beta-24909-02",
27-
"System.Diagnostics.Contracts": "4.4.0-beta-24909-02",
28-
"System.Diagnostics.Debug": "4.4.0-beta-24909-02",
29-
"System.Diagnostics.Process": "4.4.0-beta-24909-02",
30-
"System.Diagnostics.Tools": "4.4.0-beta-24909-02",
31-
"System.Diagnostics.Tracing": "4.4.0-beta-24909-02",
32-
"System.Dynamic.Runtime": "4.4.0-beta-24909-02",
33-
"System.Globalization": "4.4.0-beta-24909-02",
34-
"System.Globalization.Calendars": "4.4.0-beta-24909-02",
35-
"System.IO": "4.4.0-beta-24909-02",
36-
"System.IO.FileSystem": "4.4.0-beta-24909-02",
37-
"System.IO.FileSystem.Primitives": "4.4.0-beta-24909-02",
38-
"System.Linq": "4.4.0-beta-24909-02",
39-
"System.Linq.Queryable": "4.4.0-beta-24909-02",
40-
"System.Linq.Expressions": "4.4.0-beta-24909-02",
41-
"System.Reflection": "4.4.0-beta-24909-02",
42-
"System.Reflection.Extensions": "4.4.0-beta-24909-02",
43-
"System.Resources.ResourceManager": "4.4.0-beta-24909-02",
44-
"System.Runtime": "4.4.0-beta-24909-02",
45-
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24909-02",
46-
"System.Runtime.Extensions": "4.4.0-beta-24909-02",
47-
"System.Runtime.Handles": "4.4.0-beta-24909-02",
48-
"System.Runtime.InteropServices": "4.4.0-beta-24909-02",
49-
"System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24909-02",
50-
"System.Runtime.Loader": "4.4.0-beta-24909-02",
51-
"System.Runtime.Serialization.Json": "4.4.0-beta-24909-02",
52-
"System.Runtime.Serialization.Primitives": "4.4.0-beta-24909-02",
53-
"System.Runtime.Serialization.Xml": "4.4.0-beta-24909-02",
54-
"System.Security.Cryptography.Algorithms": "4.4.0-beta-24909-02",
55-
"System.Text.Encoding": "4.4.0-beta-24909-02",
56-
"System.Text.Encoding.Extensions": "4.4.0-beta-24909-02",
57-
"System.Text.RegularExpressions": "4.4.0-beta-24909-02",
58-
"System.Threading": "4.4.0-beta-24909-02",
59-
"System.Threading.AccessControl": "4.4.0-beta-24909-02",
60-
"System.Threading.Overlapped": "4.4.0-beta-24909-02",
61-
"System.Threading.Tasks": "4.4.0-beta-24909-02",
62-
"System.Threading.Tasks.Parallel": "4.4.0-beta-24909-02",
63-
"System.Threading.ThreadPool": "4.4.0-beta-24909-02",
64-
"System.Threading.Timer": "4.4.0-beta-24909-02",
65-
"System.Xml.ReaderWriter": "4.4.0-beta-24909-02",
66-
"System.Xml.XDocument": "4.4.0-beta-24909-02",
67-
"System.Xml.XmlDocument": "4.4.0-beta-24909-02",
68-
"System.Xml.XPath": "4.4.0-beta-24909-02",
69-
"System.Xml.XPath.XmlDocument": "4.4.0-beta-24909-02",
70-
"System.Numerics.Vectors": "4.4.0-beta-24909-02"
12+
"Microsoft.NETCore.Platforms": "1.2.0-beta-24911-01",
13+
"Microsoft.NETCore.Targets": "1.2.0-beta-24911-01",
14+
"System.Collections.Immutable": "1.4.0-beta-24911-01",
15+
"System.Threading.Thread": "4.4.0-beta-24911-01",
16+
"System.Collections": "4.4.0-beta-24911-01",
17+
"System.Xml.XmlSerializer": "4.4.0-beta-24911-01",
18+
"System.Collections.Concurrent": "4.4.0-beta-24911-01",
19+
"System.ObjectModel": "4.4.0-beta-24911-01",
20+
"System.Runtime.Numerics": "4.4.0-beta-24911-01",
21+
"System.Collections.NonGeneric": "4.4.0-beta-24911-01",
22+
"System.Collections.Specialized": "4.4.0-beta-24911-01",
23+
"System.ComponentModel": "4.4.0-beta-24911-01",
24+
"System.Reflection.Emit.Lightweight": "4.4.0-beta-24911-01",
25+
"System.Reflection.TypeExtensions": "4.4.0-beta-24911-01",
26+
"System.Console": "4.4.0-beta-24911-01",
27+
"System.Diagnostics.Contracts": "4.4.0-beta-24911-01",
28+
"System.Diagnostics.Debug": "4.4.0-beta-24911-01",
29+
"System.Diagnostics.Process": "4.4.0-beta-24911-01",
30+
"System.Diagnostics.Tools": "4.4.0-beta-24911-01",
31+
"System.Diagnostics.Tracing": "4.4.0-beta-24911-01",
32+
"System.Dynamic.Runtime": "4.4.0-beta-24911-01",
33+
"System.Globalization": "4.4.0-beta-24911-01",
34+
"System.Globalization.Calendars": "4.4.0-beta-24911-01",
35+
"System.IO": "4.4.0-beta-24911-01",
36+
"System.IO.FileSystem": "4.4.0-beta-24911-01",
37+
"System.IO.FileSystem.Primitives": "4.4.0-beta-24911-01",
38+
"System.Linq": "4.4.0-beta-24911-01",
39+
"System.Linq.Queryable": "4.4.0-beta-24911-01",
40+
"System.Linq.Expressions": "4.4.0-beta-24911-01",
41+
"System.Reflection": "4.4.0-beta-24911-01",
42+
"System.Reflection.Extensions": "4.4.0-beta-24911-01",
43+
"System.Resources.ResourceManager": "4.4.0-beta-24911-01",
44+
"System.Runtime": "4.4.0-beta-24911-01",
45+
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-24911-01",
46+
"System.Runtime.Extensions": "4.4.0-beta-24911-01",
47+
"System.Runtime.Handles": "4.4.0-beta-24911-01",
48+
"System.Runtime.InteropServices": "4.4.0-beta-24911-01",
49+
"System.Runtime.InteropServices.RuntimeInformation": "4.4.0-beta-24911-01",
50+
"System.Runtime.Loader": "4.4.0-beta-24911-01",
51+
"System.Runtime.Serialization.Json": "4.4.0-beta-24911-01",
52+
"System.Runtime.Serialization.Primitives": "4.4.0-beta-24911-01",
53+
"System.Runtime.Serialization.Xml": "4.4.0-beta-24911-01",
54+
"System.Security.Cryptography.Algorithms": "4.4.0-beta-24911-01",
55+
"System.Text.Encoding": "4.4.0-beta-24911-01",
56+
"System.Text.Encoding.Extensions": "4.4.0-beta-24911-01",
57+
"System.Text.RegularExpressions": "4.4.0-beta-24911-01",
58+
"System.Threading": "4.4.0-beta-24911-01",
59+
"System.Threading.AccessControl": "4.4.0-beta-24911-01",
60+
"System.Threading.Overlapped": "4.4.0-beta-24911-01",
61+
"System.Threading.Tasks": "4.4.0-beta-24911-01",
62+
"System.Threading.Tasks.Parallel": "4.4.0-beta-24911-01",
63+
"System.Threading.ThreadPool": "4.4.0-beta-24911-01",
64+
"System.Threading.Timer": "4.4.0-beta-24911-01",
65+
"System.Xml.ReaderWriter": "4.4.0-beta-24911-01",
66+
"System.Xml.XDocument": "4.4.0-beta-24911-01",
67+
"System.Xml.XmlDocument": "4.4.0-beta-24911-01",
68+
"System.Xml.XPath": "4.4.0-beta-24911-01",
69+
"System.Xml.XPath.XmlDocument": "4.4.0-beta-24911-01",
70+
"System.Numerics.Vectors": "4.4.0-beta-24911-01"
7171
},
7272
"frameworks": {
7373
"netcoreapp1.1": {

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
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": "1.2.0-beta-24909-02",
8-
"System.Console": "4.4.0-beta-24909-02",
9-
"System.Dynamic.Runtime": "4.4.0-beta-24909-02",
10-
"System.Linq": "4.4.0-beta-24909-02",
11-
"System.IO.FileSystem": "4.4.0-beta-24909-02",
12-
"System.Numerics.Vectors": "4.4.0-beta-24909-02",
13-
"System.Reflection": "4.4.0-beta-24909-02",
14-
"System.Reflection.Extensions": "4.4.0-beta-24909-02",
15-
"System.Reflection.TypeExtensions": "4.4.0-beta-24909-02",
16-
"System.Runtime": "4.4.0-beta-24909-02",
17-
"System.Runtime.Extensions": "4.4.0-beta-24909-02",
18-
"System.Runtime.Numerics": "4.4.0-beta-24909-02",
19-
"System.Text.RegularExpressions": "4.4.0-beta-24909-02",
20-
"System.Threading": "4.4.0-beta-24909-02",
21-
"System.Threading.Tasks": "4.4.0-beta-24909-02",
22-
"System.Threading.Tasks.Parallel": "4.4.0-beta-24909-02",
23-
"System.Security.Cryptography.Algorithms": "4.4.0-beta-24909-02",
7+
"Microsoft.NETCore.Platforms": "1.2.0-beta-24911-01",
8+
"System.Console": "4.4.0-beta-24911-01",
9+
"System.Dynamic.Runtime": "4.4.0-beta-24911-01",
10+
"System.Linq": "4.4.0-beta-24911-01",
11+
"System.IO.FileSystem": "4.4.0-beta-24911-01",
12+
"System.Numerics.Vectors": "4.4.0-beta-24911-01",
13+
"System.Reflection": "4.4.0-beta-24911-01",
14+
"System.Reflection.Extensions": "4.4.0-beta-24911-01",
15+
"System.Reflection.TypeExtensions": "4.4.0-beta-24911-01",
16+
"System.Runtime": "4.4.0-beta-24911-01",
17+
"System.Runtime.Extensions": "4.4.0-beta-24911-01",
18+
"System.Runtime.Numerics": "4.4.0-beta-24911-01",
19+
"System.Text.RegularExpressions": "4.4.0-beta-24911-01",
20+
"System.Threading": "4.4.0-beta-24911-01",
21+
"System.Threading.Tasks": "4.4.0-beta-24911-01",
22+
"System.Threading.Tasks.Parallel": "4.4.0-beta-24911-01",
23+
"System.Security.Cryptography.Algorithms": "4.4.0-beta-24911-01",
2424
"xunit": "2.2.0-beta2-build3300",
2525
"xunit.console.netcore": "1.0.2-prerelease-00177",
2626
"xunit.runner.utility": "2.2.0-beta2-build3300"

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
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": "1.2.0-beta-24909-02",
6+
"Microsoft.NETCore.Platforms": "1.2.0-beta-24911-01",
77
"Newtonsoft.Json": "7.0.1",
8-
"System.Console": "4.4.0-beta-24909-02",
9-
"System.IO": "4.4.0-beta-24909-02",
10-
"System.IO.FileSystem": "4.4.0-beta-24909-02",
11-
"System.Linq": "4.4.0-beta-24909-02",
12-
"System.ObjectModel": "4.4.0-beta-24909-02",
13-
"System.Dynamic.Runtime": "4.4.0-beta-24909-02",
14-
"System.Reflection": "4.4.0-beta-24909-02",
15-
"System.Reflection.Extensions": "4.4.0-beta-24909-02",
16-
"System.Reflection.TypeExtensions": "4.4.0-beta-24909-02",
17-
"System.Runtime": "4.4.0-beta-24909-02",
18-
"System.Runtime.Serialization.Json": "4.4.0-beta-24909-02",
19-
"System.Runtime.Serialization.Primitives": "4.4.0-beta-24909-02",
20-
"System.Runtime.Serialization.Xml": "4.4.0-beta-24909-02",
21-
"System.Text.RegularExpressions": "4.4.0-beta-24909-02",
22-
"System.Xml.XmlDocument": "4.4.0-beta-24909-02",
23-
"System.Xml.XmlSerializer": "4.4.0-beta-24909-02",
8+
"System.Console": "4.4.0-beta-24911-01",
9+
"System.IO": "4.4.0-beta-24911-01",
10+
"System.IO.FileSystem": "4.4.0-beta-24911-01",
11+
"System.Linq": "4.4.0-beta-24911-01",
12+
"System.ObjectModel": "4.4.0-beta-24911-01",
13+
"System.Dynamic.Runtime": "4.4.0-beta-24911-01",
14+
"System.Reflection": "4.4.0-beta-24911-01",
15+
"System.Reflection.Extensions": "4.4.0-beta-24911-01",
16+
"System.Reflection.TypeExtensions": "4.4.0-beta-24911-01",
17+
"System.Runtime": "4.4.0-beta-24911-01",
18+
"System.Runtime.Serialization.Json": "4.4.0-beta-24911-01",
19+
"System.Runtime.Serialization.Primitives": "4.4.0-beta-24911-01",
20+
"System.Runtime.Serialization.Xml": "4.4.0-beta-24911-01",
21+
"System.Text.RegularExpressions": "4.4.0-beta-24911-01",
22+
"System.Xml.XmlDocument": "4.4.0-beta-24911-01",
23+
"System.Xml.XmlSerializer": "4.4.0-beta-24911-01",
2424
"xunit": "2.2.0-beta2-build3300",
2525
"xunit.console.netcore": "1.0.2-prerelease-00177",
2626
"xunit.runner.utility": "2.2.0-beta2-build3300"

0 commit comments

Comments
 (0)