Fixing imports for dotnet5.4

This commit is contained in:
PiotrP 2016-01-28 12:49:08 -08:00
parent 462bee83bd
commit 8a36a61213

View file

@ -15,7 +15,7 @@
"frameworks": {
"net451": { },
"dotnet5.4": {
"imports": "portable-net45+win8",
"imports": "portable-net451+win8",
"dependencies": {
"System.IO.FileSystem": "4.0.1-rc3-23727",
"System.Linq": "4.0.1-rc3-23727",
@ -25,7 +25,7 @@
}
},
"dnxcore50": {
"imports": "portable-net451+win8",
"imports": "portable-net45+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-rc3-23727",
"System.Dynamic.Runtime": "4.0.11-rc3-23727"