Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit faeedf1

Browse files
committed
Update samples
1 parent f0a5a01 commit faeedf1

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

samples/HelloWorld/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
},
55
"dependencies": {
66
"Microsoft.Net.Http.Server": "0.1.0-*",
7-
"Microsoft.Net.WebSockets.Server": "0.1.0-*"
7+
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-*"
89
},
910
"commands": {
1011
"sample": "HelloWorld"
@@ -13,7 +14,7 @@
1314
"net451": {},
1415
"netstandardapp1.5": {
1516
"dependencies": {
16-
"NETStandard.Library": "1.0.0-*"
17+
"NETStandard.Library": "1.5.0-*"
1718
},
1819
"imports": [
1920
"dnxcore50"

samples/HotAddSample/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
5-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
5+
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
6+
"Microsoft.NETCore.Platforms": "1.0.1-*"
67
},
78
"compilationOptions": {
89
"emitEntryPoint": true
@@ -14,7 +15,7 @@
1415
"net451": {},
1516
"netstandardapp1.5": {
1617
"dependencies": {
17-
"NETStandard.Library": "1.0.0-*"
18+
"NETStandard.Library": "1.5.0-*"
1819
},
1920
"imports": [
2021
"dnxcore50"

samples/SelfHostServer/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"dependencies": {
33
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
4-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
4+
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
5+
"Microsoft.NETCore.Platforms": "1.0.1-*"
56
},
67
"compilationOptions": {
78
"emitEntryPoint": true
@@ -13,7 +14,7 @@
1314
"net451": {},
1415
"netstandardapp1.5": {
1516
"dependencies": {
16-
"NETStandard.Library": "1.0.0-*"
17+
"NETStandard.Library": "1.5.0-*"
1718
},
1819
"imports": [
1920
"dnxcore50"

0 commit comments

Comments
 (0)