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

Commit 5e173f3

Browse files
committed
Update versions of EF and scaffolding tools
1 parent 6bd5bfc commit 5e173f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
2020
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
2121
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
22-
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0",
22+
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.1",
2323
"Microsoft.EntityFrameworkCore.Tools": {
2424
"version": "1.0.0-preview2-final",
2525
"type": "build"
@@ -32,11 +32,11 @@
3232
"Microsoft.Extensions.Logging.Debug": "1.0.0",
3333
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
3434
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
35-
"version": "1.0.0-preview2-final",
35+
"version": "1.0.0-preview2-update1",
3636
"type": "build"
3737
},
3838
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
39-
"version": "1.0.0-preview2-final",
39+
"version": "1.0.0-preview2-update1",
4040
"type": "build"
4141
}
4242
},

0 commit comments

Comments
 (0)