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

Commit f4bb866

Browse files
mlorbetskePiotr Puszkiewicz
authored and
Piotr Puszkiewicz
committed
Update package versions for 1.0.3 (#4980)
1 parent 33dabee commit f4bb866

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,66 @@
33

44
"dependencies": {
55
"Microsoft.NETCore.App": {
6-
"version": "1.0.1",
6+
"version": "1.0.3",
77
"type": "platform"
88
},
9-
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
10-
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
11-
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0",
12-
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
13-
"Microsoft.AspNetCore.Mvc": "1.0.1",
9+
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.1",
10+
"Microsoft.AspNetCore.Diagnostics": "1.0.1",
11+
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.1",
12+
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.1",
13+
"Microsoft.AspNetCore.Mvc": "1.0.2",
1414
"Microsoft.AspNetCore.Razor.Tools": {
15-
"version": "1.0.0-preview2-final",
15+
"version": "1.0.0-preview4-final",
1616
"type": "build"
1717
},
18-
"Microsoft.AspNetCore.Routing": "1.0.1",
19-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
20-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
21-
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
22-
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.1",
18+
"Microsoft.AspNetCore.Routing": "1.0.2",
19+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.1",
20+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
21+
"Microsoft.AspNetCore.StaticFiles": "1.0.1",
22+
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.2",
2323
"Microsoft.EntityFrameworkCore.Tools": {
24-
"version": "1.0.0-preview2-final",
24+
"version": "1.0.0-preview4-final",
2525
"type": "build"
2626
},
27-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
28-
"Microsoft.Extensions.Configuration.Json": "1.0.0",
29-
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
30-
"Microsoft.Extensions.Logging": "1.0.0",
31-
"Microsoft.Extensions.Logging.Console": "1.0.0",
32-
"Microsoft.Extensions.Logging.Debug": "1.0.0",
33-
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
27+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.1",
28+
"Microsoft.Extensions.Configuration.Json": "1.0.1",
29+
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.1",
30+
"Microsoft.Extensions.Logging": "1.0.1",
31+
"Microsoft.Extensions.Logging.Console": "1.0.1",
32+
"Microsoft.Extensions.Logging.Debug": "1.0.1",
33+
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.1",
3434
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
35-
"version": "1.0.0-preview2-update1",
35+
"version": "1.0.0-preview4-final",
3636
"type": "build"
3737
},
3838
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
39-
"version": "1.0.0-preview2-update1",
39+
"version": "1.0.0-preview4-final",
4040
"type": "build"
4141
}
4242
},
4343

4444
"tools": {
4545
"Microsoft.AspNetCore.Razor.Tools": {
46-
"version": "1.0.0-preview2-final",
46+
"version": "1.0.0-preview4-final",
4747
"imports": "portable-net45+win8+dnxcore50"
4848
},
4949
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
50-
"version": "1.0.0-preview2-final",
50+
"version": "1.0.0-preview4-final",
5151
"imports": "portable-net45+win8+dnxcore50"
5252
},
5353
"Microsoft.EntityFrameworkCore.Tools": {
54-
"version": "1.0.0-preview2-final",
54+
"version": "1.0.0-preview4-final",
5555
"imports": [
5656
"portable-net45+win8+dnxcore50",
5757
"portable-net45+win8"
5858
]
5959
},
6060
"Microsoft.Extensions.SecretManager.Tools": {
61-
"version": "1.0.0-preview2-final",
61+
"version": "1.0.0-preview4-final",
6262
"imports": "portable-net45+win8+dnxcore50"
6363
},
6464
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
65-
"version": "1.0.0-preview2-final",
65+
"version": "1.0.0-preview4-final",
6666
"imports": [
6767
"portable-net45+win8+dnxcore50",
6868
"portable-net45+win8"

0 commit comments

Comments
 (0)