Updating to new CLI

This commit is contained in:
John Luo 2016-02-01 14:48:27 -08:00
parent 690c42c199
commit 20ed43fd68
2 changed files with 9 additions and 4 deletions

View File

@ -9,7 +9,8 @@
"url": "git://github.com/aspnet/mvc" "url": "git://github.com/aspnet/mvc"
}, },
"dependencies": { "dependencies": {
"Newtonsoft.Json": "8.0.2" "Newtonsoft.Json": "8.0.2",
"Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
@ -21,10 +22,12 @@
"System.Globalization": "4.0.11-*", "System.Globalization": "4.0.11-*",
"System.Reflection.Extensions": "4.0.1-*", "System.Reflection.Extensions": "4.0.1-*",
"System.Resources.ResourceManager": "4.0.1-*", "System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime": "4.0.21-*",
"System.Runtime.Extensions": "4.1.0-*", "System.Runtime.Extensions": "4.1.0-*",
"System.Runtime.Serialization.Primitives": "4.1.0-*", "System.Runtime.Serialization.Primitives": "4.1.0-*",
"System.Text.Encoding.Extensions": "4.0.11-*" "System.Text.Encoding.Extensions": "4.0.11-*"
} },
"imports": "portable-net451+win8"
} }
} }
} }

View File

@ -5,7 +5,8 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.JsonPatch": "1.0.0-*", "Microsoft.AspNetCore.JsonPatch": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit": "2.1.0" "xunit": "2.1.0",
"Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.aspnet" "test": "xunit.runner.aspnet"
@ -22,7 +23,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"
} }
} }
} }