diff options
author | Jan Kotas <jkotas@microsoft.com> | 2016-08-30 21:54:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 21:54:44 -0700 |
commit | ce7fa974a35d610b7e18a93aba0003bc293a8614 (patch) | |
tree | e9d65b5aabb8b344680a06424abdc0bba8f81b97 | |
parent | bd78aa1c4f9ee45c27fa164acf5b742f2bdf4acc (diff) | |
parent | 468ef6bbac9a2d7eff5691650d705d365985eeae (diff) | |
download | coreclr-ce7fa974a35d610b7e18a93aba0003bc293a8614.tar.gz coreclr-ce7fa974a35d610b7e18a93aba0003bc293a8614.tar.bz2 coreclr-ce7fa974a35d610b7e18a93aba0003bc293a8614.zip |
Update CoreClr, CoreFx, External to beta-24431-01, beta-24431-01, beta-24430-00, respectively (#6879)
-rw-r--r-- | dependencies.props | 12 | ||||
-rw-r--r-- | tests/src/Common/test_dependencies/project.json | 120 | ||||
-rw-r--r-- | tests/src/JIT/config/benchmark+roslyn/project.json | 36 | ||||
-rw-r--r-- | tests/src/JIT/config/benchmark+serialize/project.json | 28 | ||||
-rw-r--r-- | tests/src/JIT/config/benchmark/project.json | 38 | ||||
-rw-r--r-- | tests/src/JIT/config/extra/project.json | 32 | ||||
-rw-r--r-- | tests/src/JIT/config/minimal/project.json | 10 | ||||
-rw-r--r-- | tests/src/JIT/config/threading+thread/project.json | 14 | ||||
-rw-r--r-- | tests/src/JIT/config/threading/project.json | 10 |
9 files changed, 150 insertions, 150 deletions
diff --git a/dependencies.props b/dependencies.props index 5464e95ccd..e076c18a49 100644 --- a/dependencies.props +++ b/dependencies.props @@ -1,20 +1,20 @@ <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. --> <PropertyGroup> - <CoreFxCurrentRef>afe7fab6bb2a2cd82d381eab880d290b23ed5214</CoreFxCurrentRef> - <CoreClrCurrentRef>5adc811e2d62ae1543bc3e88748476d088532d2a</CoreClrCurrentRef> - <ExternalCurrentRef>039e8532657c2599e2f8baf2c3dcd95265f28645</ExternalCurrentRef> + <CoreFxCurrentRef>2e3cca76502a1514e9cdc566df216a1afbf07872</CoreFxCurrentRef> + <CoreClrCurrentRef>2e3cca76502a1514e9cdc566df216a1afbf07872</CoreClrCurrentRef> + <ExternalCurrentRef>2e3cca76502a1514e9cdc566df216a1afbf07872</ExternalCurrentRef> </PropertyGroup> <!-- Auto-upgraded properties for each build info dependency. --> <PropertyGroup> - <CoreFxExpectedPrerelease>beta-24328-05</CoreFxExpectedPrerelease> - <ExternalExpectedPrerelease>beta-24417-00</ExternalExpectedPrerelease> + <CoreFxExpectedPrerelease>beta-24431-01</CoreFxExpectedPrerelease> + <ExternalExpectedPrerelease>beta-24430-00</ExternalExpectedPrerelease> </PropertyGroup> <!-- Full package version strings that are used in other parts of the build. --> <PropertyGroup> - <CoreClrPackageVersion>1.0.4-beta-24325-02</CoreClrPackageVersion> + <CoreClrPackageVersion>1.1.0-beta-24431-01</CoreClrPackageVersion> <XunitPackageVersion>2.1.0</XunitPackageVersion> </PropertyGroup> diff --git a/tests/src/Common/test_dependencies/project.json b/tests/src/Common/test_dependencies/project.json index 0bc8803056..b504cf88f1 100644 --- a/tests/src/Common/test_dependencies/project.json +++ b/tests/src/Common/test_dependencies/project.json @@ -7,72 +7,72 @@ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0035", "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0035", "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0035", - "Microsoft.Win32.Primitives": "4.0.2-beta-24328-05", + "Microsoft.Win32.Primitives": "4.3.0-beta-24431-01", "Newtonsoft.Json": "7.0.1", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "Microsoft.NETCore.Targets": "1.0.3-beta-24328-05", - "System.Collections.Immutable": "1.2.1-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "System.Collections.Concurrent": "4.0.13-beta-24328-05", - "System.ObjectModel": "4.0.13-beta-24328-05", - "System.Runtime.Numerics": "4.0.2-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Reflection.Emit.Lightweight": "4.0.2-beta-24328-05", - "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Contracts": "4.0.2-beta-24328-05", - "System.Diagnostics.Debug": "4.0.12-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Diagnostics.Tools": "4.0.2-beta-24328-05", - "System.Diagnostics.Tracing": "4.1.1-beta-24328-05", - "System.Dynamic.Runtime": "4.0.12-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Linq.Expressions": "4.1.1-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Extensions": "4.0.2-beta-24328-05", - "System.Resources.ResourceManager": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.CompilerServices.Unsafe": "4.0.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Runtime.Serialization.Json": "4.0.3-beta-24328-05", + "Microsoft.NETCore.Platforms": "4.3.0-beta-24431-01", + "Microsoft.NETCore.Targets": "4.3.0-beta-24431-01", + "System.Collections.Immutable": "1.3.0-beta-24431-01", + "System.Threading.Thread": "4.3.0-beta-24431-01", + "System.Collections": "4.3.0-beta-24431-01", + "System.Xml.XmlSerializer": "4.3.0-beta-24431-01", + "System.Collections.Concurrent": "4.3.0-beta-24431-01", + "System.ObjectModel": "4.3.0-beta-24431-01", + "System.Runtime.Numerics": "4.3.0-beta-24431-01", + "System.Collections.NonGeneric": "4.3.0-beta-24431-01", + "System.Collections.Specialized": "4.3.0-beta-24431-01", + "System.ComponentModel": "4.3.0-beta-24431-01", + "System.Reflection.Emit.Lightweight": "4.3.0-beta-24431-01", + "System.Reflection.TypeExtensions": "4.3.0-beta-24431-01", + "System.Console": "4.3.0-beta-24431-01", + "System.Diagnostics.Contracts": "4.3.0-beta-24431-01", + "System.Diagnostics.Debug": "4.3.0-beta-24431-01", + "System.Diagnostics.Process": "4.3.0-beta-24431-01", + "System.Diagnostics.Tools": "4.3.0-beta-24431-01", + "System.Diagnostics.Tracing": "4.3.0-beta-24431-01", + "System.Dynamic.Runtime": "4.3.0-beta-24431-01", + "System.Globalization": "4.3.0-beta-24431-01", + "System.Globalization.Calendars": "4.3.0-beta-24431-01", + "System.IO": "4.3.0-beta-24431-01", + "System.IO.FileSystem": "4.3.0-beta-24431-01", + "System.IO.FileSystem.Primitives": "4.3.0-beta-24431-01", + "System.Linq": "4.3.0-beta-24431-01", + "System.Linq.Queryable": "4.3.0-beta-24431-01", + "System.Linq.Expressions": "4.3.0-beta-24431-01", + "System.Reflection": "4.3.0-beta-24431-01", + "System.Reflection.Extensions": "4.3.0-beta-24431-01", + "System.Resources.ResourceManager": "4.3.0-beta-24431-01", + "System.Runtime": "4.3.0-beta-24431-01", + "System.Runtime.CompilerServices.Unsafe": "4.3.0-beta-24431-01", + "System.Runtime.Extensions": "4.3.0-beta-24431-01", + "System.Runtime.Handles": "4.3.0-beta-24431-01", + "System.Runtime.InteropServices": "4.3.0-beta-24431-01", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0-beta-24431-01", + "System.Runtime.Loader": "4.3.0-beta-24431-01", + "System.Runtime.Serialization.Json": "4.3.0-beta-24431-01", "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Runtime.Serialization.Xml": "4.1.2-beta-24328-05", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Text.Encoding.Extensions": "4.0.12-beta-24328-05", - "System.Text.RegularExpressions": "4.2.0-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.AccessControl": "4.0.1-beta-24328-05", - "System.Threading.Overlapped": "4.0.2-beta-24328-05", - "System.Threading.Tasks": "4.0.12-beta-24328-05", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24328-05", - "System.Threading.ThreadPool": "4.0.11-beta-24328-05", - "System.Threading.Timer": "4.0.2-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XPath": "4.0.2-beta-24328-05", - "System.Xml.XPath.XmlDocument": "4.0.2-beta-24328-05", - "System.Numerics.Vectors": "4.1.2-beta-24328-05", + "System.Runtime.Serialization.Xml": "4.3.0-beta-24431-01", + "System.Security.Cryptography.Algorithms": "4.3.0-beta-24431-01", + "System.Text.Encoding": "4.3.0-beta-24431-01", + "System.Text.Encoding.Extensions": "4.3.0-beta-24431-01", + "System.Text.RegularExpressions": "4.3.0-beta-24431-01", + "System.Threading": "4.3.0-beta-24431-01", + "System.Threading.AccessControl": "4.3.0-beta-24431-01", + "System.Threading.Overlapped": "4.3.0-beta-24431-01", + "System.Threading.Tasks": "4.3.0-beta-24431-01", + "System.Threading.Tasks.Parallel": "4.3.0-beta-24431-01", + "System.Threading.ThreadPool": "4.3.0-beta-24431-01", + "System.Threading.Timer": "4.3.0-beta-24431-01", + "System.Xml.ReaderWriter": "4.3.0-beta-24431-01", + "System.Xml.XDocument": "4.3.0-beta-24431-01", + "System.Xml.XmlDocument": "4.3.0-beta-24431-01", + "System.Xml.XPath": "4.3.0-beta-24431-01", + "System.Xml.XPath.XmlDocument": "4.3.0-beta-24431-01", + "System.Numerics.Vectors": "4.3.0-beta-24431-01" }, "frameworks": { "netcoreapp1.0": { "imports": [ - "dnxcore50", + "dnxcore50", "portable-net45+win8" ] } diff --git a/tests/src/JIT/config/benchmark+roslyn/project.json b/tests/src/JIT/config/benchmark+roslyn/project.json index b88760624f..922737f3fd 100644 --- a/tests/src/JIT/config/benchmark+roslyn/project.json +++ b/tests/src/JIT/config/benchmark+roslyn/project.json @@ -4,26 +4,26 @@ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0035", "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0035", "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0035", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Dynamic.Runtime": "4.0.12-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.Numerics.Vectors": "4.1.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Extensions": "4.0.2-beta-24328-05", - "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Numerics": "4.0.2-beta-24328-05", - "System.Text.RegularExpressions": "4.2.0-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Tasks": "4.0.12-beta-24328-05", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24328-05", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24328-05", + "Microsoft.NETCore.Platforms": "4.3.0-beta-24431-01", + "System.Console": "4.3.0-beta-24431-01", + "System.Dynamic.Runtime": "4.3.0-beta-24431-01", + "System.Linq": "4.3.0-beta-24431-01", + "System.IO.FileSystem": "4.3.0-beta-24431-01", + "System.Numerics.Vectors": "4.3.0-beta-24431-01", + "System.Reflection": "4.3.0-beta-24431-01", + "System.Reflection.Extensions": "4.3.0-beta-24431-01", + "System.Reflection.TypeExtensions": "4.3.0-beta-24431-01", + "System.Runtime": "4.3.0-beta-24431-01", + "System.Runtime.Extensions": "4.3.0-beta-24431-01", + "System.Runtime.Numerics": "4.3.0-beta-24431-01", + "System.Text.RegularExpressions": "4.3.0-beta-24431-01", + "System.Threading": "4.3.0-beta-24431-01", + "System.Threading.Tasks": "4.3.0-beta-24431-01", + "System.Threading.Tasks.Parallel": "4.3.0-beta-24431-01", + "System.Security.Cryptography.Algorithms": "4.3.0-beta-24431-01", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", - "xunit.runner.utility": "2.1.0", + "xunit.runner.utility": "2.1.0" }, "frameworks": { "netcoreapp1.0": { diff --git a/tests/src/JIT/config/benchmark+serialize/project.json b/tests/src/JIT/config/benchmark+serialize/project.json index 9c65fc4fec..193170ddae 100644 --- a/tests/src/JIT/config/benchmark+serialize/project.json +++ b/tests/src/JIT/config/benchmark+serialize/project.json @@ -3,24 +3,24 @@ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0035", "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0035", "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0035", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", + "Microsoft.NETCore.Platforms": "4.3.0-beta-24431-01", "Newtonsoft.Json": "7.0.1", - "System.Console": "4.0.1-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.ObjectModel": "4.0.13-beta-24328-05", - "System.Dynamic.Runtime": "4.0.12-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Serialization.Json": "4.0.3-beta-24328-05", + "System.Console": "4.3.0-beta-24431-01", + "System.IO": "4.3.0-beta-24431-01", + "System.IO.FileSystem": "4.3.0-beta-24431-01", + "System.Linq": "4.3.0-beta-24431-01", + "System.ObjectModel": "4.3.0-beta-24431-01", + "System.Dynamic.Runtime": "4.3.0-beta-24431-01", + "System.Runtime": "4.3.0-beta-24431-01", + "System.Runtime.Serialization.Json": "4.3.0-beta-24431-01", "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Runtime.Serialization.Xml": "4.1.2-beta-24328-05", - "System.Text.RegularExpressions": "4.2.0-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", + "System.Runtime.Serialization.Xml": "4.3.0-beta-24431-01", + "System.Text.RegularExpressions": "4.3.0-beta-24431-01", + "System.Xml.XmlDocument": "4.3.0-beta-24431-01", + "System.Xml.XmlSerializer": "4.3.0-beta-24431-01", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", - "xunit.runner.utility": "2.1.0", + "xunit.runner.utility": "2.1.0" }, "frameworks": { "netcoreapp1.0": { diff --git a/tests/src/JIT/config/benchmark/project.json b/tests/src/JIT/config/benchmark/project.json index 9a90c342c3..f8b6e1caaa 100644 --- a/tests/src/JIT/config/benchmark/project.json +++ b/tests/src/JIT/config/benchmark/project.json @@ -3,27 +3,27 @@ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0035", "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0035", "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0035", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Expressions": "4.1.1-beta-24328-05", - "System.Numerics.Vectors": "4.1.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Numerics": "4.0.2-beta-24328-05", - "System.Text.RegularExpressions": "4.2.0-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Tasks": "4.0.12-beta-24328-05", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XPath": "4.0.2-beta-24328-05", - "System.Xml.XPath.XmlDocument": "4.0.2-beta-24328-05", + "Microsoft.NETCore.Platforms": "4.3.0-beta-24431-01", + "System.Collections.NonGeneric": "4.3.0-beta-24431-01", + "System.Console": "4.3.0-beta-24431-01", + "System.IO.FileSystem": "4.3.0-beta-24431-01", + "System.Linq": "4.3.0-beta-24431-01", + "System.Linq.Expressions": "4.3.0-beta-24431-01", + "System.Numerics.Vectors": "4.3.0-beta-24431-01", + "System.Runtime": "4.3.0-beta-24431-01", + "System.Runtime.Extensions": "4.3.0-beta-24431-01", + "System.Runtime.Numerics": "4.3.0-beta-24431-01", + "System.Text.RegularExpressions": "4.3.0-beta-24431-01", + "System.Threading": "4.3.0-beta-24431-01", + "System.Threading.Tasks": "4.3.0-beta-24431-01", + "System.Threading.Tasks.Parallel": "4.3.0-beta-24431-01", + "System.Diagnostics.Process": "4.3.0-beta-24431-01", + "System.Xml.XmlDocument": "4.3.0-beta-24431-01", + "System.Xml.XPath": "4.3.0-beta-24431-01", + "System.Xml.XPath.XmlDocument": "4.3.0-beta-24431-01", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", - "xunit.runner.utility": "2.1.0", + "xunit.runner.utility": "2.1.0" }, "frameworks": { "netcoreapp1.0": { diff --git a/tests/src/JIT/config/extra/project.json b/tests/src/JIT/config/extra/project.json index 3d26ac4b58..cea61e481b 100644 --- a/tests/src/JIT/config/extra/project.json +++ b/tests/src/JIT/config/extra/project.json @@ -1,21 +1,21 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Debug": "4.0.12-beta-24328-05", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Extensions": "4.0.2-beta-24328-05", - "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.CompilerServices.Unsafe": "4.0.1-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", + "Microsoft.NETCore.Platforms": "4.3.0-beta-24431-01", + "System.Collections": "4.3.0-beta-24431-01", + "System.Console": "4.3.0-beta-24431-01", + "System.Diagnostics.Debug": "4.3.0-beta-24431-01", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0-beta-24431-01", + "System.Diagnostics.Process": "4.3.0-beta-24431-01", + "System.Globalization": "4.3.0-beta-24431-01", + "System.IO": "4.3.0-beta-24431-01", + "System.IO.FileSystem": "4.3.0-beta-24431-01", + "System.Reflection": "4.3.0-beta-24431-01", + "System.Reflection.Extensions": "4.3.0-beta-24431-01", + "System.Reflection.TypeExtensions": "4.3.0-beta-24431-01", + "System.Runtime": "4.3.0-beta-24431-01", + "System.Runtime.Extensions": "4.3.0-beta-24431-01", + "System.Runtime.CompilerServices.Unsafe": "4.3.0-beta-24431-01", + "System.Runtime.InteropServices": "4.3.0-beta-24431-01" }, "frameworks": { "netcoreapp1.0": {} diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json index 479b618f90..bb33840a1a 100644 --- a/tests/src/JIT/config/minimal/project.json +++ b/tests/src/JIT/config/minimal/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", + "Microsoft.NETCore.Platforms": "4.3.0-beta-24431-01", + "System.Console": "4.3.0-beta-24431-01", + "System.Runtime": "4.3.0-beta-24431-01", + "System.Runtime.Extensions": "4.3.0-beta-24431-01", + "System.Runtime.InteropServices": "4.3.0-beta-24431-01" }, "frameworks": { "netcoreapp1.0": {} diff --git a/tests/src/JIT/config/threading+thread/project.json b/tests/src/JIT/config/threading+thread/project.json index 8b10979d29..d3d8683261 100644 --- a/tests/src/JIT/config/threading+thread/project.json +++ b/tests/src/JIT/config/threading+thread/project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Numerics.Vectors": "4.1.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", + "Microsoft.NETCore.Platforms": "4.3.0-beta-24431-01", + "System.Console": "4.3.0-beta-24431-01", + "System.Numerics.Vectors": "4.3.0-beta-24431-01", + "System.Runtime": "4.3.0-beta-24431-01", + "System.Runtime.Extensions": "4.3.0-beta-24431-01", + "System.Threading": "4.3.0-beta-24431-01", + "System.Threading.Thread": "4.3.0-beta-24431-01" }, "frameworks": { "netcoreapp1.0": {} diff --git a/tests/src/JIT/config/threading/project.json b/tests/src/JIT/config/threading/project.json index 638ce01b58..3e04f840d8 100644 --- a/tests/src/JIT/config/threading/project.json +++ b/tests/src/JIT/config/threading/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", + "Microsoft.NETCore.Platforms": "4.3.0-beta-24431-01", + "System.Console": "4.3.0-beta-24431-01", + "System.Runtime": "4.3.0-beta-24431-01", + "System.Runtime.Extensions": "4.3.0-beta-24431-01", + "System.Threading": "4.3.0-beta-24431-01" }, "frameworks": { "netcoreapp1.0": {} |