Updating to new CLI
This commit is contained in:
parent
27fb99293d
commit
82ea86c9a2
|
|
@ -35,7 +35,9 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"dnxcore50": {}
|
||||
"dnxcore50": {
|
||||
"imports": "portable-net45+win8"
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"wwwroot",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Identity": "1.0.0-*",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
|
||||
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
@ -23,7 +24,8 @@
|
|||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.ComponentModel.TypeConverter": "4.0.1-*"
|
||||
}
|
||||
},
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -12,12 +12,14 @@
|
|||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*"
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
|
||||
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {}
|
||||
"dependencies": {},
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -27,7 +27,8 @@
|
|||
"dependencies": {
|
||||
"moq.netcore": "4.4.0-beta8",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
}
|
||||
},
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,8 @@
|
|||
"dependencies": {
|
||||
"moq.netcore": "4.4.0-beta8",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
}
|
||||
},
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@
|
|||
"dependencies": {
|
||||
"moq.netcore": "4.4.0-beta8",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
}
|
||||
},
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@
|
|||
"moq.netcore": "4.4.0-beta8",
|
||||
"System.Xml.ReaderWriter": "4.0.10-*",
|
||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||
}
|
||||
},
|
||||
"imports": "portable-net451+win8"
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
Loading…
Reference in New Issue