diff --git a/samples/angular/MusicStore/project.json b/samples/angular/MusicStore/project.json index a48cf08..a9aad1c 100755 --- a/samples/angular/MusicStore/project.json +++ b/samples/angular/MusicStore/project.json @@ -16,7 +16,7 @@ "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-*", "EntityFramework.SQLite": "7.0.0-rc1-*", "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-*", - "Microsoft.AspNet.AngularServices": "1.0.0-alpha7", + "Microsoft.AspNet.AngularServices": "1.0.0-*", "AutoMapper": "4.1.1" }, "commands": { diff --git a/samples/misc/ES2015Transpilation/project.json b/samples/misc/ES2015Transpilation/project.json index 555412d..f4be8a7 100755 --- a/samples/misc/ES2015Transpilation/project.json +++ b/samples/misc/ES2015Transpilation/project.json @@ -14,7 +14,7 @@ "Microsoft.AspNet.Tooling.Razor": "1.0.0-rc1-*", "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-*", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-*", - "Microsoft.AspNet.NodeServices": "1.0.0-alpha7" + "Microsoft.AspNet.NodeServices": "1.0.0-*" }, "commands": { "web": "Microsoft.AspNet.Server.Kestrel" diff --git a/samples/misc/Webpack/project.json b/samples/misc/Webpack/project.json index 9ff654f..4858ab3 100755 --- a/samples/misc/Webpack/project.json +++ b/samples/misc/Webpack/project.json @@ -20,7 +20,7 @@ "Microsoft.Extensions.Logging": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final", - "Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1" + "Microsoft.AspNet.SpaServices": "1.0.0-*" }, "commands": { diff --git a/samples/react/MusicStore/project.json b/samples/react/MusicStore/project.json index b74a0fd..2291031 100755 --- a/samples/react/MusicStore/project.json +++ b/samples/react/MusicStore/project.json @@ -21,7 +21,7 @@ "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final", "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-*", - "Microsoft.AspNet.ReactServices": "1.0.0-alpha7", + "Microsoft.AspNet.ReactServices": "1.0.0-*", "EntityFramework.SQLite": "7.0.0-rc1-*", "AutoMapper": "4.1.1" }, diff --git a/samples/react/ReactGrid/project.json b/samples/react/ReactGrid/project.json index 9876849..de2377b 100755 --- a/samples/react/ReactGrid/project.json +++ b/samples/react/ReactGrid/project.json @@ -14,7 +14,7 @@ "Microsoft.AspNet.Tooling.Razor": "1.0.0-rc1-*", "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-*", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-*", - "Microsoft.AspNet.ReactServices": "1.0.0-alpha7" + "Microsoft.AspNet.ReactServices": "1.0.0-*" }, "commands": { "web": "Microsoft.AspNet.Server.Kestrel" diff --git a/templates/Angular2Spa/project.json b/templates/Angular2Spa/project.json index c365aa3..129cca7 100755 --- a/templates/Angular2Spa/project.json +++ b/templates/Angular2Spa/project.json @@ -20,7 +20,7 @@ "Microsoft.Extensions.Logging": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final", - "Microsoft.AspNet.AngularServices": "1.0.0-alpha7" + "Microsoft.AspNet.AngularServices": "1.0.0-*" }, "commands": { @@ -34,7 +34,7 @@ "exclude": [ "wwwroot", - "node_modules", + "node_modules" ], "publishExclude": [ "node_modules", diff --git a/templates/KnockoutSpa/project.json b/templates/KnockoutSpa/project.json index 5924b4e..7cf5d77 100755 --- a/templates/KnockoutSpa/project.json +++ b/templates/KnockoutSpa/project.json @@ -20,7 +20,7 @@ "Microsoft.Extensions.Logging": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final", - "Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1" + "Microsoft.AspNet.SpaServices": "1.0.0-*" }, "commands": { diff --git a/templates/ReactReduxSpa/project.json b/templates/ReactReduxSpa/project.json index e22395a..c736515 100755 --- a/templates/ReactReduxSpa/project.json +++ b/templates/ReactReduxSpa/project.json @@ -20,7 +20,7 @@ "Microsoft.Extensions.Logging": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final", - "Microsoft.AspNet.ReactServices": "1.0.0-alpha7" + "Microsoft.AspNet.ReactServices": "1.0.0-*" }, "commands": { @@ -34,7 +34,7 @@ "exclude": [ "wwwroot", - "node_modules", + "node_modules" ], "publishExclude": [ "node_modules", diff --git a/templates/ReactSpa/project.json b/templates/ReactSpa/project.json index e22395a..2e909b9 100755 --- a/templates/ReactSpa/project.json +++ b/templates/ReactSpa/project.json @@ -20,7 +20,7 @@ "Microsoft.Extensions.Logging": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final", - "Microsoft.AspNet.ReactServices": "1.0.0-alpha7" + "Microsoft.AspNet.ReactServices": "1.0.0-*" }, "commands": { diff --git a/templates/WebApplicationBasic/project.json b/templates/WebApplicationBasic/project.json index 76c3a6e..916d79c 100755 --- a/templates/WebApplicationBasic/project.json +++ b/templates/WebApplicationBasic/project.json @@ -33,7 +33,7 @@ "exclude": [ "wwwroot", - "node_modules", + "node_modules" ], "publishExclude": [ "node_modules",