Updating to new CLI

This commit is contained in:
John Luo 2016-02-01 19:21:41 -08:00
parent dfac28da89
commit 4666564b87
6 changed files with 15 additions and 7 deletions

View File

@ -1,7 +1,8 @@
{
"dependencies": {
"Microsoft.Net.Http.Server": "0.1.0-*",
"Microsoft.Net.WebSockets.Server": "0.1.0-*"
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"commands": {
"sample": "HelloWorld"

View File

@ -2,7 +2,8 @@
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"compilationOptions": {
"emitEntryPoint": true

View File

@ -1,7 +1,8 @@
{
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"compilationOptions": {
"emitEntryPoint": true

View File

@ -16,7 +16,8 @@
"dotnet5.4": {
"dependencies": {
"System.Security.Claims": "4.0.1-*"
}
},
"imports": "portable-net451+win8"
}
}
}

View File

@ -5,7 +5,8 @@
},
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"dnx451": {
@ -23,7 +24,8 @@
"System.Net.Requests": "4.0.11-*",
"System.Net.WebHeaderCollection": "4.0.1-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
},
"imports": "portable-net451+win8"
}
}
}

View File

@ -7,6 +7,7 @@
"Microsoft.Net.Http.Server": "0.1.0-*",
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
@ -27,7 +28,8 @@
"System.Net.Requests": "4.0.11-*",
"System.Net.WebSockets.Client": "4.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
},
"imports": "portable-net451+win8"
}
}
}