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

Commit 97708ad

Browse files
committed
Updated all template project.json tools to use 1.1
There were still tools dependencies in the project.json file that were depending on .Net Core 1.0. This means that on a machine with only .Net Core 1.1 installed (like the microsoft/aspnetcore-build docker image) the `dotnet publish-iis` command would fail because it was trying to find .Net Core 1.0. Using the latest 1.1.0-preview4-final versions of - Microsoft.AspNetCore.Razor.Tools - Microsoft.AspNetCore.Server.IISIntegration.Tools - Microsoft.DotNet.Watcher.Tools fixes the issue and makes the all publish work correctly on the docker machine.
1 parent a93f59c commit 97708ad

8 files changed

Lines changed: 31 additions & 31 deletions

File tree

samples/angular/MusicStore/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0",
2424
"Microsoft.AspNetCore.Mvc": "1.1.0",
2525
"Microsoft.AspNetCore.Razor.Tools": {
26-
"version": "1.0.0-preview2-final",
26+
"version": "1.1.0-preview4-final",
2727
"type": "build"
2828
},
2929
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
@@ -41,9 +41,9 @@
4141
},
4242

4343
"tools": {
44-
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
45-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
46-
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
44+
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
45+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
46+
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final"
4747
},
4848

4949
"frameworks": {

samples/react/MusicStore/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0",
1010
"Microsoft.AspNetCore.Mvc": "1.1.0",
1111
"Microsoft.AspNetCore.Razor.Tools": {
12-
"version": "1.0.0-preview2-final",
12+
"version": "1.1.0-preview4-final",
1313
"type": "build"
1414
},
1515
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
@@ -27,9 +27,9 @@
2727
},
2828

2929
"tools": {
30-
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
31-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
32-
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
30+
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
31+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
32+
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final"
3333
},
3434

3535
"frameworks": {

templates/Angular2Spa/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
88
"Microsoft.AspNetCore.Mvc": "1.1.0",
99
"Microsoft.AspNetCore.Razor.Tools": {
10-
"version": "1.0.0-preview2-final",
10+
"version": "1.1.0-preview4-final",
1111
"type": "build"
1212
},
1313
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
@@ -24,9 +24,9 @@
2424
},
2525

2626
"tools": {
27-
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
28-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
29-
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
27+
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
28+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
29+
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final"
3030
},
3131

3232
"frameworks": {

templates/AureliaSpa/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
99
"Microsoft.AspNetCore.Mvc": "1.1.0",
1010
"Microsoft.AspNetCore.Razor.Tools": {
11-
"version": "1.0.0-preview2-final",
11+
"version": "1.1.0-preview4-final",
1212
"type": "build"
1313
},
1414
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
@@ -24,9 +24,9 @@
2424
},
2525

2626
"tools": {
27-
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
28-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
29-
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
27+
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
28+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
29+
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final"
3030
},
3131

3232
"frameworks": {

templates/KnockoutSpa/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
99
"Microsoft.AspNetCore.Mvc": "1.1.0",
1010
"Microsoft.AspNetCore.Razor.Tools": {
11-
"version": "1.0.0-preview2-final",
11+
"version": "1.1.0-preview4-final",
1212
"type": "build"
1313
},
1414
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
@@ -24,9 +24,9 @@
2424
},
2525

2626
"tools": {
27-
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
28-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
29-
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
27+
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
28+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
29+
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final"
3030
},
3131

3232
"frameworks": {

templates/ReactReduxSpa/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
88
"Microsoft.AspNetCore.Mvc": "1.1.0",
99
"Microsoft.AspNetCore.Razor.Tools": {
10-
"version": "1.0.0-preview2-final",
10+
"version": "1.1.0-preview4-final",
1111
"type": "build"
1212
},
1313
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
@@ -24,9 +24,9 @@
2424
},
2525

2626
"tools": {
27-
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
28-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
29-
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
27+
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
28+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
29+
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final"
3030
},
3131

3232
"frameworks": {

templates/ReactSpa/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
88
"Microsoft.AspNetCore.Mvc": "1.1.0",
99
"Microsoft.AspNetCore.Razor.Tools": {
10-
"version": "1.0.0-preview2-final",
10+
"version": "1.1.0-preview4-final",
1111
"type": "build"
1212
},
1313
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
@@ -24,9 +24,9 @@
2424
},
2525

2626
"tools": {
27-
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
28-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
29-
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
27+
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
28+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
29+
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final"
3030
},
3131

3232
"frameworks": {

templates/WebApplicationBasic/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
88
"Microsoft.AspNetCore.Mvc": "1.1.0",
99
"Microsoft.AspNetCore.Razor.Tools": {
10-
"version": "1.0.0-preview2-final",
10+
"version": "1.1.0-preview4-final",
1111
"type": "build"
1212
},
1313
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
@@ -23,8 +23,8 @@
2323
},
2424

2525
"tools": {
26-
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
27-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
26+
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
27+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
2828
},
2929

3030
"frameworks": {

0 commit comments

Comments
 (0)