Reacting to CoreCLR package version change
This commit is contained in:
parent
5a284732af
commit
91ee0f323b
|
|
@ -14,12 +14,12 @@
|
||||||
"dotnet5.4": {
|
"dotnet5.4": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Diagnostics.Contracts": "4.0.1-*",
|
"System.Diagnostics.Contracts": "4.0.1-*",
|
||||||
"System.IO": "4.0.11-*",
|
"System.IO": "4.1.0-*",
|
||||||
"System.Linq": "4.0.1-*",
|
"System.Linq": "4.0.1-*",
|
||||||
"System.Net.WebSockets": "4.0.0-*",
|
"System.Net.WebSockets": "4.0.0-*",
|
||||||
"System.Runtime": "4.0.21-*",
|
"System.Runtime": "4.0.21-*",
|
||||||
"System.Runtime.InteropServices": "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.Security.Cryptography.Algorithms": "4.0.0-*",
|
||||||
"System.Text.Encoding.Extensions": "4.0.11-*",
|
"System.Text.Encoding.Extensions": "4.0.11-*",
|
||||||
"System.Threading": "4.0.11-*",
|
"System.Threading": "4.0.11-*",
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,7 @@
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": { },
|
"dnx451": { },
|
||||||
"dnxcore50": {
|
"dnxcore50": { }
|
||||||
"System.IO": "4.0.11-*"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "xunit.runner.aspnet"
|
"test": "xunit.runner.aspnet"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue