diff --git a/templates/Angular2Spa/project.json b/templates/Angular2Spa/project.json index 47605bb..a406b37 100755 --- a/templates/Angular2Spa/project.json +++ b/templates/Angular2Spa/project.json @@ -4,7 +4,6 @@ "version": "1.1.0", "type": "platform" }, - "Microsoft.AspNetCore.AngularServices": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0", "Microsoft.AspNetCore.Mvc": "1.1.0", "Microsoft.AspNetCore.Razor.Tools": { @@ -13,6 +12,7 @@ }, "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0", + "Microsoft.AspNetCore.SpaServices": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", "Microsoft.Extensions.Configuration.Json": "1.1.0", diff --git a/templates/ReactReduxSpa/project.json b/templates/ReactReduxSpa/project.json index 2831855..a406b37 100755 --- a/templates/ReactReduxSpa/project.json +++ b/templates/ReactReduxSpa/project.json @@ -10,9 +10,9 @@ "version": "1.0.0-preview2-final", "type": "build" }, - "Microsoft.AspNetCore.ReactServices": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0", + "Microsoft.AspNetCore.SpaServices": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", "Microsoft.Extensions.Configuration.Json": "1.1.0", diff --git a/templates/ReactSpa/project.json b/templates/ReactSpa/project.json index 229f056..02ae207 100755 --- a/templates/ReactSpa/project.json +++ b/templates/ReactSpa/project.json @@ -10,9 +10,9 @@ "version": "1.0.0-preview2-final", "type": "build" }, - "Microsoft.AspNetCore.ReactServices": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0", + "Microsoft.AspNetCore.SpaServices": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", "Microsoft.Extensions.Configuration.Json": "1.1.0",