Reacting to CoreCLR package version change

This commit is contained in:
Pranav K 2016-01-20 21:03:04 -08:00
parent 5a284732af
commit 91ee0f323b
2 changed files with 3 additions and 5 deletions

View File

@ -14,12 +14,12 @@
"dotnet5.4": {
"dependencies": {
"System.Diagnostics.Contracts": "4.0.1-*",
"System.IO": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Linq": "4.0.1-*",
"System.Net.WebSockets": "4.0.0-*",
"System.Runtime": "4.0.21-*",
"System.Runtime.InteropServices": "4.0.21-*",
"System.Runtime.Extensions": "4.0.11-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Security.Cryptography.Algorithms": "4.0.0-*",
"System.Text.Encoding.Extensions": "4.0.11-*",
"System.Threading": "4.0.11-*",

View File

@ -5,9 +5,7 @@
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"System.IO": "4.0.11-*"
}
"dnxcore50": { }
},
"commands": {
"test": "xunit.runner.aspnet"