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

Commit

Permalink
Merge pull request #7533 from dotnet-bot/release/1.1.0-UpdateDependen…
Browse files Browse the repository at this point in the history
…cies

Update CoreClr, CoreFx to preview1-24608-01, preview1-24530-04, respectively (release/1.1.0)
  • Loading branch information
wtgodbe authored Oct 8, 2016
2 parents 1bd0ce6 + 41c7cae commit e15b926
Show file tree
Hide file tree
Showing 9 changed files with 144 additions and 144 deletions.
8 changes: 4 additions & 4 deletions dependencies.props
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<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>d47c8b493b002e05a24f088d3fd29a8d3a6a44ac</CoreFxCurrentRef>
<CoreClrCurrentRef>d47c8b493b002e05a24f088d3fd29a8d3a6a44ac</CoreClrCurrentRef>
<CoreFxCurrentRef>20282ecca31a2a9d8eba8ca4a01e79e7a8458d1d</CoreFxCurrentRef>
<CoreClrCurrentRef>20282ecca31a2a9d8eba8ca4a01e79e7a8458d1d</CoreClrCurrentRef>
</PropertyGroup>

<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
<CoreFxExpectedPrerelease>preview1-24530-02</CoreFxExpectedPrerelease>
<CoreFxExpectedPrerelease>preview1-24530-04</CoreFxExpectedPrerelease>
</PropertyGroup>

<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
<CoreClrPackageVersion>1.1.0-preview1-24529-02</CoreClrPackageVersion>
<CoreClrPackageVersion>1.1.0-preview1-24608-01</CoreClrPackageVersion>
<XunitPackageVersion>2.1.0</XunitPackageVersion>

<!-- Runtime package versions from projectk-tfs/release/1.0.0 -->
Expand Down
118 changes: 59 additions & 59 deletions tests/src/Common/test_dependencies/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,67 +7,67 @@
"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.3.0-preview1-24530-02",
"Microsoft.Win32.Primitives": "4.3.0-preview1-24530-04",
"Newtonsoft.Json": "7.0.1",
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-02",
"Microsoft.NETCore.Targets": "1.1.0-preview1-24530-02",
"System.Collections.Immutable": "1.3.0-preview1-24530-02",
"System.Threading.Thread": "4.3.0-preview1-24530-02",
"System.Collections": "4.3.0-preview1-24530-02",
"System.Xml.XmlSerializer": "4.3.0-preview1-24530-02",
"System.Collections.Concurrent": "4.3.0-preview1-24530-02",
"System.ObjectModel": "4.3.0-preview1-24530-02",
"System.Runtime.Numerics": "4.3.0-preview1-24530-02",
"System.Collections.NonGeneric": "4.3.0-preview1-24530-02",
"System.Collections.Specialized": "4.3.0-preview1-24530-02",
"System.ComponentModel": "4.3.0-preview1-24530-02",
"System.Reflection.Emit.Lightweight": "4.3.0-preview1-24530-02",
"System.Reflection.TypeExtensions": "4.3.0-preview1-24530-02",
"System.Console": "4.3.0-preview1-24530-02",
"System.Diagnostics.Contracts": "4.3.0-preview1-24530-02",
"System.Diagnostics.Debug": "4.3.0-preview1-24530-02",
"System.Diagnostics.Process": "4.3.0-preview1-24530-02",
"System.Diagnostics.Tools": "4.3.0-preview1-24530-02",
"System.Diagnostics.Tracing": "4.3.0-preview1-24530-02",
"System.Dynamic.Runtime": "4.3.0-preview1-24530-02",
"System.Globalization": "4.3.0-preview1-24530-02",
"System.Globalization.Calendars": "4.3.0-preview1-24530-02",
"System.IO": "4.3.0-preview1-24530-02",
"System.IO.FileSystem": "4.3.0-preview1-24530-02",
"System.IO.FileSystem.Primitives": "4.3.0-preview1-24530-02",
"System.Linq": "4.3.0-preview1-24530-02",
"System.Linq.Queryable": "4.3.0-preview1-24530-02",
"System.Linq.Expressions": "4.3.0-preview1-24530-02",
"System.Reflection": "4.3.0-preview1-24530-02",
"System.Reflection.Extensions": "4.3.0-preview1-24530-02",
"System.Resources.ResourceManager": "4.3.0-preview1-24530-02",
"System.Runtime": "4.3.0-preview1-24530-02",
"System.Runtime.CompilerServices.Unsafe": "4.3.0-preview1-24530-02",
"System.Runtime.Extensions": "4.3.0-preview1-24530-02",
"System.Runtime.Handles": "4.3.0-preview1-24530-02",
"System.Runtime.InteropServices": "4.3.0-preview1-24530-02",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-preview1-24530-02",
"System.Runtime.Loader": "4.3.0-preview1-24530-02",
"System.Runtime.Serialization.Json": "4.3.0-preview1-24530-02",
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-04",
"Microsoft.NETCore.Targets": "1.1.0-preview1-24530-04",
"System.Collections.Immutable": "1.3.0-preview1-24530-04",
"System.Threading.Thread": "4.3.0-preview1-24530-04",
"System.Collections": "4.3.0-preview1-24530-04",
"System.Xml.XmlSerializer": "4.3.0-preview1-24530-04",
"System.Collections.Concurrent": "4.3.0-preview1-24530-04",
"System.ObjectModel": "4.3.0-preview1-24530-04",
"System.Runtime.Numerics": "4.3.0-preview1-24530-04",
"System.Collections.NonGeneric": "4.3.0-preview1-24530-04",
"System.Collections.Specialized": "4.3.0-preview1-24530-04",
"System.ComponentModel": "4.3.0-preview1-24530-04",
"System.Reflection.Emit.Lightweight": "4.3.0-preview1-24530-04",
"System.Reflection.TypeExtensions": "4.3.0-preview1-24530-04",
"System.Console": "4.3.0-preview1-24530-04",
"System.Diagnostics.Contracts": "4.3.0-preview1-24530-04",
"System.Diagnostics.Debug": "4.3.0-preview1-24530-04",
"System.Diagnostics.Process": "4.3.0-preview1-24530-04",
"System.Diagnostics.Tools": "4.3.0-preview1-24530-04",
"System.Diagnostics.Tracing": "4.3.0-preview1-24530-04",
"System.Dynamic.Runtime": "4.3.0-preview1-24530-04",
"System.Globalization": "4.3.0-preview1-24530-04",
"System.Globalization.Calendars": "4.3.0-preview1-24530-04",
"System.IO": "4.3.0-preview1-24530-04",
"System.IO.FileSystem": "4.3.0-preview1-24530-04",
"System.IO.FileSystem.Primitives": "4.3.0-preview1-24530-04",
"System.Linq": "4.3.0-preview1-24530-04",
"System.Linq.Queryable": "4.3.0-preview1-24530-04",
"System.Linq.Expressions": "4.3.0-preview1-24530-04",
"System.Reflection": "4.3.0-preview1-24530-04",
"System.Reflection.Extensions": "4.3.0-preview1-24530-04",
"System.Resources.ResourceManager": "4.3.0-preview1-24530-04",
"System.Runtime": "4.3.0-preview1-24530-04",
"System.Runtime.CompilerServices.Unsafe": "4.3.0-preview1-24530-04",
"System.Runtime.Extensions": "4.3.0-preview1-24530-04",
"System.Runtime.Handles": "4.3.0-preview1-24530-04",
"System.Runtime.InteropServices": "4.3.0-preview1-24530-04",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-preview1-24530-04",
"System.Runtime.Loader": "4.3.0-preview1-24530-04",
"System.Runtime.Serialization.Json": "4.3.0-preview1-24530-04",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Runtime.Serialization.Xml": "4.3.0-preview1-24530-02",
"System.Security.Cryptography.Algorithms": "4.3.0-preview1-24530-02",
"System.Text.Encoding": "4.3.0-preview1-24530-02",
"System.Text.Encoding.Extensions": "4.3.0-preview1-24530-02",
"System.Text.RegularExpressions": "4.3.0-preview1-24530-02",
"System.Threading": "4.3.0-preview1-24530-02",
"System.Threading.AccessControl": "4.3.0-preview1-24530-02",
"System.Threading.Overlapped": "4.3.0-preview1-24530-02",
"System.Threading.Tasks": "4.3.0-preview1-24530-02",
"System.Threading.Tasks.Parallel": "4.3.0-preview1-24530-02",
"System.Threading.ThreadPool": "4.3.0-preview1-24530-02",
"System.Threading.Timer": "4.3.0-preview1-24530-02",
"System.Xml.ReaderWriter": "4.3.0-preview1-24530-02",
"System.Xml.XDocument": "4.3.0-preview1-24530-02",
"System.Xml.XmlDocument": "4.3.0-preview1-24530-02",
"System.Xml.XPath": "4.3.0-preview1-24530-02",
"System.Xml.XPath.XmlDocument": "4.3.0-preview1-24530-02",
"System.Numerics.Vectors": "4.3.0-preview1-24530-02"
"System.Runtime.Serialization.Xml": "4.3.0-preview1-24530-04",
"System.Security.Cryptography.Algorithms": "4.3.0-preview1-24530-04",
"System.Text.Encoding": "4.3.0-preview1-24530-04",
"System.Text.Encoding.Extensions": "4.3.0-preview1-24530-04",
"System.Text.RegularExpressions": "4.3.0-preview1-24530-04",
"System.Threading": "4.3.0-preview1-24530-04",
"System.Threading.AccessControl": "4.3.0-preview1-24530-04",
"System.Threading.Overlapped": "4.3.0-preview1-24530-04",
"System.Threading.Tasks": "4.3.0-preview1-24530-04",
"System.Threading.Tasks.Parallel": "4.3.0-preview1-24530-04",
"System.Threading.ThreadPool": "4.3.0-preview1-24530-04",
"System.Threading.Timer": "4.3.0-preview1-24530-04",
"System.Xml.ReaderWriter": "4.3.0-preview1-24530-04",
"System.Xml.XDocument": "4.3.0-preview1-24530-04",
"System.Xml.XmlDocument": "4.3.0-preview1-24530-04",
"System.Xml.XPath": "4.3.0-preview1-24530-04",
"System.Xml.XPath.XmlDocument": "4.3.0-preview1-24530-04",
"System.Numerics.Vectors": "4.3.0-preview1-24530-04"
},
"frameworks": {
"netcoreapp1.0": {
Expand Down
34 changes: 17 additions & 17 deletions tests/src/JIT/config/benchmark+roslyn/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"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.1.0-preview1-24530-02",
"System.Console": "4.3.0-preview1-24530-02",
"System.Dynamic.Runtime": "4.3.0-preview1-24530-02",
"System.Linq": "4.3.0-preview1-24530-02",
"System.IO.FileSystem": "4.3.0-preview1-24530-02",
"System.Numerics.Vectors": "4.3.0-preview1-24530-02",
"System.Reflection": "4.3.0-preview1-24530-02",
"System.Reflection.Extensions": "4.3.0-preview1-24530-02",
"System.Reflection.TypeExtensions": "4.3.0-preview1-24530-02",
"System.Runtime": "4.3.0-preview1-24530-02",
"System.Runtime.Extensions": "4.3.0-preview1-24530-02",
"System.Runtime.Numerics": "4.3.0-preview1-24530-02",
"System.Text.RegularExpressions": "4.3.0-preview1-24530-02",
"System.Threading": "4.3.0-preview1-24530-02",
"System.Threading.Tasks": "4.3.0-preview1-24530-02",
"System.Threading.Tasks.Parallel": "4.3.0-preview1-24530-02",
"System.Security.Cryptography.Algorithms": "4.3.0-preview1-24530-02",
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-04",
"System.Console": "4.3.0-preview1-24530-04",
"System.Dynamic.Runtime": "4.3.0-preview1-24530-04",
"System.Linq": "4.3.0-preview1-24530-04",
"System.IO.FileSystem": "4.3.0-preview1-24530-04",
"System.Numerics.Vectors": "4.3.0-preview1-24530-04",
"System.Reflection": "4.3.0-preview1-24530-04",
"System.Reflection.Extensions": "4.3.0-preview1-24530-04",
"System.Reflection.TypeExtensions": "4.3.0-preview1-24530-04",
"System.Runtime": "4.3.0-preview1-24530-04",
"System.Runtime.Extensions": "4.3.0-preview1-24530-04",
"System.Runtime.Numerics": "4.3.0-preview1-24530-04",
"System.Text.RegularExpressions": "4.3.0-preview1-24530-04",
"System.Threading": "4.3.0-preview1-24530-04",
"System.Threading.Tasks": "4.3.0-preview1-24530-04",
"System.Threading.Tasks.Parallel": "4.3.0-preview1-24530-04",
"System.Security.Cryptography.Algorithms": "4.3.0-preview1-24530-04",
"xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.runner.utility": "2.1.0"
Expand Down
26 changes: 13 additions & 13 deletions tests/src/JIT/config/benchmark+serialize/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"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.1.0-preview1-24530-02",
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-04",
"Newtonsoft.Json": "7.0.1",
"System.Console": "4.3.0-preview1-24530-02",
"System.IO": "4.3.0-preview1-24530-02",
"System.IO.FileSystem": "4.3.0-preview1-24530-02",
"System.Linq": "4.3.0-preview1-24530-02",
"System.ObjectModel": "4.3.0-preview1-24530-02",
"System.Dynamic.Runtime": "4.3.0-preview1-24530-02",
"System.Runtime": "4.3.0-preview1-24530-02",
"System.Runtime.Serialization.Json": "4.3.0-preview1-24530-02",
"System.Console": "4.3.0-preview1-24530-04",
"System.IO": "4.3.0-preview1-24530-04",
"System.IO.FileSystem": "4.3.0-preview1-24530-04",
"System.Linq": "4.3.0-preview1-24530-04",
"System.ObjectModel": "4.3.0-preview1-24530-04",
"System.Dynamic.Runtime": "4.3.0-preview1-24530-04",
"System.Runtime": "4.3.0-preview1-24530-04",
"System.Runtime.Serialization.Json": "4.3.0-preview1-24530-04",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Runtime.Serialization.Xml": "4.3.0-preview1-24530-02",
"System.Text.RegularExpressions": "4.3.0-preview1-24530-02",
"System.Xml.XmlDocument": "4.3.0-preview1-24530-02",
"System.Xml.XmlSerializer": "4.3.0-preview1-24530-02",
"System.Runtime.Serialization.Xml": "4.3.0-preview1-24530-04",
"System.Text.RegularExpressions": "4.3.0-preview1-24530-04",
"System.Xml.XmlDocument": "4.3.0-preview1-24530-04",
"System.Xml.XmlSerializer": "4.3.0-preview1-24530-04",
"xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.runner.utility": "2.1.0"
Expand Down
36 changes: 18 additions & 18 deletions tests/src/JIT/config/benchmark/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0-preview1-24530-02",
"System.Collections.NonGeneric": "4.3.0-preview1-24530-02",
"System.Console": "4.3.0-preview1-24530-02",
"System.IO.FileSystem": "4.3.0-preview1-24530-02",
"System.Linq": "4.3.0-preview1-24530-02",
"System.Linq.Expressions": "4.3.0-preview1-24530-02",
"System.Numerics.Vectors": "4.3.0-preview1-24530-02",
"System.Runtime": "4.3.0-preview1-24530-02",
"System.Runtime.Extensions": "4.3.0-preview1-24530-02",
"System.Runtime.Numerics": "4.3.0-preview1-24530-02",
"System.Text.RegularExpressions": "4.3.0-preview1-24530-02",
"System.Threading": "4.3.0-preview1-24530-02",
"System.Threading.Tasks": "4.3.0-preview1-24530-02",
"System.Threading.Tasks.Parallel": "4.3.0-preview1-24530-02",
"System.Diagnostics.Process": "4.3.0-preview1-24530-02",
"System.Xml.XmlDocument": "4.3.0-preview1-24530-02",
"System.Xml.XPath": "4.3.0-preview1-24530-02",
"System.Xml.XPath.XmlDocument": "4.3.0-preview1-24530-02",
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-04",
"System.Collections.NonGeneric": "4.3.0-preview1-24530-04",
"System.Console": "4.3.0-preview1-24530-04",
"System.IO.FileSystem": "4.3.0-preview1-24530-04",
"System.Linq": "4.3.0-preview1-24530-04",
"System.Linq.Expressions": "4.3.0-preview1-24530-04",
"System.Numerics.Vectors": "4.3.0-preview1-24530-04",
"System.Runtime": "4.3.0-preview1-24530-04",
"System.Runtime.Extensions": "4.3.0-preview1-24530-04",
"System.Runtime.Numerics": "4.3.0-preview1-24530-04",
"System.Text.RegularExpressions": "4.3.0-preview1-24530-04",
"System.Threading": "4.3.0-preview1-24530-04",
"System.Threading.Tasks": "4.3.0-preview1-24530-04",
"System.Threading.Tasks.Parallel": "4.3.0-preview1-24530-04",
"System.Diagnostics.Process": "4.3.0-preview1-24530-04",
"System.Xml.XmlDocument": "4.3.0-preview1-24530-04",
"System.Xml.XPath": "4.3.0-preview1-24530-04",
"System.Xml.XPath.XmlDocument": "4.3.0-preview1-24530-04",
"xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.runner.utility": "2.1.0"
Expand Down
32 changes: 16 additions & 16 deletions tests/src/JIT/config/extra/project.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-02",
"System.Collections": "4.3.0-preview1-24530-02",
"System.Console": "4.3.0-preview1-24530-02",
"System.Diagnostics.Debug": "4.3.0-preview1-24530-02",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-preview1-24530-02",
"System.Diagnostics.Process": "4.3.0-preview1-24530-02",
"System.Globalization": "4.3.0-preview1-24530-02",
"System.IO": "4.3.0-preview1-24530-02",
"System.IO.FileSystem": "4.3.0-preview1-24530-02",
"System.Reflection": "4.3.0-preview1-24530-02",
"System.Reflection.Extensions": "4.3.0-preview1-24530-02",
"System.Reflection.TypeExtensions": "4.3.0-preview1-24530-02",
"System.Runtime": "4.3.0-preview1-24530-02",
"System.Runtime.Extensions": "4.3.0-preview1-24530-02",
"System.Runtime.CompilerServices.Unsafe": "4.3.0-preview1-24530-02",
"System.Runtime.InteropServices": "4.3.0-preview1-24530-02"
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-04",
"System.Collections": "4.3.0-preview1-24530-04",
"System.Console": "4.3.0-preview1-24530-04",
"System.Diagnostics.Debug": "4.3.0-preview1-24530-04",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-preview1-24530-04",
"System.Diagnostics.Process": "4.3.0-preview1-24530-04",
"System.Globalization": "4.3.0-preview1-24530-04",
"System.IO": "4.3.0-preview1-24530-04",
"System.IO.FileSystem": "4.3.0-preview1-24530-04",
"System.Reflection": "4.3.0-preview1-24530-04",
"System.Reflection.Extensions": "4.3.0-preview1-24530-04",
"System.Reflection.TypeExtensions": "4.3.0-preview1-24530-04",
"System.Runtime": "4.3.0-preview1-24530-04",
"System.Runtime.Extensions": "4.3.0-preview1-24530-04",
"System.Runtime.CompilerServices.Unsafe": "4.3.0-preview1-24530-04",
"System.Runtime.InteropServices": "4.3.0-preview1-24530-04"
},
"frameworks": {
"netcoreapp1.0": {}
Expand Down
10 changes: 5 additions & 5 deletions tests/src/JIT/config/minimal/project.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-02",
"System.Console": "4.3.0-preview1-24530-02",
"System.Runtime": "4.3.0-preview1-24530-02",
"System.Runtime.Extensions": "4.3.0-preview1-24530-02",
"System.Runtime.InteropServices": "4.3.0-preview1-24530-02"
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-04",
"System.Console": "4.3.0-preview1-24530-04",
"System.Runtime": "4.3.0-preview1-24530-04",
"System.Runtime.Extensions": "4.3.0-preview1-24530-04",
"System.Runtime.InteropServices": "4.3.0-preview1-24530-04"
},
"frameworks": {
"netcoreapp1.0": {}
Expand Down
14 changes: 7 additions & 7 deletions tests/src/JIT/config/threading+thread/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-02",
"System.Console": "4.3.0-preview1-24530-02",
"System.Numerics.Vectors": "4.3.0-preview1-24530-02",
"System.Runtime": "4.3.0-preview1-24530-02",
"System.Runtime.Extensions": "4.3.0-preview1-24530-02",
"System.Threading": "4.3.0-preview1-24530-02",
"System.Threading.Thread": "4.3.0-preview1-24530-02"
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-04",
"System.Console": "4.3.0-preview1-24530-04",
"System.Numerics.Vectors": "4.3.0-preview1-24530-04",
"System.Runtime": "4.3.0-preview1-24530-04",
"System.Runtime.Extensions": "4.3.0-preview1-24530-04",
"System.Threading": "4.3.0-preview1-24530-04",
"System.Threading.Thread": "4.3.0-preview1-24530-04"
},
"frameworks": {
"netcoreapp1.0": {}
Expand Down
10 changes: 5 additions & 5 deletions tests/src/JIT/config/threading/project.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-02",
"System.Console": "4.3.0-preview1-24530-02",
"System.Runtime": "4.3.0-preview1-24530-02",
"System.Runtime.Extensions": "4.3.0-preview1-24530-02",
"System.Threading": "4.3.0-preview1-24530-02"
"Microsoft.NETCore.Platforms": "1.1.0-preview1-24530-04",
"System.Console": "4.3.0-preview1-24530-04",
"System.Runtime": "4.3.0-preview1-24530-04",
"System.Runtime.Extensions": "4.3.0-preview1-24530-04",
"System.Threading": "4.3.0-preview1-24530-04"
},
"frameworks": {
"netcoreapp1.0": {}
Expand Down

0 comments on commit e15b926

Please sign in to comment.