Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 6bd5bfc

Browse files
committed
Update Kestrel to 1.0.1
1 parent 6a1b41f commit 6bd5bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet/commands/dotnet-new/CSharp_Web/project.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"Microsoft.AspNetCore.Routing": "1.0.1",
1919
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
20-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
20+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
2121
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
2222
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0",
2323
"Microsoft.EntityFrameworkCore.Tools": {

0 commit comments

Comments
 (0)