Skip to content

Commit f016cc9

Browse files
committed
Update CoreClr, CoreFx, External, ProjectNTfs to beta-24716-02, beta-24715-03, beta-24716-00, beta-24716-00, respectively
Commit migrated from dotnet/corefx@75c2a6a
1 parent 2bf6312 commit f016cc9

282 files changed

Lines changed: 2626 additions & 2626 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/libraries/Common/test-runtime/project.json

Lines changed: 299 additions & 299 deletions
Large diffs are not rendered by default.

src/libraries/Common/tests/System/Diagnostics/RemoteExecutorConsoleApp/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"System.Runtime": "4.4.0-beta-24715-02",
4-
"Microsoft.NETCore.Platforms": "1.2.0-beta-24715-02",
3+
"System.Runtime": "4.4.0-beta-24715-03",
4+
"Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
55
"System.Console": "4.0.0",
6-
"System.Diagnostics.Process": "4.4.0-beta-24715-02",
7-
"System.IO": "4.4.0-beta-24715-02",
8-
"System.Reflection": "4.4.0-beta-24715-02",
9-
"System.Threading.Tasks": "4.4.0-beta-24715-02",
6+
"System.Diagnostics.Process": "4.4.0-beta-24715-03",
7+
"System.IO": "4.4.0-beta-24715-03",
8+
"System.Reflection": "4.4.0-beta-24715-03",
9+
"System.Threading.Tasks": "4.4.0-beta-24715-03",
1010
"test-runtime": {
1111
"target": "project",
1212
"exclude": "compile"

src/libraries/Common/tests/System/Xml/BaseLibManaged/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"System.Runtime": "4.4.0-beta-24715-02",
4-
"System.Runtime.Extensions": "4.4.0-beta-24715-02",
3+
"System.Runtime": "4.4.0-beta-24715-03",
4+
"System.Runtime.Extensions": "4.4.0-beta-24715-03",
55
"test-runtime": {
66
"target": "project",
77
"exclude": "compile"

src/libraries/Common/tests/System/Xml/ModuleCore/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.2.0-beta-24715-02",
4-
"System.Collections": "4.4.0-beta-24715-02",
3+
"Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
4+
"System.Collections": "4.4.0-beta-24715-03",
55
"System.Console": "4.0.0",
6-
"System.Diagnostics.Debug": "4.4.0-beta-24715-02",
7-
"System.IO": "4.4.0-beta-24715-02",
8-
"System.Runtime": "4.4.0-beta-24715-02",
9-
"System.Text.Encoding": "4.4.0-beta-24715-02",
6+
"System.Diagnostics.Debug": "4.4.0-beta-24715-03",
7+
"System.IO": "4.4.0-beta-24715-03",
8+
"System.Runtime": "4.4.0-beta-24715-03",
9+
"System.Text.Encoding": "4.4.0-beta-24715-03",
1010
"test-runtime": {
1111
"target": "project",
1212
"exclude": "compile"

src/libraries/Common/tests/System/Xml/XmlCoreTest/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.2.0-beta-24715-02",
4-
"System.Collections": "4.4.0-beta-24715-02",
3+
"Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
4+
"System.Collections": "4.4.0-beta-24715-03",
55
"System.Console": "4.0.0",
6-
"System.IO": "4.4.0-beta-24715-02",
7-
"System.Runtime": "4.4.0-beta-24715-02",
8-
"System.Runtime.Extensions": "4.4.0-beta-24715-02",
9-
"System.Text.Encoding": "4.4.0-beta-24715-02",
10-
"System.Threading": "4.4.0-beta-24715-02",
11-
"System.Threading.Tasks": "4.4.0-beta-24715-02",
12-
"System.Xml.ReaderWriter": "4.4.0-beta-24715-02",
6+
"System.IO": "4.4.0-beta-24715-03",
7+
"System.Runtime": "4.4.0-beta-24715-03",
8+
"System.Runtime.Extensions": "4.4.0-beta-24715-03",
9+
"System.Text.Encoding": "4.4.0-beta-24715-03",
10+
"System.Threading": "4.4.0-beta-24715-03",
11+
"System.Threading.Tasks": "4.4.0-beta-24715-03",
12+
"System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
1313
"test-runtime": {
1414
"target": "project",
1515
"exclude": "compile"

src/libraries/Common/tests/System/Xml/XmlDiff/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "1.2.0-beta-24715-02",
4-
"System.Collections": "4.4.0-beta-24715-02",
3+
"Microsoft.NETCore.Platforms": "1.2.0-beta-24715-03",
4+
"System.Collections": "4.4.0-beta-24715-03",
55
"System.Console": "4.0.0",
6-
"System.Diagnostics.Debug": "4.4.0-beta-24715-02",
7-
"System.IO": "4.4.0-beta-24715-02",
8-
"System.Runtime": "4.4.0-beta-24715-02",
9-
"System.Xml.ReaderWriter": "4.4.0-beta-24715-02",
6+
"System.Diagnostics.Debug": "4.4.0-beta-24715-03",
7+
"System.IO": "4.4.0-beta-24715-03",
8+
"System.Runtime": "4.4.0-beta-24715-03",
9+
"System.Xml.ReaderWriter": "4.4.0-beta-24715-03",
1010
"test-runtime": {
1111
"target": "project",
1212
"exclude": "compile"

src/libraries/Microsoft.CSharp/ref/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"System.Runtime": "4.4.0-beta-24715-02",
4-
"System.Dynamic.Runtime": "4.4.0-beta-24715-02",
5-
"System.Linq.Expressions": "4.4.0-beta-24715-02"
3+
"System.Runtime": "4.4.0-beta-24715-03",
4+
"System.Dynamic.Runtime": "4.4.0-beta-24715-03",
5+
"System.Linq.Expressions": "4.4.0-beta-24715-03"
66
},
77
"frameworks": {
88
"netstandard1.7": {}

src/libraries/Microsoft.CSharp/src/project.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"dependencies": {
3-
"System.Collections": "4.4.0-beta-24715-02",
4-
"System.Diagnostics.Debug": "4.4.0-beta-24715-02",
5-
"System.Diagnostics.Tools": "4.4.0-beta-24715-02",
6-
"System.Dynamic.Runtime": "4.4.0-beta-24715-02",
7-
"System.Globalization": "4.4.0-beta-24715-02",
8-
"System.Linq": "4.4.0-beta-24715-02",
9-
"System.Linq.Expressions": "4.4.0-beta-24715-02",
10-
"System.ObjectModel": "4.4.0-beta-24715-02",
11-
"System.Reflection": "4.4.0-beta-24715-02",
12-
"System.Reflection.Extensions": "4.4.0-beta-24715-02",
13-
"System.Reflection.Primitives": "4.4.0-beta-24715-02",
14-
"System.Reflection.TypeExtensions": "4.4.0-beta-24715-02",
15-
"System.Resources.ResourceManager": "4.4.0-beta-24715-02",
16-
"System.Runtime": "4.4.0-beta-24715-02",
17-
"System.Runtime.Extensions": "4.4.0-beta-24715-02",
18-
"System.Runtime.InteropServices": "4.4.0-beta-24715-02",
19-
"System.Threading": "4.4.0-beta-24715-02",
20-
"System.Threading.Tasks": "4.4.0-beta-24715-02"
3+
"System.Collections": "4.4.0-beta-24715-03",
4+
"System.Diagnostics.Debug": "4.4.0-beta-24715-03",
5+
"System.Diagnostics.Tools": "4.4.0-beta-24715-03",
6+
"System.Dynamic.Runtime": "4.4.0-beta-24715-03",
7+
"System.Globalization": "4.4.0-beta-24715-03",
8+
"System.Linq": "4.4.0-beta-24715-03",
9+
"System.Linq.Expressions": "4.4.0-beta-24715-03",
10+
"System.ObjectModel": "4.4.0-beta-24715-03",
11+
"System.Reflection": "4.4.0-beta-24715-03",
12+
"System.Reflection.Extensions": "4.4.0-beta-24715-03",
13+
"System.Reflection.Primitives": "4.4.0-beta-24715-03",
14+
"System.Reflection.TypeExtensions": "4.4.0-beta-24715-03",
15+
"System.Resources.ResourceManager": "4.4.0-beta-24715-03",
16+
"System.Runtime": "4.4.0-beta-24715-03",
17+
"System.Runtime.Extensions": "4.4.0-beta-24715-03",
18+
"System.Runtime.InteropServices": "4.4.0-beta-24715-03",
19+
"System.Threading": "4.4.0-beta-24715-03",
20+
"System.Threading.Tasks": "4.4.0-beta-24715-03"
2121
},
2222
"frameworks": {
2323
"netstandard1.7": {}

src/libraries/Microsoft.Win32.Primitives/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-
"System.Runtime": "4.4.0-beta-24715-02"
3+
"System.Runtime": "4.4.0-beta-24715-03"
44
},
55
"frameworks": {
66
"netstandard1.7": {}

src/libraries/Microsoft.Win32.Primitives/src/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"netstandard1.7": {
99
"dependencies": {
10-
"System.Runtime": "4.4.0-beta-24715-02",
11-
"System.Runtime.InteropServices": "4.4.0-beta-24715-02"
10+
"System.Runtime": "4.4.0-beta-24715-03",
11+
"System.Runtime.InteropServices": "4.4.0-beta-24715-03"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)