Revert "Reacting to CoreCLR package changes"

This reverts commit 41b0ea9c3c.
This commit is contained in:
Doug Bunting 2016-03-22 09:49:34 -07:00
parent 5371e13a5a
commit e3229fc4ea
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
"net451": { },
"netstandard1.3": {
"dependencies": {
"System.Security.Cryptography.Algorithms": "4.1.0-*"
"System.Security.Cryptography.Algorithms": "4.0.0-*"
},
"imports": [
"dotnet5.4"

View File

@ -12,7 +12,7 @@
"netstandardapp1.5": {
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*",
"System.Threading.Thread": "4.0.0-*"
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"imports": [
"dnxcore50",