Skip to content

Commit

Permalink
Updating CoreFx dependencies to rc4-24214-04
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Jun 14, 2016
1 parent 4d6e188 commit c7fb2ce
Show file tree
Hide file tree
Showing 338 changed files with 2,335 additions and 2,335 deletions.
2 changes: 1 addition & 1 deletion dir.props
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<ValidatePackageVersions>true</ValidatePackageVersions>
<ProhibitFloatingDependencies>true</ProhibitFloatingDependencies>

<CoreFxExpectedPrerelease>rc4-24214-03</CoreFxExpectedPrerelease>
<CoreFxExpectedPrerelease>rc4-24214-04</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>rc4-24214-03</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>rc4-24214-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.1.0-rc4-24214-03",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc4-24214-03",
"System.IO.Compression": "4.1.0-rc4-24214-04",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc4-24214-04",
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.4.3",
Expand Down
12 changes: 6 additions & 6 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.1-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"Microsoft.NETCore.TestHost": "1.0.0-rc4-24131-00",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc4-24214-03",
"NETStandard.Library": "1.6.0-rc4-24214-03",
"System.Diagnostics.Contracts": "4.0.1-rc4-24214-03",
"System.IO.Compression": "4.1.0-rc4-24214-03",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc4-24214-03",
"System.Linq.Parallel": "4.0.1-rc4-24214-03",
"NETStandard.Library": "1.6.0-rc4-24214-04",
"System.Diagnostics.Contracts": "4.0.1-rc4-24214-04",
"System.IO.Compression": "4.1.0-rc4-24214-04",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc4-24214-04",
"System.Linq.Parallel": "4.0.1-rc4-24214-04",
"coveralls.io": "1.4",
"OpenCover": "4.6.519",
"ReportGenerator": "2.4.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"System.Runtime": "4.1.0-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-03"
"System.Runtime": "4.1.0-rc4-24214-04",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"System.Console": "4.0.0-rc4-24214-03",
"System.Diagnostics.Process": "4.1.0-rc4-24214-03",
"System.IO": "4.1.0-rc4-24214-03",
"System.Reflection": "4.1.0-rc4-24214-03",
"System.Threading.Tasks": "4.0.11-rc4-24214-03"
"System.Console": "4.0.0-rc4-24214-04",
"System.Diagnostics.Process": "4.1.0-rc4-24214-04",
"System.IO": "4.1.0-rc4-24214-04",
"System.Reflection": "4.1.0-rc4-24214-04",
"System.Threading.Tasks": "4.0.11-rc4-24214-04"
},
"imports": [
"dnxcore50",
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.1.0-rc4-24214-03",
"System.Runtime.Extensions": "4.1.0-rc4-24214-03"
"System.Runtime": "4.1.0-rc4-24214-04",
"System.Runtime.Extensions": "4.1.0-rc4-24214-04"
},
"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.1-rc4-24214-03",
"System.Collections": "4.0.11-rc4-24214-03",
"System.Console": "4.0.0-rc4-24214-03",
"System.Diagnostics.Debug": "4.0.11-rc4-24214-03",
"System.IO": "4.1.0-rc4-24214-03",
"System.Runtime": "4.1.0-rc4-24214-03",
"System.Text.Encoding": "4.0.11-rc4-24214-03"
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"System.Collections": "4.0.11-rc4-24214-04",
"System.Console": "4.0.0-rc4-24214-04",
"System.Diagnostics.Debug": "4.0.11-rc4-24214-04",
"System.IO": "4.1.0-rc4-24214-04",
"System.Runtime": "4.1.0-rc4-24214-04",
"System.Text.Encoding": "4.0.11-rc4-24214-04"
},
"frameworks": {
"netcoreapp1.0": {
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.1-rc4-24214-03",
"System.Collections": "4.0.11-rc4-24214-03",
"System.IO": "4.1.0-rc4-24214-03",
"System.Runtime": "4.1.0-rc4-24214-03",
"System.Runtime.Extensions": "4.1.0-rc4-24214-03",
"System.Text.Encoding": "4.0.11-rc4-24214-03",
"System.Threading": "4.0.11-rc4-24214-03",
"System.Threading.Tasks": "4.0.11-rc4-24214-03",
"System.Xml.ReaderWriter": "4.0.11-rc4-24214-03"
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"System.Collections": "4.0.11-rc4-24214-04",
"System.IO": "4.1.0-rc4-24214-04",
"System.Runtime": "4.1.0-rc4-24214-04",
"System.Runtime.Extensions": "4.1.0-rc4-24214-04",
"System.Text.Encoding": "4.0.11-rc4-24214-04",
"System.Threading": "4.0.11-rc4-24214-04",
"System.Threading.Tasks": "4.0.11-rc4-24214-04",
"System.Xml.ReaderWriter": "4.0.11-rc4-24214-04"
},
"frameworks": {
"netcoreapp1.0": {
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.1-rc4-24214-03",
"System.Collections": "4.0.11-rc4-24214-03",
"System.Diagnostics.Debug": "4.0.11-rc4-24214-03",
"System.IO": "4.1.0-rc4-24214-03",
"System.Runtime": "4.1.0-rc4-24214-03",
"System.Xml.ReaderWriter": "4.0.11-rc4-24214-03"
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"System.Collections": "4.0.11-rc4-24214-04",
"System.Diagnostics.Debug": "4.0.11-rc4-24214-04",
"System.IO": "4.1.0-rc4-24214-04",
"System.Runtime": "4.1.0-rc4-24214-04",
"System.Xml.ReaderWriter": "4.0.11-rc4-24214-04"
},
"frameworks": {
"netcoreapp1.0": {
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.1-rc4-24214-03",
"System.Collections.Concurrent": "4.0.12-rc4-24214-03",
"System.Diagnostics.Contracts": "4.0.1-rc4-24214-03",
"System.Diagnostics.Debug": "4.0.11-rc4-24214-03",
"System.Globalization": "4.0.11-rc4-24214-03",
"System.IO": "4.1.0-rc4-24214-03",
"System.IO.FileSystem": "4.0.1-rc4-24214-03",
"System.IO.FileSystem.Primitives": "4.0.1-rc4-24214-03",
"System.Linq": "4.1.0-rc4-24214-03",
"System.Linq.Expressions": "4.1.0-rc4-24214-03",
"System.ObjectModel": "4.0.12-rc4-24214-03",
"System.Reflection": "4.1.0-rc4-24214-03",
"System.Resources.ResourceManager": "4.0.1-rc4-24214-03",
"System.Runtime": "4.1.0-rc4-24214-03",
"System.Runtime.Extensions": "4.1.0-rc4-24214-03",
"System.Runtime.Handles": "4.0.1-rc4-24214-03",
"System.Runtime.InteropServices": "4.1.0-rc4-24214-03",
"System.Text.RegularExpressions": "4.1.0-rc4-24214-03",
"System.Threading.Thread": "4.0.0-rc4-24214-03",
"System.Threading.Tasks": "4.0.11-rc4-24214-03",
"System.Threading.Tasks.Parallel": "4.0.1-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"System.Collections.Concurrent": "4.0.12-rc4-24214-04",
"System.Diagnostics.Contracts": "4.0.1-rc4-24214-04",
"System.Diagnostics.Debug": "4.0.11-rc4-24214-04",
"System.Globalization": "4.0.11-rc4-24214-04",
"System.IO": "4.1.0-rc4-24214-04",
"System.IO.FileSystem": "4.0.1-rc4-24214-04",
"System.IO.FileSystem.Primitives": "4.0.1-rc4-24214-04",
"System.Linq": "4.1.0-rc4-24214-04",
"System.Linq.Expressions": "4.1.0-rc4-24214-04",
"System.ObjectModel": "4.0.12-rc4-24214-04",
"System.Reflection": "4.1.0-rc4-24214-04",
"System.Resources.ResourceManager": "4.0.1-rc4-24214-04",
"System.Runtime": "4.1.0-rc4-24214-04",
"System.Runtime.Extensions": "4.1.0-rc4-24214-04",
"System.Runtime.Handles": "4.0.1-rc4-24214-04",
"System.Runtime.InteropServices": "4.1.0-rc4-24214-04",
"System.Text.RegularExpressions": "4.1.0-rc4-24214-04",
"System.Threading.Thread": "4.0.0-rc4-24214-04",
"System.Threading.Tasks": "4.0.11-rc4-24214-04",
"System.Threading.Tasks.Parallel": "4.0.1-rc4-24214-04",
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00312-04",
"test-runtime": {
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.CSharp/src/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Diagnostics.Tools": "4.0.0",
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.1-rc4-24214-03",
"System.Collections": "4.0.11-rc4-24214-03",
"System.Diagnostics.Debug": "4.0.11-rc4-24214-03",
"System.Diagnostics.Tools": "4.0.1-rc4-24214-03",
"System.Dynamic.Runtime": "4.0.11-rc4-24214-03",
"System.Globalization": "4.0.11-rc4-24214-03",
"System.Linq": "4.1.0-rc4-24214-03",
"System.Linq.Expressions": "4.1.0-rc4-24214-03",
"System.ObjectModel": "4.0.12-rc4-24214-03",
"System.Reflection": "4.1.0-rc4-24214-03",
"System.Reflection.Extensions": "4.0.1-rc4-24214-03",
"System.Reflection.Primitives": "4.0.1-rc4-24214-03",
"System.Reflection.TypeExtensions": "4.1.0-rc4-24214-03",
"System.Resources.ResourceManager": "4.0.1-rc4-24214-03",
"System.Runtime": "4.1.0-rc4-24214-03",
"System.Runtime.Extensions": "4.1.0-rc4-24214-03",
"System.Runtime.InteropServices": "4.1.0-rc4-24214-03",
"System.Text.RegularExpressions": "4.1.0-rc4-24214-03",
"System.Threading": "4.0.11-rc4-24214-03",
"System.Threading.Tasks": "4.0.11-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"System.Collections": "4.0.11-rc4-24214-04",
"System.Diagnostics.Debug": "4.0.11-rc4-24214-04",
"System.Diagnostics.Tools": "4.0.1-rc4-24214-04",
"System.Dynamic.Runtime": "4.0.11-rc4-24214-04",
"System.Globalization": "4.0.11-rc4-24214-04",
"System.Linq": "4.1.0-rc4-24214-04",
"System.Linq.Expressions": "4.1.0-rc4-24214-04",
"System.ObjectModel": "4.0.12-rc4-24214-04",
"System.Reflection": "4.1.0-rc4-24214-04",
"System.Reflection.Extensions": "4.0.1-rc4-24214-04",
"System.Reflection.Primitives": "4.0.1-rc4-24214-04",
"System.Reflection.TypeExtensions": "4.1.0-rc4-24214-04",
"System.Resources.ResourceManager": "4.0.1-rc4-24214-04",
"System.Runtime": "4.1.0-rc4-24214-04",
"System.Runtime.Extensions": "4.1.0-rc4-24214-04",
"System.Runtime.InteropServices": "4.1.0-rc4-24214-04",
"System.Text.RegularExpressions": "4.1.0-rc4-24214-04",
"System.Threading": "4.0.11-rc4-24214-04",
"System.Threading.Tasks": "4.0.11-rc4-24214-04",
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00312-04",
"test-runtime": {
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.1-rc4-24214-03",
"System.Collections": "4.0.11-rc4-24214-03",
"System.Diagnostics.Debug": "4.0.11-rc4-24214-03",
"System.Dynamic.Runtime": "4.0.11-rc4-24214-03",
"System.Globalization": "4.0.11-rc4-24214-03",
"System.IO": "4.1.0-rc4-24214-03",
"System.Linq": "4.1.0-rc4-24214-03",
"System.Linq.Expressions": "4.1.0-rc4-24214-03",
"System.ObjectModel": "4.0.12-rc4-24214-03",
"System.Reflection": "4.1.0-rc4-24214-03",
"System.Reflection.Extensions": "4.0.1-rc4-24214-03",
"System.Reflection.Primitives": "4.0.1-rc4-24214-03",
"System.Reflection.TypeExtensions": "4.1.0-rc4-24214-03",
"System.Resources.ResourceManager": "4.0.1-rc4-24214-03",
"System.Runtime": "4.1.0-rc4-24214-03",
"System.Runtime.Extensions": "4.1.0-rc4-24214-03",
"System.Runtime.Handles": "4.0.1-rc4-24214-03",
"System.Runtime.InteropServices": "4.1.0-rc4-24214-03",
"System.Text.Encoding": "4.0.11-rc4-24214-03",
"System.Text.RegularExpressions": "4.1.0-rc4-24214-03",
"System.Threading": "4.0.11-rc4-24214-03",
"System.Threading.Tasks": "4.0.11-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"System.Collections": "4.0.11-rc4-24214-04",
"System.Diagnostics.Debug": "4.0.11-rc4-24214-04",
"System.Dynamic.Runtime": "4.0.11-rc4-24214-04",
"System.Globalization": "4.0.11-rc4-24214-04",
"System.IO": "4.1.0-rc4-24214-04",
"System.Linq": "4.1.0-rc4-24214-04",
"System.Linq.Expressions": "4.1.0-rc4-24214-04",
"System.ObjectModel": "4.0.12-rc4-24214-04",
"System.Reflection": "4.1.0-rc4-24214-04",
"System.Reflection.Extensions": "4.0.1-rc4-24214-04",
"System.Reflection.Primitives": "4.0.1-rc4-24214-04",
"System.Reflection.TypeExtensions": "4.1.0-rc4-24214-04",
"System.Resources.ResourceManager": "4.0.1-rc4-24214-04",
"System.Runtime": "4.1.0-rc4-24214-04",
"System.Runtime.Extensions": "4.1.0-rc4-24214-04",
"System.Runtime.Handles": "4.0.1-rc4-24214-04",
"System.Runtime.InteropServices": "4.1.0-rc4-24214-04",
"System.Text.Encoding": "4.0.11-rc4-24214-04",
"System.Text.RegularExpressions": "4.1.0-rc4-24214-04",
"System.Threading": "4.0.11-rc4-24214-04",
"System.Threading.Tasks": "4.0.11-rc4-24214-04",
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00312-04",
"test-runtime": {
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Win32.Primitives/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"netstandard1.3": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"System.Runtime": "4.0.20",
"System.Runtime.InteropServices": "4.0.20"
},
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.1-rc4-24214-03",
"System.Linq.Expressions": "4.1.0-rc4-24214-03",
"System.ObjectModel": "4.0.12-rc4-24214-03",
"System.Runtime": "4.1.0-rc4-24214-03",
"System.Runtime.InteropServices": "4.1.0-rc4-24214-03",
"System.Text.RegularExpressions": "4.1.0-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"System.Linq.Expressions": "4.1.0-rc4-24214-04",
"System.ObjectModel": "4.0.12-rc4-24214-04",
"System.Runtime": "4.1.0-rc4-24214-04",
"System.Runtime.InteropServices": "4.1.0-rc4-24214-04",
"System.Text.RegularExpressions": "4.1.0-rc4-24214-04",
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00312-04",
"test-runtime": {
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Win32.Registry.AccessControl/ref/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"Microsoft.Win32.Registry": "4.0.0-rc4-24214-03",
"Microsoft.Win32.Registry": "4.0.0-rc4-24214-04",
"System.Runtime": "4.0.0",
"System.Security.AccessControl": "4.0.0-rc4-24214-03",
"System.Security.Principal.Windows": "4.0.0-rc4-24214-03"
"System.Security.AccessControl": "4.0.0-rc4-24214-04",
"System.Security.Principal.Windows": "4.0.0-rc4-24214-04"
},
"frameworks": {
"netstandard1.3": {
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.Win32.Registry.AccessControl/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-03",
"Microsoft.Win32.Registry": "4.0.0-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"Microsoft.Win32.Registry": "4.0.0-rc4-24214-04",
"System.IO": "4.0.10",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Handles": "4.0.0",
"System.Runtime.InteropServices": "4.0.20",
"System.Security.AccessControl": "4.0.0-rc4-24214-03",
"System.Security.Principal.Windows": "4.0.0-rc4-24214-03"
"System.Security.AccessControl": "4.0.0-rc4-24214-04",
"System.Security.Principal.Windows": "4.0.0-rc4-24214-04"
},
"imports": [
"dotnet5.4"
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.1-rc4-24214-03",
"Microsoft.Win32.Registry": "4.0.0-rc4-24214-03",
"System.IO": "4.1.0-rc4-24214-03",
"System.Linq.Expressions": "4.1.0-rc4-24214-03",
"System.ObjectModel": "4.0.12-rc4-24214-03",
"System.Resources.ResourceManager": "4.0.1-rc4-24214-03",
"System.Runtime": "4.1.0-rc4-24214-03",
"System.Runtime.Handles": "4.0.1-rc4-24214-03",
"System.Runtime.InteropServices": "4.1.0-rc4-24214-03",
"System.Security.AccessControl": "4.0.0-rc4-24214-03",
"System.Security.Principal.Windows": "4.0.0-rc4-24214-03",
"System.Text.RegularExpressions": "4.1.0-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"Microsoft.Win32.Registry": "4.0.0-rc4-24214-04",
"System.IO": "4.1.0-rc4-24214-04",
"System.Linq.Expressions": "4.1.0-rc4-24214-04",
"System.ObjectModel": "4.0.12-rc4-24214-04",
"System.Resources.ResourceManager": "4.0.1-rc4-24214-04",
"System.Runtime": "4.1.0-rc4-24214-04",
"System.Runtime.Handles": "4.0.1-rc4-24214-04",
"System.Runtime.InteropServices": "4.1.0-rc4-24214-04",
"System.Security.AccessControl": "4.0.0-rc4-24214-04",
"System.Security.Principal.Windows": "4.0.0-rc4-24214-04",
"System.Text.RegularExpressions": "4.1.0-rc4-24214-04",
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00312-04",
"test-runtime": {
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Win32.Registry/src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"netstandard1.3": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-03",
"Microsoft.NETCore.Platforms": "1.0.1-rc4-24214-04",
"System.Collections": "4.0.10",
"System.Diagnostics.Contracts": "4.0.0",
"System.Diagnostics.Debug": "4.0.10",
Expand Down
Loading

0 comments on commit c7fb2ce

Please sign in to comment.