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

Commit 85ceb2d

Browse files
committed
Merge pull request #65 from OmniSharp/develop
Merge pull request #60 from jpinho/develop
2 parents 20dddce + abb9b14 commit 85ceb2d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

samples/nancy/project.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
"dependencies": {
33
"Kestrel": "1.0.0-alpha4",
44
"Microsoft.AspNet.Owin": "1.0.0-alpha4",
5-
"Nancy": "0.23.2"
5+
"Nancy": "1.0.0"
66
},
77
"commands": {
88
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel"
99
},
1010
"frameworks": {
11-
"aspnet50": {
12-
"System.Runtime": ""
13-
}
11+
"aspnet50": {},
12+
"aspnetcore50": {}
1413
}
1514
}

0 commit comments

Comments
 (0)