diff --git a/templates/Angular2Spa/project.json b/templates/Angular2Spa/project.json index a92513a0b3..0bd38bf967 100755 --- a/templates/Angular2Spa/project.json +++ b/templates/Angular2Spa/project.json @@ -1,33 +1,37 @@ { - "version": "1.0.0-*", - "buildOptions": { - "emitEntryPoint": true, - "preserveCompilationContext": true - }, - "runtimeOptions": { - "gcServer": true - }, - "tooling": { - "defaultNamespace": "WebApplicationBasic" - }, - "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-rc2-*", + "version": "1.0.0-rc2-3002702", "type": "platform" }, - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", - "Microsoft.Extensions.Configuration.Json": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", - "Microsoft.Extensions.Logging.Debug": "1.0.0-*", - "Microsoft.AspNetCore.AngularServices": "1.0.0-*" + "Microsoft.AspNetCore.AngularServices": "1.0.0-*", + "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Razor.Tools": { + "version": "1.0.0-preview1-final", + "type": "build" + }, + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", + "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final" }, + + "tools": { + "Microsoft.AspNetCore.Razor.Tools": { + "version": "1.0.0-preview1-final", + "imports": "portable-net45+win8+dnxcore50" + }, + "Microsoft.AspNetCore.Server.IISIntegration.Tools": { + "version": "1.0.0-preview1-final", + "imports": "portable-net45+win8+dnxcore50" + } + }, + "frameworks": { "netcoreapp1.0": { "imports": [ @@ -37,14 +41,30 @@ ] } }, + + "buildOptions": { + "emitEntryPoint": true, + "preserveCompilationContext": true + }, + + "runtimeOptions": { + "gcServer": true + }, + "publishOptions": { - "exclude": [ - "node_modules", - "**.xproj", - "**.user", - "**.vspscc" + "include": [ + "appsettings.json", + "ClientApp", + "typings", + "Views", + "tsconfig.json", + "tsd.json", + "web.config", + "webpack.*.js", + "wwwroot" ] }, + "scripts": { "prepublish": [ "npm install", @@ -52,5 +72,9 @@ "node node_modules/webpack/bin/webpack.js" ], "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] + }, + + "tooling": { + "defaultNamespace": "WebApplicationBasic" } } diff --git a/templates/KnockoutSpa/project.json b/templates/KnockoutSpa/project.json index 63f8a97368..d4ca601ad6 100755 --- a/templates/KnockoutSpa/project.json +++ b/templates/KnockoutSpa/project.json @@ -1,33 +1,37 @@ { - "version": "1.0.0-*", - "buildOptions": { - "emitEntryPoint": true, - "preserveCompilationContext": true - }, - "runtimeOptions": { - "gcServer": true - }, - "tooling": { - "defaultNamespace": "WebApplicationBasic" - }, - "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-rc2-*", + "version": "1.0.0-rc2-3002702", "type": "platform" }, - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", - "Microsoft.Extensions.Configuration.Json": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", - "Microsoft.Extensions.Logging.Debug": "1.0.0-*", - "Microsoft.AspNetCore.SpaServices": "1.0.0-*" + "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Razor.Tools": { + "version": "1.0.0-preview1-final", + "type": "build" + }, + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", + "Microsoft.AspNetCore.SpaServices": "1.0.0-*", + "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final" }, + + "tools": { + "Microsoft.AspNetCore.Razor.Tools": { + "version": "1.0.0-preview1-final", + "imports": "portable-net45+win8+dnxcore50" + }, + "Microsoft.AspNetCore.Server.IISIntegration.Tools": { + "version": "1.0.0-preview1-final", + "imports": "portable-net45+win8+dnxcore50" + } + }, + "frameworks": { "netcoreapp1.0": { "imports": [ @@ -37,14 +41,30 @@ ] } }, + + "buildOptions": { + "emitEntryPoint": true, + "preserveCompilationContext": true + }, + + "runtimeOptions": { + "gcServer": true + }, + "publishOptions": { - "exclude": [ - "node_modules", - "**.xproj", - "**.user", - "**.vspscc" + "include": [ + "appsettings.json", + "ClientApp", + "typings", + "Views", + "tsconfig.json", + "tsd.json", + "web.config", + "webpack.*.js", + "wwwroot" ] }, + "scripts": { "prepublish": [ "npm install", @@ -52,5 +72,9 @@ "node node_modules/webpack/bin/webpack.js" ], "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] + }, + + "tooling": { + "defaultNamespace": "WebApplicationBasic" } } diff --git a/templates/ReactReduxSpa/project.json b/templates/ReactReduxSpa/project.json index 59fea50bf5..c2e364d573 100755 --- a/templates/ReactReduxSpa/project.json +++ b/templates/ReactReduxSpa/project.json @@ -1,33 +1,37 @@ { - "version": "1.0.0-*", - "buildOptions": { - "emitEntryPoint": true, - "preserveCompilationContext": true - }, - "runtimeOptions": { - "gcServer": true - }, - "tooling": { - "defaultNamespace": "WebApplicationBasic" - }, - "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-rc2-*", + "version": "1.0.0-rc2-3002702", "type": "platform" }, - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", - "Microsoft.Extensions.Configuration.Json": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", - "Microsoft.Extensions.Logging.Debug": "1.0.0-*", - "Microsoft.AspNetCore.ReactServices": "1.0.0-*" + "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Razor.Tools": { + "version": "1.0.0-preview1-final", + "type": "build" + }, + "Microsoft.AspNetCore.ReactServices": "1.0.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", + "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final" }, + + "tools": { + "Microsoft.AspNetCore.Razor.Tools": { + "version": "1.0.0-preview1-final", + "imports": "portable-net45+win8+dnxcore50" + }, + "Microsoft.AspNetCore.Server.IISIntegration.Tools": { + "version": "1.0.0-preview1-final", + "imports": "portable-net45+win8+dnxcore50" + } + }, + "frameworks": { "netcoreapp1.0": { "imports": [ @@ -37,14 +41,30 @@ ] } }, + + "buildOptions": { + "emitEntryPoint": true, + "preserveCompilationContext": true + }, + + "runtimeOptions": { + "gcServer": true + }, + "publishOptions": { - "exclude": [ - "node_modules", - "**.xproj", - "**.user", - "**.vspscc" + "include": [ + "appsettings.json", + "ClientApp", + "typings", + "Views", + "tsconfig.json", + "tsd.json", + "web.config", + "webpack.*.js", + "wwwroot" ] }, + "scripts": { "prepublish": [ "npm install", @@ -52,5 +72,9 @@ "node node_modules/webpack/bin/webpack.js" ], "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] + }, + + "tooling": { + "defaultNamespace": "WebApplicationBasic" } } diff --git a/templates/ReactSpa/project.json b/templates/ReactSpa/project.json index 59fea50bf5..c2e364d573 100755 --- a/templates/ReactSpa/project.json +++ b/templates/ReactSpa/project.json @@ -1,33 +1,37 @@ { - "version": "1.0.0-*", - "buildOptions": { - "emitEntryPoint": true, - "preserveCompilationContext": true - }, - "runtimeOptions": { - "gcServer": true - }, - "tooling": { - "defaultNamespace": "WebApplicationBasic" - }, - "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-rc2-*", + "version": "1.0.0-rc2-3002702", "type": "platform" }, - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", - "Microsoft.Extensions.Configuration.Json": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", - "Microsoft.Extensions.Logging.Debug": "1.0.0-*", - "Microsoft.AspNetCore.ReactServices": "1.0.0-*" + "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Razor.Tools": { + "version": "1.0.0-preview1-final", + "type": "build" + }, + "Microsoft.AspNetCore.ReactServices": "1.0.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", + "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final" }, + + "tools": { + "Microsoft.AspNetCore.Razor.Tools": { + "version": "1.0.0-preview1-final", + "imports": "portable-net45+win8+dnxcore50" + }, + "Microsoft.AspNetCore.Server.IISIntegration.Tools": { + "version": "1.0.0-preview1-final", + "imports": "portable-net45+win8+dnxcore50" + } + }, + "frameworks": { "netcoreapp1.0": { "imports": [ @@ -37,14 +41,30 @@ ] } }, + + "buildOptions": { + "emitEntryPoint": true, + "preserveCompilationContext": true + }, + + "runtimeOptions": { + "gcServer": true + }, + "publishOptions": { - "exclude": [ - "node_modules", - "**.xproj", - "**.user", - "**.vspscc" + "include": [ + "appsettings.json", + "ClientApp", + "typings", + "Views", + "tsconfig.json", + "tsd.json", + "web.config", + "webpack.*.js", + "wwwroot" ] }, + "scripts": { "prepublish": [ "npm install", @@ -52,5 +72,9 @@ "node node_modules/webpack/bin/webpack.js" ], "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] + }, + + "tooling": { + "defaultNamespace": "WebApplicationBasic" } } diff --git a/templates/WebApplicationBasic/project.json b/templates/WebApplicationBasic/project.json index 27c68eb1b7..59f1969417 100755 --- a/templates/WebApplicationBasic/project.json +++ b/templates/WebApplicationBasic/project.json @@ -1,32 +1,36 @@ { - "version": "1.0.0-*", - "buildOptions": { - "emitEntryPoint": true, - "preserveCompilationContext": true - }, - "runtimeOptions": { - "gcServer": true - }, - "tooling": { - "defaultNamespace": "WebApplicationBasic" - }, - "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-rc2-*", + "version": "1.0.0-rc2-3002702", "type": "platform" }, - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", - "Microsoft.Extensions.Configuration.Json": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", - "Microsoft.Extensions.Logging.Debug": "1.0.0-*" + "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Razor.Tools": { + "version": "1.0.0-preview1-final", + "type": "build" + }, + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final", + "Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final", + "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final" }, + + "tools": { + "Microsoft.AspNetCore.Razor.Tools": { + "version": "1.0.0-preview1-final", + "imports": "portable-net45+win8+dnxcore50" + }, + "Microsoft.AspNetCore.Server.IISIntegration.Tools": { + "version": "1.0.0-preview1-final", + "imports": "portable-net45+win8+dnxcore50" + } + }, + "frameworks": { "netcoreapp1.0": { "imports": [ @@ -36,14 +40,25 @@ ] } }, + + "buildOptions": { + "emitEntryPoint": true, + "preserveCompilationContext": true + }, + + "runtimeOptions": { + "gcServer": true + }, + "publishOptions": { - "exclude": [ - "node_modules", - "**.xproj", - "**.user", - "**.vspscc" + "include": [ + "appsettings.json", + "Views", + "web.config", + "wwwroot" ] }, + "scripts": { "prepublish": [ "npm install", @@ -51,5 +66,9 @@ "node node_modules/webpack/bin/webpack.js" ], "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] + }, + + "tooling": { + "defaultNamespace": "WebApplicationBasic" } }