Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Updating CoreFx dependencies to beta-devapi-24409-01 #10662

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dir.props
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<ValidatePackageVersions>true</ValidatePackageVersions>
<ProhibitFloatingDependencies>true</ProhibitFloatingDependencies>

<CoreFxExpectedPrerelease>beta-devapi-24407-01</CoreFxExpectedPrerelease>
<CoreFxExpectedPrerelease>beta-devapi-24409-01</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-24329-03</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-24404-00</ExternalExpectedPrerelease>

Expand Down
4 changes: 2 additions & 2 deletions src/Common/net46-test-runtime/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"System.IO.Compression": "4.2.0-beta-devapi-24407-01",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-devapi-24407-01",
"System.IO.Compression": "4.2.0-beta-devapi-24409-01",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-devapi-24409-01",
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.4.3",
Expand Down
14 changes: 7 additions & 7 deletions src/Common/test-runtime/project.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"Microsoft.NETCore.Targets": "1.0.3-beta-devapi-24407-01",
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"Microsoft.NETCore.Targets": "1.0.3-beta-devapi-24409-01",
"Microsoft.NETCore.TestHost": "1.0.0-rc4-24131-00",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.4-beta-24329-03",
"System.Diagnostics.Contracts": "4.0.2-beta-devapi-24407-01",
"System.IO.Compression": "4.2.0-beta-devapi-24407-01",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-devapi-24407-01",
"System.Linq.Parallel": "4.0.2-beta-devapi-24407-01",
"System.Diagnostics.Contracts": "4.0.2-beta-devapi-24409-01",
"System.IO.Compression": "4.2.0-beta-devapi-24409-01",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-devapi-24409-01",
"System.Linq.Parallel": "4.0.2-beta-devapi-24409-01",
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.4.3",
Expand All @@ -23,7 +23,7 @@
"uap10.0": {
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.1-beta-000547-00",
"System.Console": "4.1.0-beta-devapi-24407-01",
"System.Console": "4.1.0-beta-devapi-24409-01",
"microsoft.xunit.runner.uwp": "1.0.3-prerelease-00614-01",
"Microsoft.DotNet.TestILC": {
"version": "1.4.24208-prerelease",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"System.Console": "4.1.0-beta-devapi-24407-01",
"System.Diagnostics.Process": "4.1.1-beta-devapi-24407-01",
"System.IO": "4.2.0-beta-devapi-24407-01",
"System.Reflection": "4.1.1-beta-devapi-24407-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24407-01"
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"System.Console": "4.1.0-beta-devapi-24409-01",
"System.Diagnostics.Process": "4.1.1-beta-devapi-24409-01",
"System.IO": "4.2.0-beta-devapi-24409-01",
"System.Reflection": "4.1.1-beta-devapi-24409-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24409-01"
},
"frameworks": {
"netstandard1.3": {}
Expand Down
4 changes: 2 additions & 2 deletions src/Common/tests/System/Xml/BaseLibManaged/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24407-01"
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24409-01"
},
"frameworks": {
"netstandard1.0": {}
Expand Down
14 changes: 7 additions & 7 deletions src/Common/tests/System/Xml/ModuleCore/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"System.Collections": "4.1.0-beta-devapi-24407-01",
"System.Console": "4.1.0-beta-devapi-24407-01",
"System.Diagnostics.Debug": "4.0.12-beta-devapi-24407-01",
"System.IO": "4.2.0-beta-devapi-24407-01",
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Text.Encoding": "4.0.12-beta-devapi-24407-01"
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"System.Collections": "4.1.0-beta-devapi-24409-01",
"System.Console": "4.1.0-beta-devapi-24409-01",
"System.Diagnostics.Debug": "4.0.12-beta-devapi-24409-01",
"System.IO": "4.2.0-beta-devapi-24409-01",
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Text.Encoding": "4.0.12-beta-devapi-24409-01"
},
"frameworks": {
"netstandard1.3": {}
Expand Down
18 changes: 9 additions & 9 deletions src/Common/tests/System/Xml/XmlCoreTest/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"System.Collections": "4.1.0-beta-devapi-24407-01",
"System.IO": "4.2.0-beta-devapi-24407-01",
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24407-01",
"System.Text.Encoding": "4.0.12-beta-devapi-24407-01",
"System.Threading": "4.0.12-beta-devapi-24407-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24407-01",
"System.Xml.ReaderWriter": "4.1.0-beta-devapi-24407-01"
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"System.Collections": "4.1.0-beta-devapi-24409-01",
"System.IO": "4.2.0-beta-devapi-24409-01",
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24409-01",
"System.Text.Encoding": "4.0.12-beta-devapi-24409-01",
"System.Threading": "4.0.12-beta-devapi-24409-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24409-01",
"System.Xml.ReaderWriter": "4.1.0-beta-devapi-24409-01"
},
"frameworks": {
"netstandard1.3": {}
Expand Down
12 changes: 6 additions & 6 deletions src/Common/tests/System/Xml/XmlDiff/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"System.Collections": "4.1.0-beta-devapi-24407-01",
"System.Diagnostics.Debug": "4.0.12-beta-devapi-24407-01",
"System.IO": "4.2.0-beta-devapi-24407-01",
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Xml.ReaderWriter": "4.1.0-beta-devapi-24407-01"
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"System.Collections": "4.1.0-beta-devapi-24409-01",
"System.Diagnostics.Debug": "4.0.12-beta-devapi-24409-01",
"System.IO": "4.2.0-beta-devapi-24409-01",
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Xml.ReaderWriter": "4.1.0-beta-devapi-24409-01"
},
"frameworks": {
"netstandard1.3": {}
Expand Down
42 changes: 21 additions & 21 deletions src/Common/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"System.Collections.Concurrent": "4.0.13-beta-devapi-24407-01",
"System.Diagnostics.Contracts": "4.0.2-beta-devapi-24407-01",
"System.Diagnostics.Debug": "4.0.12-beta-devapi-24407-01",
"System.Globalization": "4.0.12-beta-devapi-24407-01",
"System.IO": "4.2.0-beta-devapi-24407-01",
"System.IO.FileSystem": "4.1.0-beta-devapi-24407-01",
"System.IO.FileSystem.Primitives": "4.0.2-beta-devapi-24407-01",
"System.Linq": "4.1.1-beta-devapi-24407-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24407-01",
"System.ObjectModel": "4.0.13-beta-devapi-24407-01",
"System.Reflection": "4.1.1-beta-devapi-24407-01",
"System.Resources.ResourceManager": "4.0.2-beta-devapi-24407-01",
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24407-01",
"System.Runtime.Handles": "4.0.2-beta-devapi-24407-01",
"System.Runtime.InteropServices": "4.2.0-beta-devapi-24407-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24407-01",
"System.Threading.Thread": "4.0.1-beta-devapi-24407-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24407-01",
"System.Threading.Tasks.Parallel": "4.0.2-beta-devapi-24407-01",
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"System.Collections.Concurrent": "4.0.13-beta-devapi-24409-01",
"System.Diagnostics.Contracts": "4.0.2-beta-devapi-24409-01",
"System.Diagnostics.Debug": "4.0.12-beta-devapi-24409-01",
"System.Globalization": "4.0.12-beta-devapi-24409-01",
"System.IO": "4.2.0-beta-devapi-24409-01",
"System.IO.FileSystem": "4.1.0-beta-devapi-24409-01",
"System.IO.FileSystem.Primitives": "4.0.2-beta-devapi-24409-01",
"System.Linq": "4.1.1-beta-devapi-24409-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24409-01",
"System.ObjectModel": "4.0.13-beta-devapi-24409-01",
"System.Reflection": "4.1.1-beta-devapi-24409-01",
"System.Resources.ResourceManager": "4.0.2-beta-devapi-24409-01",
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24409-01",
"System.Runtime.Handles": "4.0.2-beta-devapi-24409-01",
"System.Runtime.InteropServices": "4.2.0-beta-devapi-24409-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24409-01",
"System.Threading.Thread": "4.0.1-beta-devapi-24409-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24409-01",
"System.Threading.Tasks.Parallel": "4.0.2-beta-devapi-24409-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
40 changes: 20 additions & 20 deletions src/Microsoft.CSharp/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"System.Collections": "4.1.0-beta-devapi-24407-01",
"System.Diagnostics.Debug": "4.0.12-beta-devapi-24407-01",
"System.Diagnostics.Tools": "4.0.2-beta-devapi-24407-01",
"System.Dynamic.Runtime": "4.0.12-beta-devapi-24407-01",
"System.Globalization": "4.0.12-beta-devapi-24407-01",
"System.Linq": "4.1.1-beta-devapi-24407-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24407-01",
"System.ObjectModel": "4.0.13-beta-devapi-24407-01",
"System.Reflection": "4.1.1-beta-devapi-24407-01",
"System.Reflection.Extensions": "4.0.2-beta-devapi-24407-01",
"System.Reflection.Primitives": "4.0.2-beta-devapi-24407-01",
"System.Reflection.TypeExtensions": "4.1.1-beta-devapi-24407-01",
"System.Resources.ResourceManager": "4.0.2-beta-devapi-24407-01",
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24407-01",
"System.Runtime.InteropServices": "4.2.0-beta-devapi-24407-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24407-01",
"System.Threading": "4.0.12-beta-devapi-24407-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24407-01",
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"System.Collections": "4.1.0-beta-devapi-24409-01",
"System.Diagnostics.Debug": "4.0.12-beta-devapi-24409-01",
"System.Diagnostics.Tools": "4.0.2-beta-devapi-24409-01",
"System.Dynamic.Runtime": "4.0.12-beta-devapi-24409-01",
"System.Globalization": "4.0.12-beta-devapi-24409-01",
"System.Linq": "4.1.1-beta-devapi-24409-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24409-01",
"System.ObjectModel": "4.0.13-beta-devapi-24409-01",
"System.Reflection": "4.1.1-beta-devapi-24409-01",
"System.Reflection.Extensions": "4.0.2-beta-devapi-24409-01",
"System.Reflection.Primitives": "4.0.2-beta-devapi-24409-01",
"System.Reflection.TypeExtensions": "4.1.1-beta-devapi-24409-01",
"System.Resources.ResourceManager": "4.0.2-beta-devapi-24409-01",
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24409-01",
"System.Runtime.InteropServices": "4.2.0-beta-devapi-24409-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24409-01",
"System.Threading": "4.0.12-beta-devapi-24409-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24409-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
44 changes: 22 additions & 22 deletions src/Microsoft.VisualBasic/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"System.Collections": "4.1.0-beta-devapi-24407-01",
"System.Diagnostics.Debug": "4.0.12-beta-devapi-24407-01",
"System.Dynamic.Runtime": "4.0.12-beta-devapi-24407-01",
"System.Globalization": "4.0.12-beta-devapi-24407-01",
"System.IO": "4.2.0-beta-devapi-24407-01",
"System.Linq": "4.1.1-beta-devapi-24407-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24407-01",
"System.ObjectModel": "4.0.13-beta-devapi-24407-01",
"System.Reflection": "4.1.1-beta-devapi-24407-01",
"System.Reflection.Extensions": "4.0.2-beta-devapi-24407-01",
"System.Reflection.Primitives": "4.0.2-beta-devapi-24407-01",
"System.Reflection.TypeExtensions": "4.1.1-beta-devapi-24407-01",
"System.Resources.ResourceManager": "4.0.2-beta-devapi-24407-01",
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24407-01",
"System.Runtime.Handles": "4.0.2-beta-devapi-24407-01",
"System.Runtime.InteropServices": "4.2.0-beta-devapi-24407-01",
"System.Text.Encoding": "4.0.12-beta-devapi-24407-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24407-01",
"System.Threading": "4.0.12-beta-devapi-24407-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24407-01",
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"System.Collections": "4.1.0-beta-devapi-24409-01",
"System.Diagnostics.Debug": "4.0.12-beta-devapi-24409-01",
"System.Dynamic.Runtime": "4.0.12-beta-devapi-24409-01",
"System.Globalization": "4.0.12-beta-devapi-24409-01",
"System.IO": "4.2.0-beta-devapi-24409-01",
"System.Linq": "4.1.1-beta-devapi-24409-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24409-01",
"System.ObjectModel": "4.0.13-beta-devapi-24409-01",
"System.Reflection": "4.1.1-beta-devapi-24409-01",
"System.Reflection.Extensions": "4.0.2-beta-devapi-24409-01",
"System.Reflection.Primitives": "4.0.2-beta-devapi-24409-01",
"System.Reflection.TypeExtensions": "4.1.1-beta-devapi-24409-01",
"System.Resources.ResourceManager": "4.0.2-beta-devapi-24409-01",
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24409-01",
"System.Runtime.Handles": "4.0.2-beta-devapi-24409-01",
"System.Runtime.InteropServices": "4.2.0-beta-devapi-24409-01",
"System.Text.Encoding": "4.0.12-beta-devapi-24409-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24409-01",
"System.Threading": "4.0.12-beta-devapi-24409-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24409-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
12 changes: 6 additions & 6 deletions src/Microsoft.Win32.Primitives/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24407-01",
"System.ObjectModel": "4.0.13-beta-devapi-24407-01",
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Runtime.InteropServices": "4.2.0-beta-devapi-24407-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24407-01",
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24409-01",
"System.ObjectModel": "4.0.13-beta-devapi-24409-01",
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Runtime.InteropServices": "4.2.0-beta-devapi-24409-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24409-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
24 changes: 12 additions & 12 deletions src/Microsoft.Win32.Registry.AccessControl/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"Microsoft.Win32.Registry": "4.0.1-beta-devapi-24407-01",
"System.IO": "4.2.0-beta-devapi-24407-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24407-01",
"System.ObjectModel": "4.0.13-beta-devapi-24407-01",
"System.Resources.ResourceManager": "4.0.2-beta-devapi-24407-01",
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Runtime.Handles": "4.0.2-beta-devapi-24407-01",
"System.Runtime.InteropServices": "4.2.0-beta-devapi-24407-01",
"System.Security.AccessControl": "4.0.1-beta-devapi-24407-01",
"System.Security.Principal.Windows": "4.0.1-beta-devapi-24407-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24407-01",
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"Microsoft.Win32.Registry": "4.0.1-beta-devapi-24409-01",
"System.IO": "4.2.0-beta-devapi-24409-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24409-01",
"System.ObjectModel": "4.0.13-beta-devapi-24409-01",
"System.Resources.ResourceManager": "4.0.2-beta-devapi-24409-01",
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Runtime.Handles": "4.0.2-beta-devapi-24409-01",
"System.Runtime.InteropServices": "4.2.0-beta-devapi-24409-01",
"System.Security.AccessControl": "4.0.1-beta-devapi-24409-01",
"System.Security.Principal.Windows": "4.0.1-beta-devapi-24409-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24409-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
20 changes: 10 additions & 10 deletions src/Microsoft.Win32.Registry/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"Microsoft.Win32.Registry": "4.0.1-beta-devapi-24407-01",
"System.Collections": "4.1.0-beta-devapi-24407-01",
"System.Linq": "4.1.1-beta-devapi-24407-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24407-01",
"System.ObjectModel": "4.0.13-beta-devapi-24407-01",
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24407-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24407-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24407-01",
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"Microsoft.Win32.Registry": "4.0.1-beta-devapi-24409-01",
"System.Collections": "4.1.0-beta-devapi-24409-01",
"System.Linq": "4.1.1-beta-devapi-24409-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24409-01",
"System.ObjectModel": "4.0.13-beta-devapi-24409-01",
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Runtime.Extensions": "4.2.0-beta-devapi-24409-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24409-01",
"System.Threading.Tasks": "4.0.12-beta-devapi-24409-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
12 changes: 6 additions & 6 deletions src/System.AppContext/tests/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24407-01",
"System.AppContext": "4.1.1-beta-devapi-24407-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24407-01",
"System.ObjectModel": "4.0.13-beta-devapi-24407-01",
"System.Runtime": "4.2.0-beta-devapi-24407-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24407-01",
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24409-01",
"System.AppContext": "4.1.1-beta-devapi-24409-01",
"System.Linq.Expressions": "4.2.0-beta-devapi-24409-01",
"System.ObjectModel": "4.0.13-beta-devapi-24409-01",
"System.Runtime": "4.2.0-beta-devapi-24409-01",
"System.Text.RegularExpressions": "4.2.0-beta-devapi-24409-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
Expand Down
Loading