This repository was archived by the owner on Mar 19, 2019. It is now read-only.
File tree 3 files changed +9
-6
lines changed 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
},
5
5
"dependencies" : {
6
6
"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-*"
8
9
},
9
10
"commands" : {
10
11
"sample" : " HelloWorld"
13
14
"net451" : {},
14
15
"netstandardapp1.5" : {
15
16
"dependencies" : {
16
- "NETStandard.Library" : " 1.0 .0-*"
17
+ "NETStandard.Library" : " 1.5 .0-*"
17
18
},
18
19
"imports" : [
19
20
" dnxcore50"
Original file line number Diff line number Diff line change 2
2
"version" : " 1.0.0-*" ,
3
3
"dependencies" : {
4
4
"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-*"
6
7
},
7
8
"compilationOptions" : {
8
9
"emitEntryPoint" : true
14
15
"net451" : {},
15
16
"netstandardapp1.5" : {
16
17
"dependencies" : {
17
- "NETStandard.Library" : " 1.0 .0-*"
18
+ "NETStandard.Library" : " 1.5 .0-*"
18
19
},
19
20
"imports" : [
20
21
" dnxcore50"
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"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-*"
5
6
},
6
7
"compilationOptions" : {
7
8
"emitEntryPoint" : true
13
14
"net451" : {},
14
15
"netstandardapp1.5" : {
15
16
"dependencies" : {
16
- "NETStandard.Library" : " 1.0 .0-*"
17
+ "NETStandard.Library" : " 1.5 .0-*"
17
18
},
18
19
"imports" : [
19
20
" dnxcore50"
You can’t perform that action at this time.
0 commit comments