Update samples

This commit is contained in:
John Luo 2016-03-30 15:40:45 -07:00
parent f0a5a01f6d
commit faeedf1c42
3 changed files with 9 additions and 6 deletions

View File

@ -4,7 +4,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"
@ -13,7 +14,7 @@
"net451": {}, "net451": {},
"netstandardapp1.5": { "netstandardapp1.5": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-*" "NETStandard.Library": "1.5.0-*"
}, },
"imports": [ "imports": [
"dnxcore50" "dnxcore50"

View File

@ -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
@ -14,7 +15,7 @@
"net451": {}, "net451": {},
"netstandardapp1.5": { "netstandardapp1.5": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-*" "NETStandard.Library": "1.5.0-*"
}, },
"imports": [ "imports": [
"dnxcore50" "dnxcore50"

View File

@ -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
@ -13,7 +14,7 @@
"net451": {}, "net451": {},
"netstandardapp1.5": { "netstandardapp1.5": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-*" "NETStandard.Library": "1.5.0-*"
}, },
"imports": [ "imports": [
"dnxcore50" "dnxcore50"