Updating to new CLI
This commit is contained in:
parent
dfac28da89
commit
4666564b87
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Net.Http.Server": "0.1.0-*",
|
"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": {
|
"commands": {
|
||||||
"sample": "HelloWorld"
|
"sample": "HelloWorld"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
"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": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
"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": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@
|
||||||
"dotnet5.4": {
|
"dotnet5.4": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Security.Claims": "4.0.1-*"
|
"System.Security.Claims": "4.0.1-*"
|
||||||
}
|
},
|
||||||
|
"imports": "portable-net451+win8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -5,7 +5,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
"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": {
|
"frameworks": {
|
||||||
"dnx451": {
|
"dnx451": {
|
||||||
|
|
@ -23,7 +24,8 @@
|
||||||
"System.Net.Requests": "4.0.11-*",
|
"System.Net.Requests": "4.0.11-*",
|
||||||
"System.Net.WebHeaderCollection": "4.0.1-*",
|
"System.Net.WebHeaderCollection": "4.0.1-*",
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
}
|
},
|
||||||
|
"imports": "portable-net451+win8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
"Microsoft.Net.Http.Server": "0.1.0-*",
|
"Microsoft.Net.Http.Server": "0.1.0-*",
|
||||||
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
|
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||||
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -27,7 +28,8 @@
|
||||||
"System.Net.Requests": "4.0.11-*",
|
"System.Net.Requests": "4.0.11-*",
|
||||||
"System.Net.WebSockets.Client": "4.0.0-*",
|
"System.Net.WebSockets.Client": "4.0.0-*",
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
}
|
},
|
||||||
|
"imports": "portable-net451+win8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue