Skip to content

Commit 317f9d8

Browse files
committed
More pinning
1 parent ccffee8 commit 317f9d8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samples/1.0.0-beta4/ConsoleApp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dnx451": { },
1010
"dnxcore50": {
1111
"dependencies": {
12-
"System.Console": "4.0.0-beta-*"
12+
"System.Console": "4.0.0-beta-22816"
1313
}
1414
}
1515
}

samples/1.0.0-beta4/HelloMvc/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"**.vspscc"
1111
],
1212
"dependencies": {
13-
"Kestrel": "1.0.0-beta4-*",
14-
"Microsoft.AspNet.Diagnostics": "1.0.0-beta4-*",
15-
"Microsoft.AspNet.Mvc": "6.0.0-beta4-*",
16-
"Microsoft.AspNet.Server.IIS": "1.0.0-beta4-*",
17-
"Microsoft.AspNet.Server.WebListener": "1.0.0-beta4*"
13+
"Kestrel": "1.0.0-beta4",
14+
"Microsoft.AspNet.Diagnostics": "1.0.0-beta4",
15+
"Microsoft.AspNet.Mvc": "6.0.0-beta4",
16+
"Microsoft.AspNet.Server.IIS": "1.0.0-beta4",
17+
"Microsoft.AspNet.Server.WebListener": "1.0.0-beta4"
1818
},
1919
"commands": {
2020
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5001",

0 commit comments

Comments
 (0)