Fixing imports for dotnet5.4
This commit is contained in:
parent
462bee83bd
commit
8a36a61213
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue