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

Commit 7d40932

Browse files
Update project.json files.
1 parent b530ba7 commit 7d40932

File tree

34 files changed

+909
-837
lines changed

34 files changed

+909
-837
lines changed

tests/src/baseservices/threading/interlocked/checkreturn/project.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
{
22
"dependencies": {
3-
"System.Diagnostics.Process": "4.0.0-beta-23302",
4-
"System.IO": "4.0.10-beta-23302",
5-
"System.IO.FileSystem": "4.0.0-beta-23302",
6-
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
7-
"System.Runtime": "4.0.20-beta-23302",
8-
"System.Runtime.Extensions": "4.0.10-beta-23302",
9-
"System.Runtime.Handles": "4.0.0-beta-23302",
10-
"System.Runtime.Loader": "4.0.0-beta-23302",
11-
"System.Threading": "4.0.10-beta-23302",
12-
"System.Globalization.Calendars": "4.0.0-beta-23302",
13-
"System.Globalization": "4.0.10-beta-23302",
14-
"System.Text.Encoding": "4.0.10-beta-23302",
15-
"System.Runtime.InteropServices": "4.0.20-beta-23302",
16-
"System.Collections": "4.0.10-beta-23302",
17-
"System.Console": "4.0.0-beta-23302",
18-
"System.Reflection": "4.0.10-beta-23302",
19-
"System.Reflection.Primitives": "4.0.0-beta-23302",
20-
"System.ComponentModel": "4.0.1-beta-23302",
21-
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
22-
"System.Collections.NonGeneric": "4.0.1-beta-23302",
23-
"System.Collections.Specialized": "4.0.1-beta-23302",
24-
"System.Linq": "4.0.1-beta-23302",
25-
"System.Linq.Queryable": "4.0.1-beta-23302",
26-
"System.Xml.XmlSerializer": "4.0.11-beta-23302",
27-
"System.Xml.XmlDocument": "4.0.1-beta-23302",
28-
"System.Xml.XDocument": "4.0.11-beta-23302"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
4+
"System.Collections": "4.0.10",
5+
"System.Collections.NonGeneric": "4.0.1-rc2-23816",
6+
"System.Collections.Specialized": "4.0.1-rc2-23816",
7+
"System.ComponentModel": "4.0.1-rc2-23816",
8+
"System.Console": "4.0.0-rc2-23816",
9+
"System.Diagnostics.Process": "4.1.0-rc2-23816",
10+
"System.Globalization": "4.0.10",
11+
"System.Globalization.Calendars": "4.0.0",
12+
"System.IO": "4.0.10",
13+
"System.IO.FileSystem": "4.0.0",
14+
"System.IO.FileSystem.Primitives": "4.0.0",
15+
"System.Linq": "4.0.1-rc2-23816",
16+
"System.Linq.Queryable": "4.0.1-rc2-23816",
17+
"System.Reflection": "4.0.10",
18+
"System.Reflection.Primitives": "4.0.0",
19+
"System.Runtime": "4.1.0-rc2-23816",
20+
"System.Runtime.Extensions": "4.0.10",
21+
"System.Runtime.Handles": "4.0.0",
22+
"System.Runtime.InteropServices": "4.1.0-rc2-23816",
23+
"System.Runtime.Loader": "4.0.0-rc2-23816",
24+
"System.Text.Encoding": "4.0.10",
25+
"System.Threading": "4.0.10",
26+
"System.Threading.Thread": "4.0.0-rc2-23816",
27+
"System.Xml.ReaderWriter": "4.0.11-rc2-23816",
28+
"System.Xml.XDocument": "4.0.11-rc2-23816",
29+
"System.Xml.XmlDocument": "4.0.1-rc2-23816",
30+
"System.Xml.XmlSerializer": "4.0.11-rc2-23816"
2931
},
3032
"frameworks": {
3133
"dnxcore50": {}

tests/src/baseservices/threading/interlocked/ctorchk/project.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
{
22
"dependencies": {
3-
"System.Diagnostics.Process": "4.0.0-beta-23302",
4-
"System.IO": "4.0.10-beta-23302",
5-
"System.IO.FileSystem": "4.0.0-beta-23302",
6-
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
7-
"System.Runtime": "4.0.20-beta-23302",
8-
"System.Runtime.Extensions": "4.0.10-beta-23302",
9-
"System.Runtime.Handles": "4.0.0-beta-23302",
10-
"System.Runtime.Loader": "4.0.0-beta-23302",
11-
"System.Threading": "4.0.10-beta-23302",
12-
"System.Globalization.Calendars": "4.0.0-beta-23302",
13-
"System.Globalization": "4.0.10-beta-23302",
14-
"System.Text.Encoding": "4.0.10-beta-23302",
15-
"System.Runtime.InteropServices": "4.0.20-beta-23302",
16-
"System.Collections": "4.0.10-beta-23302",
17-
"System.Console": "4.0.0-beta-23302",
18-
"System.Reflection": "4.0.10-beta-23302",
19-
"System.Reflection.Primitives": "4.0.0-beta-23302",
20-
"System.ComponentModel": "4.0.1-beta-23302",
21-
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
22-
"System.Collections.NonGeneric": "4.0.1-beta-23302",
23-
"System.Collections.Specialized": "4.0.1-beta-23302",
24-
"System.Linq": "4.0.1-beta-23302",
25-
"System.Linq.Queryable": "4.0.1-beta-23302",
26-
"System.Xml.XmlSerializer": "4.0.11-beta-23302",
27-
"System.Xml.XmlDocument": "4.0.1-beta-23302",
28-
"System.Xml.XDocument": "4.0.11-beta-23302"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
4+
"System.Collections": "4.0.10",
5+
"System.Collections.NonGeneric": "4.0.1-rc2-23816",
6+
"System.Collections.Specialized": "4.0.1-rc2-23816",
7+
"System.ComponentModel": "4.0.1-rc2-23816",
8+
"System.Console": "4.0.0-rc2-23816",
9+
"System.Diagnostics.Process": "4.1.0-rc2-23816",
10+
"System.Globalization": "4.0.10",
11+
"System.Globalization.Calendars": "4.0.0",
12+
"System.IO": "4.0.10",
13+
"System.IO.FileSystem": "4.0.0",
14+
"System.IO.FileSystem.Primitives": "4.0.0",
15+
"System.Linq": "4.0.1-rc2-23816",
16+
"System.Linq.Queryable": "4.0.1-rc2-23816",
17+
"System.Reflection": "4.0.10",
18+
"System.Reflection.Primitives": "4.0.0",
19+
"System.Runtime": "4.1.0-rc2-23816",
20+
"System.Runtime.Extensions": "4.0.10",
21+
"System.Runtime.Handles": "4.0.0",
22+
"System.Runtime.InteropServices": "4.1.0-rc2-23816",
23+
"System.Runtime.Loader": "4.0.0-rc2-23816",
24+
"System.Text.Encoding": "4.0.10",
25+
"System.Threading": "4.0.10",
26+
"System.Threading.Thread": "4.0.0-rc2-23816",
27+
"System.Xml.ReaderWriter": "4.0.11-rc2-23816",
28+
"System.Xml.XDocument": "4.0.11-rc2-23816",
29+
"System.Xml.XmlDocument": "4.0.1-rc2-23816",
30+
"System.Xml.XmlSerializer": "4.0.11-rc2-23816"
2931
},
3032
"frameworks": {
3133
"dnxcore50": {}

tests/src/baseservices/threading/interlocked/decrement/project.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
{
22
"dependencies": {
3-
"System.Diagnostics.Process": "4.0.0-beta-23302",
4-
"System.IO": "4.0.10-beta-23302",
5-
"System.IO.FileSystem": "4.0.0-beta-23302",
6-
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
7-
"System.Runtime": "4.0.20-beta-23302",
8-
"System.Runtime.Extensions": "4.0.10-beta-23302",
9-
"System.Runtime.Handles": "4.0.0-beta-23302",
10-
"System.Runtime.Loader": "4.0.0-beta-23302",
11-
"System.Threading": "4.0.10-beta-23302",
12-
"System.Globalization.Calendars": "4.0.0-beta-23302",
13-
"System.Globalization": "4.0.10-beta-23302",
14-
"System.Text.Encoding": "4.0.10-beta-23302",
15-
"System.Runtime.InteropServices": "4.0.20-beta-23302",
16-
"System.Collections": "4.0.10-beta-23302",
17-
"System.Console": "4.0.0-beta-23302",
18-
"System.Reflection": "4.0.10-beta-23302",
19-
"System.Reflection.Primitives": "4.0.0-beta-23302",
20-
"System.ComponentModel": "4.0.1-beta-23302",
21-
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
22-
"System.Collections.NonGeneric": "4.0.1-beta-23302",
23-
"System.Collections.Specialized": "4.0.1-beta-23302",
24-
"System.Linq": "4.0.1-beta-23302",
25-
"System.Linq.Queryable": "4.0.1-beta-23302",
26-
"System.Xml.XmlSerializer": "4.0.11-beta-23302",
27-
"System.Xml.XmlDocument": "4.0.1-beta-23302",
28-
"System.Xml.XDocument": "4.0.11-beta-23302"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
4+
"System.Collections": "4.0.10",
5+
"System.Collections.NonGeneric": "4.0.1-rc2-23816",
6+
"System.Collections.Specialized": "4.0.1-rc2-23816",
7+
"System.ComponentModel": "4.0.1-rc2-23816",
8+
"System.Console": "4.0.0-rc2-23816",
9+
"System.Diagnostics.Process": "4.1.0-rc2-23816",
10+
"System.Globalization": "4.0.10",
11+
"System.Globalization.Calendars": "4.0.0",
12+
"System.IO": "4.0.10",
13+
"System.IO.FileSystem": "4.0.0",
14+
"System.IO.FileSystem.Primitives": "4.0.0",
15+
"System.Linq": "4.0.1-rc2-23816",
16+
"System.Linq.Queryable": "4.0.1-rc2-23816",
17+
"System.Reflection": "4.0.10",
18+
"System.Reflection.Primitives": "4.0.0",
19+
"System.Runtime": "4.1.0-rc2-23816",
20+
"System.Runtime.Extensions": "4.0.10",
21+
"System.Runtime.Handles": "4.0.0",
22+
"System.Runtime.InteropServices": "4.1.0-rc2-23816",
23+
"System.Runtime.Loader": "4.0.0-rc2-23816",
24+
"System.Text.Encoding": "4.0.10",
25+
"System.Threading": "4.0.10",
26+
"System.Threading.Thread": "4.0.0-rc2-23816",
27+
"System.Xml.ReaderWriter": "4.0.11-rc2-23816",
28+
"System.Xml.XDocument": "4.0.11-rc2-23816",
29+
"System.Xml.XmlDocument": "4.0.1-rc2-23816",
30+
"System.Xml.XmlSerializer": "4.0.11-rc2-23816"
2931
},
3032
"frameworks": {
3133
"dnxcore50": {}

tests/src/baseservices/threading/interlocked/increment/project.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
{
22
"dependencies": {
3-
"System.Diagnostics.Process": "4.0.0-beta-23302",
4-
"System.IO": "4.0.10-beta-23302",
5-
"System.IO.FileSystem": "4.0.0-beta-23302",
6-
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
7-
"System.Runtime": "4.0.20-beta-23302",
8-
"System.Runtime.Extensions": "4.0.10-beta-23302",
9-
"System.Runtime.Handles": "4.0.0-beta-23302",
10-
"System.Runtime.Loader": "4.0.0-beta-23302",
11-
"System.Threading": "4.0.10-beta-23302",
12-
"System.Globalization.Calendars": "4.0.0-beta-23302",
13-
"System.Globalization": "4.0.10-beta-23302",
14-
"System.Text.Encoding": "4.0.10-beta-23302",
15-
"System.Runtime.InteropServices": "4.0.20-beta-23302",
16-
"System.Collections": "4.0.10-beta-23302",
17-
"System.Console": "4.0.0-beta-23302",
18-
"System.Reflection": "4.0.10-beta-23302",
19-
"System.Reflection.Primitives": "4.0.0-beta-23302",
20-
"System.ComponentModel": "4.0.1-beta-23302",
21-
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
22-
"System.Collections.NonGeneric": "4.0.1-beta-23302",
23-
"System.Collections.Specialized": "4.0.1-beta-23302",
24-
"System.Linq": "4.0.1-beta-23302",
25-
"System.Linq.Queryable": "4.0.1-beta-23302",
26-
"System.Xml.XmlSerializer": "4.0.11-beta-23302",
27-
"System.Xml.XmlDocument": "4.0.1-beta-23302",
28-
"System.Xml.XDocument": "4.0.11-beta-23302"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
4+
"System.Collections": "4.0.10",
5+
"System.Collections.NonGeneric": "4.0.1-rc2-23816",
6+
"System.Collections.Specialized": "4.0.1-rc2-23816",
7+
"System.ComponentModel": "4.0.1-rc2-23816",
8+
"System.Console": "4.0.0-rc2-23816",
9+
"System.Diagnostics.Process": "4.1.0-rc2-23816",
10+
"System.Globalization": "4.0.10",
11+
"System.Globalization.Calendars": "4.0.0",
12+
"System.IO": "4.0.10",
13+
"System.IO.FileSystem": "4.0.0",
14+
"System.IO.FileSystem.Primitives": "4.0.0",
15+
"System.Linq": "4.0.1-rc2-23816",
16+
"System.Linq.Queryable": "4.0.1-rc2-23816",
17+
"System.Reflection": "4.0.10",
18+
"System.Reflection.Primitives": "4.0.0",
19+
"System.Runtime": "4.1.0-rc2-23816",
20+
"System.Runtime.Extensions": "4.0.10",
21+
"System.Runtime.Handles": "4.0.0",
22+
"System.Runtime.InteropServices": "4.1.0-rc2-23816",
23+
"System.Runtime.Loader": "4.0.0-rc2-23816",
24+
"System.Text.Encoding": "4.0.10",
25+
"System.Threading": "4.0.10",
26+
"System.Threading.Thread": "4.0.0-rc2-23816",
27+
"System.Xml.ReaderWriter": "4.0.11-rc2-23816",
28+
"System.Xml.XDocument": "4.0.11-rc2-23816",
29+
"System.Xml.XmlDocument": "4.0.1-rc2-23816",
30+
"System.Xml.XmlSerializer": "4.0.11-rc2-23816"
2931
},
3032
"frameworks": {
3133
"dnxcore50": {}

tests/src/baseservices/threading/interlocked/read/project.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
{
22
"dependencies": {
3-
"System.Diagnostics.Process": "4.0.0-beta-23302",
4-
"System.IO": "4.0.10-beta-23302",
5-
"System.IO.FileSystem": "4.0.0-beta-23302",
6-
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
7-
"System.Runtime": "4.0.20-beta-23302",
8-
"System.Runtime.Extensions": "4.0.10-beta-23302",
9-
"System.Runtime.Handles": "4.0.0-beta-23302",
10-
"System.Runtime.Loader": "4.0.0-beta-23302",
11-
"System.Threading": "4.0.10-beta-23302",
12-
"System.Globalization.Calendars": "4.0.0-beta-23302",
13-
"System.Globalization": "4.0.10-beta-23302",
14-
"System.Text.Encoding": "4.0.10-beta-23302",
15-
"System.Runtime.InteropServices": "4.0.20-beta-23302",
16-
"System.Collections": "4.0.10-beta-23302",
17-
"System.Console": "4.0.0-beta-23302",
18-
"System.Reflection": "4.0.10-beta-23302",
19-
"System.Reflection.Primitives": "4.0.0-beta-23302",
20-
"System.ComponentModel": "4.0.1-beta-23302",
21-
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
22-
"System.Collections.NonGeneric": "4.0.1-beta-23302",
23-
"System.Collections.Specialized": "4.0.1-beta-23302",
24-
"System.Linq": "4.0.1-beta-23302",
25-
"System.Linq.Queryable": "4.0.1-beta-23302",
26-
"System.Xml.XmlSerializer": "4.0.11-beta-23302",
27-
"System.Xml.XmlDocument": "4.0.1-beta-23302",
28-
"System.Xml.XDocument": "4.0.11-beta-23302"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
4+
"System.Collections": "4.0.10",
5+
"System.Collections.NonGeneric": "4.0.1-rc2-23816",
6+
"System.Collections.Specialized": "4.0.1-rc2-23816",
7+
"System.ComponentModel": "4.0.1-rc2-23816",
8+
"System.Console": "4.0.0-rc2-23816",
9+
"System.Diagnostics.Process": "4.1.0-rc2-23816",
10+
"System.Globalization": "4.0.10",
11+
"System.Globalization.Calendars": "4.0.0",
12+
"System.IO": "4.0.10",
13+
"System.IO.FileSystem": "4.0.0",
14+
"System.IO.FileSystem.Primitives": "4.0.0",
15+
"System.Linq": "4.0.1-rc2-23816",
16+
"System.Linq.Queryable": "4.0.1-rc2-23816",
17+
"System.Reflection": "4.0.10",
18+
"System.Reflection.Primitives": "4.0.0",
19+
"System.Runtime": "4.1.0-rc2-23816",
20+
"System.Runtime.Extensions": "4.0.10",
21+
"System.Runtime.Handles": "4.0.0",
22+
"System.Runtime.InteropServices": "4.1.0-rc2-23816",
23+
"System.Runtime.Loader": "4.0.0-rc2-23816",
24+
"System.Text.Encoding": "4.0.10",
25+
"System.Threading": "4.0.10",
26+
"System.Threading.Thread": "4.0.0-rc2-23816",
27+
"System.Xml.ReaderWriter": "4.0.11-rc2-23816",
28+
"System.Xml.XDocument": "4.0.11-rc2-23816",
29+
"System.Xml.XmlDocument": "4.0.1-rc2-23816",
30+
"System.Xml.XmlSerializer": "4.0.11-rc2-23816"
2931
},
3032
"frameworks": {
3133
"dnxcore50": {}

tests/src/baseservices/threading/monitor/ctorchk/project.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
{
22
"dependencies": {
3-
"System.Diagnostics.Process": "4.0.0-beta-23302",
4-
"System.IO": "4.0.10-beta-23302",
5-
"System.IO.FileSystem": "4.0.0-beta-23302",
6-
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
7-
"System.Runtime": "4.0.20-beta-23302",
8-
"System.Runtime.Extensions": "4.0.10-beta-23302",
9-
"System.Runtime.Handles": "4.0.0-beta-23302",
10-
"System.Runtime.Loader": "4.0.0-beta-23302",
11-
"System.Threading": "4.0.10-beta-23302",
12-
"System.Globalization.Calendars": "4.0.0-beta-23302",
13-
"System.Globalization": "4.0.10-beta-23302",
14-
"System.Text.Encoding": "4.0.10-beta-23302",
15-
"System.Runtime.InteropServices": "4.0.20-beta-23302",
16-
"System.Collections": "4.0.10-beta-23302",
17-
"System.Console": "4.0.0-beta-23302",
18-
"System.Reflection": "4.0.10-beta-23302",
19-
"System.Reflection.Primitives": "4.0.0-beta-23302",
20-
"System.ComponentModel": "4.0.1-beta-23302",
21-
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
22-
"System.Collections.NonGeneric": "4.0.1-beta-23302",
23-
"System.Collections.Specialized": "4.0.1-beta-23302",
24-
"System.Linq": "4.0.1-beta-23302",
25-
"System.Linq.Queryable": "4.0.1-beta-23302",
26-
"System.Xml.XmlSerializer": "4.0.11-beta-23302",
27-
"System.Xml.XmlDocument": "4.0.1-beta-23302",
28-
"System.Xml.XDocument": "4.0.11-beta-23302"
3+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
4+
"System.Collections": "4.0.10",
5+
"System.Collections.NonGeneric": "4.0.1-rc2-23816",
6+
"System.Collections.Specialized": "4.0.1-rc2-23816",
7+
"System.ComponentModel": "4.0.1-rc2-23816",
8+
"System.Console": "4.0.0-rc2-23816",
9+
"System.Diagnostics.Process": "4.1.0-rc2-23816",
10+
"System.Globalization": "4.0.10",
11+
"System.Globalization.Calendars": "4.0.0",
12+
"System.IO": "4.0.10",
13+
"System.IO.FileSystem": "4.0.0",
14+
"System.IO.FileSystem.Primitives": "4.0.0",
15+
"System.Linq": "4.0.1-rc2-23816",
16+
"System.Linq.Queryable": "4.0.1-rc2-23816",
17+
"System.Reflection": "4.0.10",
18+
"System.Reflection.Primitives": "4.0.0",
19+
"System.Runtime": "4.1.0-rc2-23816",
20+
"System.Runtime.Extensions": "4.0.10",
21+
"System.Runtime.Handles": "4.0.0",
22+
"System.Runtime.InteropServices": "4.1.0-rc2-23816",
23+
"System.Runtime.Loader": "4.0.0-rc2-23816",
24+
"System.Text.Encoding": "4.0.10",
25+
"System.Threading": "4.0.10",
26+
"System.Threading.Thread": "4.0.0-rc2-23816",
27+
"System.Xml.ReaderWriter": "4.0.11-rc2-23816",
28+
"System.Xml.XDocument": "4.0.11-rc2-23816",
29+
"System.Xml.XmlDocument": "4.0.1-rc2-23816",
30+
"System.Xml.XmlSerializer": "4.0.11-rc2-23816"
2931
},
3032
"frameworks": {
3133
"dnxcore50": {}

tests/src/baseservices/threading/monitor/enter/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"System.Text.Encoding": "4.0.10",
2525
"System.Threading": "4.0.10",
2626
"System.Threading.Thread": "4.0.0-rc2-23816",
27+
"System.Threading.ThreadPool": "4.0.10-rc2-23816",
2728
"System.Xml.ReaderWriter": "4.0.11-rc2-23816",
2829
"System.Xml.XDocument": "4.0.11-rc2-23816",
2930
"System.Xml.XmlDocument": "4.0.1-rc2-23816",

0 commit comments

Comments
 (0)