We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1b41f commit 6bd5bfcCopy full SHA for 6bd5bfc
src/dotnet/commands/dotnet-new/CSharp_Web/project.json.template
@@ -17,7 +17,7 @@
17
},
18
"Microsoft.AspNetCore.Routing": "1.0.1",
19
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
20
- "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
+ "Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
21
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
22
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0",
23
"Microsoft.EntityFrameworkCore.Tools": {
0 commit comments