Skip to content

Commit 9001c19

Browse files
Make Angular and React templates reference SpaServices directly. The AngularServices/ReactServices packages might be used in the future, but don't presently contain any extra usable functionality.
1 parent 832da2a commit 9001c19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/Angular2Spa/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"version": "1.1.0",
55
"type": "platform"
66
},
7-
"Microsoft.AspNetCore.AngularServices": "1.1.0-*",
87
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
98
"Microsoft.AspNetCore.Mvc": "1.1.0",
109
"Microsoft.AspNetCore.Razor.Tools": {
@@ -13,6 +12,7 @@
1312
},
1413
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
1514
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
15+
"Microsoft.AspNetCore.SpaServices": "1.1.0-*",
1616
"Microsoft.AspNetCore.StaticFiles": "1.1.0",
1717
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
1818
"Microsoft.Extensions.Configuration.Json": "1.1.0",

templates/ReactReduxSpa/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"version": "1.0.0-preview2-final",
1111
"type": "build"
1212
},
13-
"Microsoft.AspNetCore.ReactServices": "1.1.0-*",
1413
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
1514
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
15+
"Microsoft.AspNetCore.SpaServices": "1.1.0-*",
1616
"Microsoft.AspNetCore.StaticFiles": "1.1.0",
1717
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
1818
"Microsoft.Extensions.Configuration.Json": "1.1.0",

templates/ReactSpa/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"version": "1.0.0-preview2-final",
1111
"type": "build"
1212
},
13-
"Microsoft.AspNetCore.ReactServices": "1.1.0-*",
1413
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
1514
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
15+
"Microsoft.AspNetCore.SpaServices": "1.1.0-*",
1616
"Microsoft.AspNetCore.StaticFiles": "1.1.0",
1717
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
1818
"Microsoft.Extensions.Configuration.Json": "1.1.0",

0 commit comments

Comments
 (0)