Updating to new CLI

This commit is contained in:
John Luo 2016-02-01 15:28:32 -08:00
parent 27fb99293d
commit 82ea86c9a2
7 changed files with 19 additions and 9 deletions

View File

@ -35,7 +35,9 @@
}, },
"frameworks": { "frameworks": {
"dnx451": {}, "dnx451": {},
"dnxcore50": {} "dnxcore50": {
"imports": "portable-net45+win8"
}
}, },
"exclude": [ "exclude": [
"wwwroot", "wwwroot",

View File

@ -11,7 +11,8 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Identity": "1.0.0-*", "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": { "frameworks": {
"net451": { "net451": {
@ -23,7 +24,8 @@
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.ComponentModel.TypeConverter": "4.0.1-*" "System.ComponentModel.TypeConverter": "4.0.1-*"
} },
"imports": "portable-net451+win8"
} }
} }
} }

View File

@ -12,12 +12,14 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "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": { "frameworks": {
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": {} "dependencies": {},
"imports": "portable-net451+win8"
} }
} }
} }

View File

@ -27,7 +27,8 @@
"dependencies": { "dependencies": {
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -32,7 +32,8 @@
"dependencies": { "dependencies": {
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -28,7 +28,8 @@
"dependencies": { "dependencies": {
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -28,7 +28,8 @@
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"System.Xml.ReaderWriter": "4.0.10-*", "System.Xml.ReaderWriter": "4.0.10-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",