From ade457223859ef78116b2fe1331a431e0e938801 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 19 Nov 2018 16:28:13 -0800 Subject: [PATCH 1/9] Fix submodules for AADIntegration JavaScriptServices and MetaPackages --- .gitmodules | 12 ------------ build/buildorder.props | 6 +++--- build/submodules.props | 6 +++--- modules/AADIntegration | 1 - modules/JavaScriptServices | 1 - modules/MetaPackages | 1 - 6 files changed, 6 insertions(+), 21 deletions(-) delete mode 160000 modules/AADIntegration delete mode 160000 modules/JavaScriptServices delete mode 160000 modules/MetaPackages diff --git a/.gitmodules b/.gitmodules index 7a76d4a516..be6b9310a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "modules/AADIntegration"] - path = modules/AADIntegration - url = https://github.com/aspnet/AADIntegration.git - branch = release/2.1 [submodule "modules/Antiforgery"] path = modules/Antiforgery url = https://github.com/aspnet/Antiforgery.git @@ -42,18 +38,10 @@ path = modules/Identity url = https://github.com/aspnet/Identity.git branch = release/2.1 -[submodule "modules/JavaScriptServices"] - path = modules/JavaScriptServices - url = https://github.com/aspnet/JavaScriptServices.git - branch = release/2.1 [submodule "modules/Localization"] path = modules/Localization url = https://github.com/aspnet/Localization.git branch = release/2.1 -[submodule "modules/MetaPackages"] - path = modules/MetaPackages - url = https://github.com/aspnet/MetaPackages.git - branch = release/2.1 [submodule "modules/Mvc"] path = modules/Mvc url = https://github.com/aspnet/Mvc.git diff --git a/build/buildorder.props b/build/buildorder.props index d98dcd526e..9c998db85b 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -25,11 +25,11 @@ - + - + - + diff --git a/build/submodules.props b/build/submodules.props index c93533b4d0..691f1d9b65 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -37,7 +37,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -60,7 +60,7 @@ - + diff --git a/modules/AADIntegration b/modules/AADIntegration deleted file mode 160000 index 6f02048c3c..0000000000 --- a/modules/AADIntegration +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6f02048c3c5c0ee6684c241721422c2b8eebddbc diff --git a/modules/JavaScriptServices b/modules/JavaScriptServices deleted file mode 160000 index ea3a7bc897..0000000000 --- a/modules/JavaScriptServices +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ea3a7bc8974271d6e9eeb9e890f23f953b8b40e2 diff --git a/modules/MetaPackages b/modules/MetaPackages deleted file mode 160000 index 975011071b..0000000000 --- a/modules/MetaPackages +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 975011071b02f6937261c604fcde48d7e43030ce From 94f5e2bc1b18b7649049d8f562d8c87ede7695dc Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 19 Nov 2018 16:57:06 -0800 Subject: [PATCH 2/9] Fix submodule --- build/buildorder.props | 2 +- build/submodules.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/buildorder.props b/build/buildorder.props index 9c998db85b..f27d1543d5 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -29,7 +29,7 @@ - + diff --git a/build/submodules.props b/build/submodules.props index 691f1d9b65..5bae3b7895 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -60,7 +60,7 @@ - + From a11f4c2409080eed0969c85a56d205a1b43210c9 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 19 Nov 2018 17:00:44 -0800 Subject: [PATCH 3/9] Fix the casing --- .../.gitignore | 0 .../Directory.Build.props | 0 .../Directory.Build.targets | 0 .../JavaScriptServices.sln | 0 .../NuGetPackageVerifier.json | 0 .../README.md | 0 .../build/dependencies.props | 0 .../build/repo.props | 0 .../build/sources.props | 0 .../misc/LatencyTest/LatencyTest.csproj | 0 .../samples/misc/LatencyTest/Program.cs | 0 .../samples/misc/LatencyTest/latencyTest.js | 0 .../misc/NodeServicesExamples/.gitignore | 0 .../Controllers/HomeController.cs | 0 .../Node/prerenderPage.js | 0 .../NodeServicesExamples/Node/renderChart.js | 0 .../Node/transpilation.js | 0 .../NodeServicesExamples.csproj | 0 .../misc/NodeServicesExamples/Startup.cs | 0 .../Views/Home/Chart.cshtml | 0 .../Views/Home/ES2015Transpilation.cshtml | 0 .../Views/Home/Index.cshtml | 0 .../Views/Home/Prerendering.cshtml | 0 .../Views/Shared/Error.cshtml | 0 .../Views/Shared/_Layout.cshtml | 0 .../Views/_ViewImports.cshtml | 0 .../Views/_ViewStart.cshtml | 0 .../NodeServicesExamples/appsettings.json | 0 .../misc/NodeServicesExamples/jsconfig.json | 0 .../misc/NodeServicesExamples/package.json | 0 .../wwwroot/css/chartist.min.css | 0 .../NodeServicesExamples/wwwroot/favicon.ico | Bin .../NodeServicesExamples/wwwroot/js/main.js | 0 .../NodeServicesExamples/wwwroot/web.config | 0 .../samples/misc/Webpack/.gitignore | 0 .../Webpack/ActionResults/PrerenderResult.cs | 0 .../PrerenderResultExtensions.cs | 0 .../samples/misc/Webpack/Clientside/App.ts | 0 .../misc/Webpack/Clientside/HelloWorld.ts | 0 .../misc/Webpack/Clientside/styles/main.less | 0 .../Webpack/Controllers/HomeController.cs | 0 .../samples/misc/Webpack/Startup.cs | 0 .../misc/Webpack/Views/Home/Index.cshtml | 0 .../misc/Webpack/Views/Shared/Error.cshtml | 0 .../misc/Webpack/Views/Shared/_Layout.cshtml | 0 .../misc/Webpack/Views/_ViewImports.cshtml | 0 .../misc/Webpack/Views/_ViewStart.cshtml | 0 .../samples/misc/Webpack/Webpack.csproj | 0 .../samples/misc/Webpack/appsettings.json | 0 .../samples/misc/Webpack/package.json | 0 .../samples/misc/Webpack/tsconfig.json | 0 .../misc/Webpack/webpack.config.dev.js | 0 .../samples/misc/Webpack/webpack.config.js | 0 .../misc/Webpack/webpack.config.prod.js | 0 .../samples/misc/Webpack/wwwroot/favicon.ico | Bin .../samples/misc/Webpack/wwwroot/web.config | 0 .../src/Directory.Build.props | 0 .../.gitignore | 0 .../Content/Node/entrypoint-socket.js | 0 ...oft.AspNetCore.NodeServices.Sockets.csproj | 0 .../NamedPipeConnection.cs | 0 .../PhysicalConnections/StreamConnection.cs | 0 .../UnixDomainSocketConnection.cs | 0 .../UnixDomainSocketEndPoint.cs | 0 .../SocketNodeInstance.cs | 0 .../SocketNodeServicesOptionsExtensions.cs | 0 .../SocketNodeInstanceEntryPoint.ts | 0 .../VirtualConnections/VirtualConnection.ts | 0 .../VirtualConnectionServer.ts | 0 .../TypeScript/tsconfig.json | 0 .../VirtualConnections/VirtualConnection.cs | 0 .../VirtualConnectionClient.cs | 0 .../baseline.netcore.json | 0 .../package.json | 0 .../webpack.config.js | 0 .../.gitignore | 0 .../Configuration/NodeServicesFactory.cs | 0 .../Configuration/NodeServicesOptions.cs | 0 ...NodeServicesServiceCollectionExtensions.cs | 0 .../Content/Node/entrypoint-http.js | 0 .../HostingModels/HttpNodeInstance.cs | 0 .../HostingModels/INodeInstance.cs | 0 .../HostingModels/NodeInvocationException.cs | 0 .../HostingModels/NodeInvocationInfo.cs | 0 .../NodeServicesOptionsExtensions.cs | 0 .../HostingModels/OutOfProcessNodeInstance.cs | 0 .../INodeServices.cs | 0 .../Microsoft.AspNetCore.NodeServices.csproj | 0 .../NodeServicesImpl.cs | 0 .../README.md | 0 .../TypeScript/HttpNodeInstanceEntryPoint.ts | 0 .../TypeScript/Util/ArgsUtil.ts | 0 .../TypeScript/Util/ExitWhenParentExits.ts | 0 .../TypeScript/Util/OverrideStdOutputs.ts | 0 .../Util/PatchModuleResolutionLStat.ts | 0 .../TypeScript/tsconfig.json | 0 .../Util/EmbeddedResourceReader.cs | 0 .../Util/StringAsTempFile.cs | 0 .../Util/TaskExtensions.cs | 0 .../baseline.netcore.json | 0 .../package.json | 0 .../webpack.config.js | 0 .../AngularCli/AngularCliBuilder.cs | 0 .../AngularCli/AngularCliMiddleware.cs | 0 .../AngularCliMiddlewareExtensions.cs | 0 .../DefaultSpaBuilder.cs | 0 .../ISpaBuilder.cs | 0 ...t.AspNetCore.SpaServices.Extensions.csproj | 0 .../Npm/NpmScriptRunner.cs | 0 .../Prerendering/ISpaPrerendererBuilder.cs | 0 .../Prerendering/SpaPrerenderingExtensions.cs | 0 .../Prerendering/SpaPrerenderingOptions.cs | 0 .../Proxying/ConditionalProxyMiddleware.cs | 0 .../Proxying/SpaProxy.cs | 0 .../Proxying/SpaProxyingExtensions.cs | 0 .../ReactDevelopmentServerMiddleware.cs | 0 ...ctDevelopmentServerMiddlewareExtensions.cs | 0 .../SpaApplicationBuilderExtensions.cs | 0 .../SpaDefaultPageMiddleware.cs | 0 .../SpaOptions.cs | 0 .../DefaultSpaStaticFileProvider.cs | 0 .../StaticFiles/ISpaStaticFileProvider.cs | 0 .../StaticFiles/SpaStaticFilesExtensions.cs | 0 .../StaticFiles/SpaStaticFilesOptions.cs | 0 .../Util/EventedStreamReader.cs | 0 .../Util/EventedStreamStringReader.cs | 0 .../Util/LoggerFinder.cs | 0 .../Util/TaskTimeoutExtensions.cs | 0 .../Util/TcpPortFinder.cs | 0 .../baseline.netcore.json | 0 .../.gitignore | 0 .../Content/Node/prerenderer.js | 0 .../Content/Node/webpack-dev-middleware.js | 0 .../Microsoft.AspNetCore.SpaServices.csproj | 0 .../Prerendering/DefaultSpaPrerenderer.cs | 0 .../Prerendering/ISpaPrerenderer.cs | 0 .../Prerendering/JavaScriptModuleExport.cs | 0 .../Prerendering/PrerenderTagHelper.cs | 0 .../Prerendering/Prerenderer.cs | 0 ...PrerenderingServiceCollectionExtensions.cs | 0 .../Prerendering/RenderToStringResult.cs | 0 .../README.md | 0 .../Routing/SpaRouteConstraint.cs | 0 .../Routing/SpaRouteExtensions.cs | 0 .../TypeScript/Prerenderer.ts | 0 .../TypeScript/WebpackDevMiddleware.ts | 0 .../TypeScript/tsconfig.json | 0 .../Webpack/ConditionalProxyMiddleware.cs | 0 .../ConditionalProxyMiddlewareOptions.cs | 0 .../Webpack/WebpackDevMiddleware.cs | 0 .../Webpack/WebpackDevMiddlewareOptions.cs | 0 .../baseline.netcore.json | 0 .../npm/aspnet-angular/.gitignore | 0 .../npm/aspnet-angular/.npmignore | 0 .../npm/aspnet-angular/LICENSE.txt | 0 .../npm/aspnet-angular/package.json | 0 .../src/HttpWithStateTransfer.ts | 0 .../npm/aspnet-angular/src/index.ts | 0 .../npm/aspnet-angular/tsconfig.json | 0 .../npm/aspnet-prerendering/.gitignore | 0 .../npm/aspnet-prerendering/.npmignore | 0 .../npm/aspnet-prerendering/LICENSE.txt | 0 .../npm/aspnet-prerendering/README.md | 0 .../npm/aspnet-prerendering/package.json | 0 .../aspnet-prerendering/src/Prerendering.ts | 0 .../src/PrerenderingInterfaces.ts | 0 .../npm/aspnet-prerendering/src/index.ts | 0 .../npm/aspnet-prerendering/tsconfig.json | 0 .../npm/aspnet-webpack-react/.gitignore | 0 .../npm/aspnet-webpack-react/.npmignore | 0 .../npm/aspnet-webpack-react/LICENSE.txt | 0 .../npm/aspnet-webpack-react/README.md | 0 .../npm/aspnet-webpack-react/package.json | 0 .../src/HotModuleReplacement.ts | 0 .../npm/aspnet-webpack-react/src/index.ts | 0 .../npm/aspnet-webpack-react/tsconfig.json | 0 .../npm/aspnet-webpack/.gitignore | 0 .../npm/aspnet-webpack/.npmignore | 0 .../npm/aspnet-webpack/LICENSE.txt | 0 .../npm/aspnet-webpack/README.md | 0 .../npm/aspnet-webpack/package-lock.json | 0 .../npm/aspnet-webpack/package.json | 0 .../npm/aspnet-webpack/src/LoadViaWebpack.ts | 0 .../npm/aspnet-webpack/src/RequireNewCopy.ts | 0 .../src/WebpackDevMiddleware.ts | 0 .../src/WebpackTestPermissions.ts | 0 .../npm/aspnet-webpack/src/index.ts | 0 .../aspnet-webpack/src/typings/memory-fs.d.ts | 0 .../src/typings/require-from-string.d.ts | 0 .../src/typings/webpack-node-externals.d.ts | 0 .../npm/aspnet-webpack/tsconfig.json | 0 .../npm/domain-task/.gitignore | 0 .../npm/domain-task/.npmignore | 0 .../npm/domain-task/LICENSE.txt | 0 .../npm/domain-task/README.md | 0 .../npm/domain-task/package.json | 0 .../npm/domain-task/src/domain-context.d.ts | 0 .../npm/domain-task/src/fetch.ts | 0 .../npm/domain-task/src/index.ts | 0 .../npm/domain-task/src/main.ts | 0 .../npm/domain-task/tsconfig.json | 0 .../package.json | 0 .../webpack.config.js | 0 .../templates/WhereHaveTheTemplatesGone.md | 0 .../version.props | 0 src/JavascriptServices/build/Key.snk | Bin 596 -> 0 bytes .../Webpack/Properties/launchSettings.json | 25 ------------------ 207 files changed, 25 deletions(-) rename src/{JavascriptServices => JavascriptServices-temp}/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/Directory.Build.props (100%) rename src/{JavascriptServices => JavascriptServices-temp}/Directory.Build.targets (100%) rename src/{JavascriptServices => JavascriptServices-temp}/JavaScriptServices.sln (100%) rename src/{JavascriptServices => JavascriptServices-temp}/NuGetPackageVerifier.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/README.md (100%) rename src/{JavascriptServices => JavascriptServices-temp}/build/dependencies.props (100%) rename src/{JavascriptServices => JavascriptServices-temp}/build/repo.props (100%) rename src/{JavascriptServices => JavascriptServices-temp}/build/sources.props (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/LatencyTest/LatencyTest.csproj (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/LatencyTest/Program.cs (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/LatencyTest/latencyTest.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Controllers/HomeController.cs (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Node/prerenderPage.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Node/renderChart.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Node/transpilation.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/NodeServicesExamples.csproj (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Startup.cs (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Views/Home/Chart.cshtml (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Views/Home/ES2015Transpilation.cshtml (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Views/Home/Index.cshtml (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Views/Home/Prerendering.cshtml (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/appsettings.json (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/jsconfig.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/package.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/wwwroot/css/chartist.min.css (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/wwwroot/favicon.ico (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/wwwroot/js/main.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/NodeServicesExamples/wwwroot/web.config (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/ActionResults/PrerenderResult.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/ActionResults/PrerenderResultExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Clientside/App.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Clientside/HelloWorld.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Clientside/styles/main.less (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Controllers/HomeController.cs (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Startup.cs (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Views/Home/Index.cshtml (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Views/Shared/Error.cshtml (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Views/Shared/_Layout.cshtml (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Views/_ViewImports.cshtml (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Views/_ViewStart.cshtml (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/Webpack.csproj (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/appsettings.json (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/package.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/tsconfig.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/webpack.config.dev.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/webpack.config.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/webpack.config.prod.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/wwwroot/favicon.ico (100%) mode change 100755 => 100644 rename src/{JavascriptServices => JavascriptServices-temp}/samples/misc/Webpack/wwwroot/web.config (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Directory.Build.props (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/Content/Node/entrypoint-socket.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/NamedPipeConnection.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/StreamConnection.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketConnection.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketEndPoint.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeServicesOptionsExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/SocketNodeInstanceEntryPoint.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnection.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnectionServer.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/tsconfig.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnection.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnectionClient.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/package.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices.Sockets/webpack.config.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesFactory.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/HostingModels/INodeInstance.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationException.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeServicesOptionsExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/INodeServices.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/README.md (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ArgsUtil.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/OverrideStdOutputs.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/PatchModuleResolutionLStat.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/TypeScript/tsconfig.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/Util/TaskExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/package.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.NodeServices/webpack.config.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliBuilder.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddleware.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddlewareExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/DefaultSpaBuilder.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/ISpaBuilder.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Npm/NpmScriptRunner.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/ISpaPrerendererBuilder.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingOptions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/ConditionalProxyMiddleware.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxy.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxyingExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddleware.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddlewareExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaApplicationBuilderExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaDefaultPageMiddleware.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/DefaultSpaStaticFileProvider.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/ISpaStaticFileProvider.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesOptions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamReader.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamStringReader.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/LoggerFinder.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TaskTimeoutExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TcpPortFinder.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices.Extensions/baseline.netcore.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Prerendering/DefaultSpaPrerenderer.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Prerendering/ISpaPrerenderer.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderingServiceCollectionExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/README.md (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/TypeScript/Prerenderer.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/TypeScript/WebpackDevMiddleware.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/TypeScript/tsconfig.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddlewareOptions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/baseline.netcore.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.npmignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/LICENSE.txt (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/package.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/HttpWithStateTransfer.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/index.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/tsconfig.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/PrerenderingInterfaces.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package-lock.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackTestPermissions.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-node-externals.d.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/index.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/package.json (100%) rename src/{JavascriptServices => JavascriptServices-temp}/src/Microsoft.AspNetCore.SpaServices/webpack.config.js (100%) rename src/{JavascriptServices => JavascriptServices-temp}/templates/WhereHaveTheTemplatesGone.md (100%) rename src/{JavascriptServices => JavascriptServices-temp}/version.props (100%) delete mode 100644 src/JavascriptServices/build/Key.snk delete mode 100644 src/JavascriptServices/samples/misc/Webpack/Properties/launchSettings.json diff --git a/src/JavascriptServices/.gitignore b/src/JavascriptServices-temp/.gitignore similarity index 100% rename from src/JavascriptServices/.gitignore rename to src/JavascriptServices-temp/.gitignore diff --git a/src/JavascriptServices/Directory.Build.props b/src/JavascriptServices-temp/Directory.Build.props similarity index 100% rename from src/JavascriptServices/Directory.Build.props rename to src/JavascriptServices-temp/Directory.Build.props diff --git a/src/JavascriptServices/Directory.Build.targets b/src/JavascriptServices-temp/Directory.Build.targets similarity index 100% rename from src/JavascriptServices/Directory.Build.targets rename to src/JavascriptServices-temp/Directory.Build.targets diff --git a/src/JavascriptServices/JavaScriptServices.sln b/src/JavascriptServices-temp/JavaScriptServices.sln similarity index 100% rename from src/JavascriptServices/JavaScriptServices.sln rename to src/JavascriptServices-temp/JavaScriptServices.sln diff --git a/src/JavascriptServices/NuGetPackageVerifier.json b/src/JavascriptServices-temp/NuGetPackageVerifier.json similarity index 100% rename from src/JavascriptServices/NuGetPackageVerifier.json rename to src/JavascriptServices-temp/NuGetPackageVerifier.json diff --git a/src/JavascriptServices/README.md b/src/JavascriptServices-temp/README.md similarity index 100% rename from src/JavascriptServices/README.md rename to src/JavascriptServices-temp/README.md diff --git a/src/JavascriptServices/build/dependencies.props b/src/JavascriptServices-temp/build/dependencies.props similarity index 100% rename from src/JavascriptServices/build/dependencies.props rename to src/JavascriptServices-temp/build/dependencies.props diff --git a/src/JavascriptServices/build/repo.props b/src/JavascriptServices-temp/build/repo.props similarity index 100% rename from src/JavascriptServices/build/repo.props rename to src/JavascriptServices-temp/build/repo.props diff --git a/src/JavascriptServices/build/sources.props b/src/JavascriptServices-temp/build/sources.props similarity index 100% rename from src/JavascriptServices/build/sources.props rename to src/JavascriptServices-temp/build/sources.props diff --git a/src/JavascriptServices/samples/misc/LatencyTest/LatencyTest.csproj b/src/JavascriptServices-temp/samples/misc/LatencyTest/LatencyTest.csproj similarity index 100% rename from src/JavascriptServices/samples/misc/LatencyTest/LatencyTest.csproj rename to src/JavascriptServices-temp/samples/misc/LatencyTest/LatencyTest.csproj diff --git a/src/JavascriptServices/samples/misc/LatencyTest/Program.cs b/src/JavascriptServices-temp/samples/misc/LatencyTest/Program.cs old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/LatencyTest/Program.cs rename to src/JavascriptServices-temp/samples/misc/LatencyTest/Program.cs diff --git a/src/JavascriptServices/samples/misc/LatencyTest/latencyTest.js b/src/JavascriptServices-temp/samples/misc/LatencyTest/latencyTest.js similarity index 100% rename from src/JavascriptServices/samples/misc/LatencyTest/latencyTest.js rename to src/JavascriptServices-temp/samples/misc/LatencyTest/latencyTest.js diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/.gitignore b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/.gitignore similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/.gitignore rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/.gitignore diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Controllers/HomeController.cs b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Controllers/HomeController.cs old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Controllers/HomeController.cs rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Controllers/HomeController.cs diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Node/prerenderPage.js b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/prerenderPage.js similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Node/prerenderPage.js rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/prerenderPage.js diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Node/renderChart.js b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/renderChart.js similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Node/renderChart.js rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/renderChart.js diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Node/transpilation.js b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/transpilation.js similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Node/transpilation.js rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/transpilation.js diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/NodeServicesExamples.csproj b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/NodeServicesExamples.csproj similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/NodeServicesExamples.csproj rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/NodeServicesExamples.csproj diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Startup.cs b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Startup.cs old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Startup.cs rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Startup.cs diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Home/Chart.cshtml b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Chart.cshtml similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Home/Chart.cshtml rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Chart.cshtml diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Home/ES2015Transpilation.cshtml b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/ES2015Transpilation.cshtml old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Home/ES2015Transpilation.cshtml rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/ES2015Transpilation.cshtml diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Home/Index.cshtml b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Index.cshtml similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Home/Index.cshtml rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Index.cshtml diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Home/Prerendering.cshtml b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Prerendering.cshtml similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Home/Prerendering.cshtml rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Prerendering.cshtml diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/appsettings.json b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/appsettings.json old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/appsettings.json rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/appsettings.json diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/jsconfig.json b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/jsconfig.json similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/jsconfig.json rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/jsconfig.json diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/package.json b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/package.json similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/package.json rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/package.json diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/wwwroot/css/chartist.min.css b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/css/chartist.min.css similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/wwwroot/css/chartist.min.css rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/css/chartist.min.css diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/wwwroot/favicon.ico b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/favicon.ico old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/wwwroot/favicon.ico rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/favicon.ico diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/wwwroot/js/main.js b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/js/main.js similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/wwwroot/js/main.js rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/js/main.js diff --git a/src/JavascriptServices/samples/misc/NodeServicesExamples/wwwroot/web.config b/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/web.config similarity index 100% rename from src/JavascriptServices/samples/misc/NodeServicesExamples/wwwroot/web.config rename to src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/web.config diff --git a/src/JavascriptServices/samples/misc/Webpack/.gitignore b/src/JavascriptServices-temp/samples/misc/Webpack/.gitignore similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/.gitignore rename to src/JavascriptServices-temp/samples/misc/Webpack/.gitignore diff --git a/src/JavascriptServices/samples/misc/Webpack/ActionResults/PrerenderResult.cs b/src/JavascriptServices-temp/samples/misc/Webpack/ActionResults/PrerenderResult.cs similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/ActionResults/PrerenderResult.cs rename to src/JavascriptServices-temp/samples/misc/Webpack/ActionResults/PrerenderResult.cs diff --git a/src/JavascriptServices/samples/misc/Webpack/ActionResults/PrerenderResultExtensions.cs b/src/JavascriptServices-temp/samples/misc/Webpack/ActionResults/PrerenderResultExtensions.cs similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/ActionResults/PrerenderResultExtensions.cs rename to src/JavascriptServices-temp/samples/misc/Webpack/ActionResults/PrerenderResultExtensions.cs diff --git a/src/JavascriptServices/samples/misc/Webpack/Clientside/App.ts b/src/JavascriptServices-temp/samples/misc/Webpack/Clientside/App.ts similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Clientside/App.ts rename to src/JavascriptServices-temp/samples/misc/Webpack/Clientside/App.ts diff --git a/src/JavascriptServices/samples/misc/Webpack/Clientside/HelloWorld.ts b/src/JavascriptServices-temp/samples/misc/Webpack/Clientside/HelloWorld.ts similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Clientside/HelloWorld.ts rename to src/JavascriptServices-temp/samples/misc/Webpack/Clientside/HelloWorld.ts diff --git a/src/JavascriptServices/samples/misc/Webpack/Clientside/styles/main.less b/src/JavascriptServices-temp/samples/misc/Webpack/Clientside/styles/main.less similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Clientside/styles/main.less rename to src/JavascriptServices-temp/samples/misc/Webpack/Clientside/styles/main.less diff --git a/src/JavascriptServices/samples/misc/Webpack/Controllers/HomeController.cs b/src/JavascriptServices-temp/samples/misc/Webpack/Controllers/HomeController.cs old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Controllers/HomeController.cs rename to src/JavascriptServices-temp/samples/misc/Webpack/Controllers/HomeController.cs diff --git a/src/JavascriptServices/samples/misc/Webpack/Startup.cs b/src/JavascriptServices-temp/samples/misc/Webpack/Startup.cs old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Startup.cs rename to src/JavascriptServices-temp/samples/misc/Webpack/Startup.cs diff --git a/src/JavascriptServices/samples/misc/Webpack/Views/Home/Index.cshtml b/src/JavascriptServices-temp/samples/misc/Webpack/Views/Home/Index.cshtml old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Views/Home/Index.cshtml rename to src/JavascriptServices-temp/samples/misc/Webpack/Views/Home/Index.cshtml diff --git a/src/JavascriptServices/samples/misc/Webpack/Views/Shared/Error.cshtml b/src/JavascriptServices-temp/samples/misc/Webpack/Views/Shared/Error.cshtml old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Views/Shared/Error.cshtml rename to src/JavascriptServices-temp/samples/misc/Webpack/Views/Shared/Error.cshtml diff --git a/src/JavascriptServices/samples/misc/Webpack/Views/Shared/_Layout.cshtml b/src/JavascriptServices-temp/samples/misc/Webpack/Views/Shared/_Layout.cshtml old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Views/Shared/_Layout.cshtml rename to src/JavascriptServices-temp/samples/misc/Webpack/Views/Shared/_Layout.cshtml diff --git a/src/JavascriptServices/samples/misc/Webpack/Views/_ViewImports.cshtml b/src/JavascriptServices-temp/samples/misc/Webpack/Views/_ViewImports.cshtml old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Views/_ViewImports.cshtml rename to src/JavascriptServices-temp/samples/misc/Webpack/Views/_ViewImports.cshtml diff --git a/src/JavascriptServices/samples/misc/Webpack/Views/_ViewStart.cshtml b/src/JavascriptServices-temp/samples/misc/Webpack/Views/_ViewStart.cshtml old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Views/_ViewStart.cshtml rename to src/JavascriptServices-temp/samples/misc/Webpack/Views/_ViewStart.cshtml diff --git a/src/JavascriptServices/samples/misc/Webpack/Webpack.csproj b/src/JavascriptServices-temp/samples/misc/Webpack/Webpack.csproj similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/Webpack.csproj rename to src/JavascriptServices-temp/samples/misc/Webpack/Webpack.csproj diff --git a/src/JavascriptServices/samples/misc/Webpack/appsettings.json b/src/JavascriptServices-temp/samples/misc/Webpack/appsettings.json old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/appsettings.json rename to src/JavascriptServices-temp/samples/misc/Webpack/appsettings.json diff --git a/src/JavascriptServices/samples/misc/Webpack/package.json b/src/JavascriptServices-temp/samples/misc/Webpack/package.json similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/package.json rename to src/JavascriptServices-temp/samples/misc/Webpack/package.json diff --git a/src/JavascriptServices/samples/misc/Webpack/tsconfig.json b/src/JavascriptServices-temp/samples/misc/Webpack/tsconfig.json similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/tsconfig.json rename to src/JavascriptServices-temp/samples/misc/Webpack/tsconfig.json diff --git a/src/JavascriptServices/samples/misc/Webpack/webpack.config.dev.js b/src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.dev.js similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/webpack.config.dev.js rename to src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.dev.js diff --git a/src/JavascriptServices/samples/misc/Webpack/webpack.config.js b/src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.js similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/webpack.config.js rename to src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.js diff --git a/src/JavascriptServices/samples/misc/Webpack/webpack.config.prod.js b/src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.prod.js similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/webpack.config.prod.js rename to src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.prod.js diff --git a/src/JavascriptServices/samples/misc/Webpack/wwwroot/favicon.ico b/src/JavascriptServices-temp/samples/misc/Webpack/wwwroot/favicon.ico old mode 100755 new mode 100644 similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/wwwroot/favicon.ico rename to src/JavascriptServices-temp/samples/misc/Webpack/wwwroot/favicon.ico diff --git a/src/JavascriptServices/samples/misc/Webpack/wwwroot/web.config b/src/JavascriptServices-temp/samples/misc/Webpack/wwwroot/web.config similarity index 100% rename from src/JavascriptServices/samples/misc/Webpack/wwwroot/web.config rename to src/JavascriptServices-temp/samples/misc/Webpack/wwwroot/web.config diff --git a/src/JavascriptServices/src/Directory.Build.props b/src/JavascriptServices-temp/src/Directory.Build.props similarity index 100% rename from src/JavascriptServices/src/Directory.Build.props rename to src/JavascriptServices-temp/src/Directory.Build.props diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/.gitignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/.gitignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/.gitignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/.gitignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/Content/Node/entrypoint-socket.js b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/Content/Node/entrypoint-socket.js similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/Content/Node/entrypoint-socket.js rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/Content/Node/entrypoint-socket.js diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/NamedPipeConnection.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/NamedPipeConnection.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/NamedPipeConnection.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/NamedPipeConnection.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/StreamConnection.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/StreamConnection.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/StreamConnection.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/StreamConnection.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketConnection.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketConnection.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketConnection.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketConnection.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketEndPoint.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketEndPoint.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketEndPoint.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketEndPoint.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeServicesOptionsExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeServicesOptionsExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeServicesOptionsExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeServicesOptionsExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/SocketNodeInstanceEntryPoint.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/SocketNodeInstanceEntryPoint.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/SocketNodeInstanceEntryPoint.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/SocketNodeInstanceEntryPoint.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnection.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnection.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnection.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnection.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnectionServer.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnectionServer.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnectionServer.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnectionServer.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/tsconfig.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/tsconfig.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/tsconfig.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/tsconfig.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnection.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnection.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnection.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnection.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnectionClient.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnectionClient.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnectionClient.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnectionClient.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/package.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/package.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/package.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/package.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/webpack.config.js b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/webpack.config.js similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/webpack.config.js rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/webpack.config.js diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/.gitignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/.gitignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/.gitignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/.gitignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesFactory.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesFactory.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesFactory.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesFactory.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/INodeInstance.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/INodeInstance.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/INodeInstance.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/INodeInstance.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationException.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationException.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationException.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationException.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeServicesOptionsExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeServicesOptionsExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeServicesOptionsExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeServicesOptionsExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/INodeServices.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/INodeServices.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/INodeServices.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/INodeServices.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/README.md b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/README.md similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/README.md rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/README.md diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ArgsUtil.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ArgsUtil.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ArgsUtil.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ArgsUtil.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/OverrideStdOutputs.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/OverrideStdOutputs.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/OverrideStdOutputs.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/OverrideStdOutputs.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/PatchModuleResolutionLStat.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/PatchModuleResolutionLStat.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/PatchModuleResolutionLStat.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/PatchModuleResolutionLStat.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/tsconfig.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/tsconfig.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/tsconfig.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/tsconfig.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Util/TaskExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/TaskExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/Util/TaskExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/TaskExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/package.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/package.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/package.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/package.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/webpack.config.js b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/webpack.config.js similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.NodeServices/webpack.config.js rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/webpack.config.js diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliBuilder.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliBuilder.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliBuilder.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliBuilder.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddleware.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddleware.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddleware.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddleware.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddlewareExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddlewareExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddlewareExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddlewareExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/DefaultSpaBuilder.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/DefaultSpaBuilder.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/DefaultSpaBuilder.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/DefaultSpaBuilder.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ISpaBuilder.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ISpaBuilder.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ISpaBuilder.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ISpaBuilder.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Npm/NpmScriptRunner.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Npm/NpmScriptRunner.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Npm/NpmScriptRunner.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Npm/NpmScriptRunner.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/ISpaPrerendererBuilder.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/ISpaPrerendererBuilder.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/ISpaPrerendererBuilder.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/ISpaPrerendererBuilder.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingOptions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingOptions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingOptions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingOptions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/ConditionalProxyMiddleware.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/ConditionalProxyMiddleware.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/ConditionalProxyMiddleware.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/ConditionalProxyMiddleware.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxy.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxy.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxy.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxy.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxyingExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxyingExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxyingExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxyingExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddleware.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddleware.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddleware.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddleware.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddlewareExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddlewareExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddlewareExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddlewareExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaApplicationBuilderExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaApplicationBuilderExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaApplicationBuilderExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaApplicationBuilderExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaDefaultPageMiddleware.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaDefaultPageMiddleware.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaDefaultPageMiddleware.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaDefaultPageMiddleware.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/DefaultSpaStaticFileProvider.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/DefaultSpaStaticFileProvider.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/DefaultSpaStaticFileProvider.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/DefaultSpaStaticFileProvider.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/ISpaStaticFileProvider.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/ISpaStaticFileProvider.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/ISpaStaticFileProvider.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/ISpaStaticFileProvider.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesOptions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesOptions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesOptions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesOptions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamReader.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamReader.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamReader.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamReader.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamStringReader.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamStringReader.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamStringReader.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamStringReader.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/LoggerFinder.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/LoggerFinder.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/LoggerFinder.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/LoggerFinder.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TaskTimeoutExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TaskTimeoutExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TaskTimeoutExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TaskTimeoutExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TcpPortFinder.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TcpPortFinder.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TcpPortFinder.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TcpPortFinder.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/baseline.netcore.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/baseline.netcore.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/baseline.netcore.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/baseline.netcore.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/.gitignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/.gitignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/.gitignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/.gitignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/DefaultSpaPrerenderer.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/DefaultSpaPrerenderer.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/DefaultSpaPrerenderer.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/DefaultSpaPrerenderer.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/ISpaPrerenderer.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/ISpaPrerenderer.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/ISpaPrerenderer.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/ISpaPrerenderer.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderingServiceCollectionExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderingServiceCollectionExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderingServiceCollectionExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderingServiceCollectionExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/README.md b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/README.md similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/README.md rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/README.md diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/Prerenderer.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/Prerenderer.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/Prerenderer.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/Prerenderer.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/WebpackDevMiddleware.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/WebpackDevMiddleware.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/WebpackDevMiddleware.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/WebpackDevMiddleware.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/tsconfig.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/tsconfig.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/tsconfig.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/tsconfig.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddlewareOptions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddlewareOptions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddlewareOptions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddlewareOptions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/baseline.netcore.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/baseline.netcore.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/baseline.netcore.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/baseline.netcore.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.gitignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.gitignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.gitignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.gitignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.npmignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.npmignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.npmignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.npmignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/LICENSE.txt b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/LICENSE.txt similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/LICENSE.txt rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/LICENSE.txt diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/package.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/package.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/package.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/package.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/HttpWithStateTransfer.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/HttpWithStateTransfer.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/HttpWithStateTransfer.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/HttpWithStateTransfer.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/index.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/index.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/index.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/index.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/tsconfig.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/tsconfig.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/tsconfig.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/tsconfig.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/PrerenderingInterfaces.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/PrerenderingInterfaces.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/PrerenderingInterfaces.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/PrerenderingInterfaces.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package-lock.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package-lock.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package-lock.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package-lock.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackTestPermissions.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackTestPermissions.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackTestPermissions.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackTestPermissions.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-node-externals.d.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-node-externals.d.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-node-externals.d.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-node-externals.d.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/index.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/index.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/index.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/index.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/package.json b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/package.json similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/package.json rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/package.json diff --git a/src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/webpack.config.js b/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/webpack.config.js similarity index 100% rename from src/JavascriptServices/src/Microsoft.AspNetCore.SpaServices/webpack.config.js rename to src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/webpack.config.js diff --git a/src/JavascriptServices/templates/WhereHaveTheTemplatesGone.md b/src/JavascriptServices-temp/templates/WhereHaveTheTemplatesGone.md similarity index 100% rename from src/JavascriptServices/templates/WhereHaveTheTemplatesGone.md rename to src/JavascriptServices-temp/templates/WhereHaveTheTemplatesGone.md diff --git a/src/JavascriptServices/version.props b/src/JavascriptServices-temp/version.props similarity index 100% rename from src/JavascriptServices/version.props rename to src/JavascriptServices-temp/version.props diff --git a/src/JavascriptServices/build/Key.snk b/src/JavascriptServices/build/Key.snk deleted file mode 100644 index e10e4889c125d3120cd9e81582243d70f7cbb806..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098=Iw=HCsnz~#iVhm& zj%TU(_THUee?3yHBjk$37ysB?i5#7WD$={H zV4B!OxRPrb|8)HPg~A}8P>^=#y<)56#=E&NzcjOtPK~<4n6GHt=K$ro*T(lhby_@U zEk(hLzk1H)0yXj{A_5>fk-TgNoP|q6(tP2xo8zt8i%212CWM#AeCd?`hS|4~L({h~Moo(~vy&3Z z1uI}`fd^*>o=rwbAGymj6RM^pZm(*Kfhs+Y1#`-2JPWZMK8@;ZWCk2+9bX4YP);~fj-BU*R zQPvWv$89!{Rl9wM+zR>_TSkn^voYxA?2G iKnV#iZ6Ah`K>b=@=IjYJXrxL124zR(38)nxe+&q_$QXwJ diff --git a/src/JavascriptServices/samples/misc/Webpack/Properties/launchSettings.json b/src/JavascriptServices/samples/misc/Webpack/Properties/launchSettings.json deleted file mode 100644 index f2904dc8ae..0000000000 --- a/src/JavascriptServices/samples/misc/Webpack/Properties/launchSettings.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:51463/", - "sslPort": 0 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "dotnet cli": { - "commandName": "Project", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - } -} \ No newline at end of file From 838cafcc4f4b0c27c781c628f5a050e909c75fb9 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 19 Nov 2018 17:01:30 -0800 Subject: [PATCH 4/9] Fix the casing --- .../.gitignore | 0 .../Directory.Build.props | 0 .../Directory.Build.targets | 0 .../JavaScriptServices.sln | 0 .../NuGetPackageVerifier.json | 0 .../README.md | 0 .../build/dependencies.props | 0 .../build/repo.props | 0 .../build/sources.props | 0 .../samples/misc/LatencyTest/LatencyTest.csproj | 0 .../samples/misc/LatencyTest/Program.cs | 0 .../samples/misc/LatencyTest/latencyTest.js | 0 .../samples/misc/NodeServicesExamples/.gitignore | 0 .../Controllers/HomeController.cs | 0 .../misc/NodeServicesExamples/Node/prerenderPage.js | 0 .../misc/NodeServicesExamples/Node/renderChart.js | 0 .../misc/NodeServicesExamples/Node/transpilation.js | 0 .../NodeServicesExamples.csproj | 0 .../samples/misc/NodeServicesExamples/Startup.cs | 0 .../NodeServicesExamples/Views/Home/Chart.cshtml | 0 .../Views/Home/ES2015Transpilation.cshtml | 0 .../NodeServicesExamples/Views/Home/Index.cshtml | 0 .../Views/Home/Prerendering.cshtml | 0 .../NodeServicesExamples}/Views/Shared/Error.cshtml | 0 .../Views/Shared/_Layout.cshtml | 0 .../NodeServicesExamples/Views/_ViewImports.cshtml | 0 .../NodeServicesExamples}/Views/_ViewStart.cshtml | 0 .../misc/NodeServicesExamples/appsettings.json | 0 .../samples/misc/NodeServicesExamples/jsconfig.json | 0 .../samples/misc/NodeServicesExamples/package.json | 0 .../wwwroot/css/chartist.min.css | 0 .../misc/NodeServicesExamples}/wwwroot/favicon.ico | Bin .../misc/NodeServicesExamples/wwwroot/js/main.js | 0 .../misc/NodeServicesExamples/wwwroot/web.config | 0 .../samples/misc/Webpack/.gitignore | 0 .../misc/Webpack/ActionResults/PrerenderResult.cs | 0 .../ActionResults/PrerenderResultExtensions.cs | 0 .../samples/misc/Webpack/Clientside/App.ts | 0 .../samples/misc/Webpack/Clientside/HelloWorld.ts | 0 .../misc/Webpack/Clientside/styles/main.less | 0 .../misc/Webpack/Controllers/HomeController.cs | 0 .../samples/misc/Webpack/Startup.cs | 0 .../samples/misc/Webpack/Views/Home/Index.cshtml | 0 .../samples/misc/Webpack}/Views/Shared/Error.cshtml | 0 .../misc/Webpack/Views/Shared/_Layout.cshtml | 0 .../samples/misc/Webpack/Views/_ViewImports.cshtml | 0 .../samples/misc/Webpack}/Views/_ViewStart.cshtml | 0 .../samples/misc/Webpack/Webpack.csproj | 0 .../samples/misc/Webpack/appsettings.json | 0 .../samples/misc/Webpack/package.json | 0 .../samples/misc/Webpack/tsconfig.json | 0 .../samples/misc/Webpack/webpack.config.dev.js | 0 .../samples/misc/Webpack/webpack.config.js | 0 .../samples/misc/Webpack/webpack.config.prod.js | 0 .../samples/misc/Webpack}/wwwroot/favicon.ico | Bin .../samples/misc/Webpack/wwwroot/web.config | 0 .../src/Directory.Build.props | 0 .../.gitignore | 0 .../Content/Node/entrypoint-socket.js | 0 ...Microsoft.AspNetCore.NodeServices.Sockets.csproj | 0 .../PhysicalConnections/NamedPipeConnection.cs | 0 .../PhysicalConnections/StreamConnection.cs | 0 .../UnixDomainSocketConnection.cs | 0 .../PhysicalConnections/UnixDomainSocketEndPoint.cs | 0 .../SocketNodeInstance.cs | 0 .../SocketNodeServicesOptionsExtensions.cs | 0 .../TypeScript/SocketNodeInstanceEntryPoint.ts | 0 .../VirtualConnections/VirtualConnection.ts | 0 .../VirtualConnections/VirtualConnectionServer.ts | 0 .../TypeScript/tsconfig.json | 0 .../VirtualConnections/VirtualConnection.cs | 0 .../VirtualConnections/VirtualConnectionClient.cs | 0 .../baseline.netcore.json | 0 .../package.json | 0 .../webpack.config.js | 0 .../Microsoft.AspNetCore.NodeServices}/.gitignore | 0 .../Configuration/NodeServicesFactory.cs | 0 .../Configuration/NodeServicesOptions.cs | 0 .../NodeServicesServiceCollectionExtensions.cs | 0 .../Content/Node/entrypoint-http.js | 0 .../HostingModels/HttpNodeInstance.cs | 0 .../HostingModels/INodeInstance.cs | 0 .../HostingModels/NodeInvocationException.cs | 0 .../HostingModels/NodeInvocationInfo.cs | 0 .../HostingModels/NodeServicesOptionsExtensions.cs | 0 .../HostingModels/OutOfProcessNodeInstance.cs | 0 .../INodeServices.cs | 0 .../Microsoft.AspNetCore.NodeServices.csproj | 0 .../NodeServicesImpl.cs | 0 .../src/Microsoft.AspNetCore.NodeServices/README.md | 0 .../TypeScript/HttpNodeInstanceEntryPoint.ts | 0 .../TypeScript/Util/ArgsUtil.ts | 0 .../TypeScript/Util/ExitWhenParentExits.ts | 0 .../TypeScript/Util/OverrideStdOutputs.ts | 0 .../TypeScript/Util/PatchModuleResolutionLStat.ts | 0 .../TypeScript/tsconfig.json | 0 .../Util/EmbeddedResourceReader.cs | 0 .../Util/StringAsTempFile.cs | 0 .../Util/TaskExtensions.cs | 0 .../baseline.netcore.json | 0 .../Microsoft.AspNetCore.NodeServices/package.json | 0 .../webpack.config.js | 0 .../AngularCli/AngularCliBuilder.cs | 0 .../AngularCli/AngularCliMiddleware.cs | 0 .../AngularCli/AngularCliMiddlewareExtensions.cs | 0 .../DefaultSpaBuilder.cs | 0 .../ISpaBuilder.cs | 0 ...crosoft.AspNetCore.SpaServices.Extensions.csproj | 0 .../Npm/NpmScriptRunner.cs | 0 .../Prerendering/ISpaPrerendererBuilder.cs | 0 .../Prerendering/SpaPrerenderingExtensions.cs | 0 .../Prerendering/SpaPrerenderingOptions.cs | 0 .../Proxying/ConditionalProxyMiddleware.cs | 0 .../Proxying/SpaProxy.cs | 0 .../Proxying/SpaProxyingExtensions.cs | 0 .../ReactDevelopmentServerMiddleware.cs | 0 .../ReactDevelopmentServerMiddlewareExtensions.cs | 0 .../SpaApplicationBuilderExtensions.cs | 0 .../SpaDefaultPageMiddleware.cs | 0 .../SpaOptions.cs | 0 .../StaticFiles/DefaultSpaStaticFileProvider.cs | 0 .../StaticFiles/ISpaStaticFileProvider.cs | 0 .../StaticFiles/SpaStaticFilesExtensions.cs | 0 .../StaticFiles/SpaStaticFilesOptions.cs | 0 .../Util/EventedStreamReader.cs | 0 .../Util/EventedStreamStringReader.cs | 0 .../Util/LoggerFinder.cs | 0 .../Util/TaskTimeoutExtensions.cs | 0 .../Util/TcpPortFinder.cs | 0 .../baseline.netcore.json | 0 .../src/Microsoft.AspNetCore.SpaServices/.gitignore | 0 .../Content/Node/prerenderer.js | 0 .../Content/Node/webpack-dev-middleware.js | 0 .../Microsoft.AspNetCore.SpaServices.csproj | 0 .../Prerendering/DefaultSpaPrerenderer.cs | 0 .../Prerendering/ISpaPrerenderer.cs | 0 .../Prerendering/JavaScriptModuleExport.cs | 0 .../Prerendering/PrerenderTagHelper.cs | 0 .../Prerendering/Prerenderer.cs | 0 .../PrerenderingServiceCollectionExtensions.cs | 0 .../Prerendering/RenderToStringResult.cs | 0 .../src/Microsoft.AspNetCore.SpaServices/README.md | 0 .../Routing/SpaRouteConstraint.cs | 0 .../Routing/SpaRouteExtensions.cs | 0 .../TypeScript/Prerenderer.ts | 0 .../TypeScript/WebpackDevMiddleware.ts | 0 .../TypeScript/tsconfig.json | 0 .../Webpack/ConditionalProxyMiddleware.cs | 0 .../Webpack/ConditionalProxyMiddlewareOptions.cs | 0 .../Webpack/WebpackDevMiddleware.cs | 0 .../Webpack/WebpackDevMiddlewareOptions.cs | 0 .../baseline.netcore.json | 0 .../npm/aspnet-angular/.gitignore | 0 .../npm/aspnet-angular/.npmignore | 0 .../npm/aspnet-angular}/LICENSE.txt | 0 .../npm/aspnet-angular/package.json | 0 .../npm/aspnet-angular/src/HttpWithStateTransfer.ts | 0 .../npm/aspnet-angular/src/index.ts | 0 .../npm/aspnet-angular/tsconfig.json | 0 .../npm/aspnet-prerendering/.gitignore | 0 .../npm/aspnet-prerendering/.npmignore | 0 .../npm/aspnet-prerendering}/LICENSE.txt | 0 .../npm/aspnet-prerendering}/README.md | 0 .../npm/aspnet-prerendering/package.json | 0 .../npm/aspnet-prerendering/src/Prerendering.ts | 0 .../src/PrerenderingInterfaces.ts | 0 .../npm/aspnet-prerendering/src/index.ts | 0 .../npm/aspnet-prerendering/tsconfig.json | 0 .../npm/aspnet-webpack-react}/.gitignore | 0 .../npm/aspnet-webpack-react}/.npmignore | 0 .../npm/aspnet-webpack-react/LICENSE.txt | 0 .../npm/aspnet-webpack-react/README.md | 0 .../npm/aspnet-webpack-react/package.json | 0 .../src/HotModuleReplacement.ts | 0 .../npm/aspnet-webpack-react/src/index.ts | 0 .../npm/aspnet-webpack-react/tsconfig.json | 0 .../npm/aspnet-webpack/.gitignore | 0 .../npm/aspnet-webpack/.npmignore | 0 .../npm/aspnet-webpack}/LICENSE.txt | 0 .../npm/aspnet-webpack}/README.md | 0 .../npm/aspnet-webpack/package-lock.json | 0 .../npm/aspnet-webpack/package.json | 0 .../npm/aspnet-webpack/src/LoadViaWebpack.ts | 0 .../npm/aspnet-webpack/src/RequireNewCopy.ts | 0 .../npm/aspnet-webpack/src/WebpackDevMiddleware.ts | 0 .../aspnet-webpack/src/WebpackTestPermissions.ts | 0 .../npm/aspnet-webpack/src/index.ts | 0 .../npm/aspnet-webpack/src/typings/memory-fs.d.ts | 0 .../src/typings/require-from-string.d.ts | 0 .../src/typings/webpack-node-externals.d.ts | 0 .../npm/aspnet-webpack/tsconfig.json | 0 .../npm/domain-task}/.gitignore | 0 .../npm/domain-task}/.npmignore | 0 .../npm/domain-task}/LICENSE.txt | 0 .../npm/domain-task/README.md | 0 .../npm/domain-task/package.json | 0 .../npm/domain-task/src/domain-context.d.ts | 0 .../npm/domain-task/src/fetch.ts | 0 .../npm/domain-task/src/index.ts | 0 .../npm/domain-task/src/main.ts | 0 .../npm/domain-task/tsconfig.json | 0 .../Microsoft.AspNetCore.SpaServices/package.json | 0 .../webpack.config.js | 0 .../templates/WhereHaveTheTemplatesGone.md | 0 .../version.props | 0 205 files changed, 0 insertions(+), 0 deletions(-) rename src/{JavascriptServices-temp => JavaScriptServices}/.gitignore (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/Directory.Build.props (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/Directory.Build.targets (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/JavaScriptServices.sln (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/NuGetPackageVerifier.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/README.md (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/build/dependencies.props (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/build/repo.props (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/build/sources.props (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/LatencyTest/LatencyTest.csproj (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/LatencyTest/Program.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/LatencyTest/latencyTest.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/.gitignore (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Controllers/HomeController.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Node/prerenderPage.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Node/renderChart.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Node/transpilation.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/NodeServicesExamples.csproj (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Startup.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Views/Home/Chart.cshtml (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Views/Home/ES2015Transpilation.cshtml (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Views/Home/Index.cshtml (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Views/Home/Prerendering.cshtml (100%) rename src/{JavascriptServices-temp/samples/misc/Webpack => JavaScriptServices/samples/misc/NodeServicesExamples}/Views/Shared/Error.cshtml (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml (100%) rename src/{JavascriptServices-temp/samples/misc/Webpack => JavaScriptServices/samples/misc/NodeServicesExamples}/Views/_ViewStart.cshtml (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/appsettings.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/jsconfig.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/package.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/wwwroot/css/chartist.min.css (100%) rename src/{JavascriptServices-temp/samples/misc/Webpack => JavaScriptServices/samples/misc/NodeServicesExamples}/wwwroot/favicon.ico (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/wwwroot/js/main.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/NodeServicesExamples/wwwroot/web.config (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/.gitignore (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/ActionResults/PrerenderResult.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/ActionResults/PrerenderResultExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/Clientside/App.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/Clientside/HelloWorld.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/Clientside/styles/main.less (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/Controllers/HomeController.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/Startup.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/Views/Home/Index.cshtml (100%) rename src/{JavascriptServices-temp/samples/misc/NodeServicesExamples => JavaScriptServices/samples/misc/Webpack}/Views/Shared/Error.cshtml (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/Views/Shared/_Layout.cshtml (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/Views/_ViewImports.cshtml (100%) rename src/{JavascriptServices-temp/samples/misc/NodeServicesExamples => JavaScriptServices/samples/misc/Webpack}/Views/_ViewStart.cshtml (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/Webpack.csproj (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/appsettings.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/package.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/tsconfig.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/webpack.config.dev.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/webpack.config.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/webpack.config.prod.js (100%) rename src/{JavascriptServices-temp/samples/misc/NodeServicesExamples => JavaScriptServices/samples/misc/Webpack}/wwwroot/favicon.ico (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/samples/misc/Webpack/wwwroot/web.config (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Directory.Build.props (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices => JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets}/.gitignore (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/Content/Node/entrypoint-socket.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/NamedPipeConnection.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/StreamConnection.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketConnection.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketEndPoint.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeServicesOptionsExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/SocketNodeInstanceEntryPoint.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnection.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnectionServer.ts (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices => JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets}/TypeScript/tsconfig.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnection.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnectionClient.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/package.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices.Sockets/webpack.config.js (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets => JavaScriptServices/src/Microsoft.AspNetCore.NodeServices}/.gitignore (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesFactory.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/HostingModels/INodeInstance.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationException.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeServicesOptionsExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/INodeServices.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/README.md (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ArgsUtil.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/OverrideStdOutputs.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/PatchModuleResolutionLStat.ts (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets => JavaScriptServices/src/Microsoft.AspNetCore.NodeServices}/TypeScript/tsconfig.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/Util/TaskExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/package.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.NodeServices/webpack.config.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliBuilder.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddleware.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddlewareExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/DefaultSpaBuilder.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/ISpaBuilder.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Npm/NpmScriptRunner.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/ISpaPrerendererBuilder.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingOptions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/ConditionalProxyMiddleware.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxy.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxyingExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddleware.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddlewareExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaApplicationBuilderExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaDefaultPageMiddleware.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/DefaultSpaStaticFileProvider.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/ISpaStaticFileProvider.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesOptions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamReader.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamStringReader.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/LoggerFinder.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TaskTimeoutExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TcpPortFinder.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices.Extensions/baseline.netcore.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/.gitignore (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Prerendering/DefaultSpaPrerenderer.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Prerendering/ISpaPrerenderer.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderingServiceCollectionExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/README.md (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/TypeScript/Prerenderer.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/TypeScript/WebpackDevMiddleware.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/TypeScript/tsconfig.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddlewareOptions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/baseline.netcore.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.gitignore (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.npmignore (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task => JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular}/LICENSE.txt (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/package.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/HttpWithStateTransfer.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/index.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/tsconfig.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack => JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering}/LICENSE.txt (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack => JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering}/README.md (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/PrerenderingInterfaces.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task => JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react}/.gitignore (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task => JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react}/.npmignore (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering => JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack}/LICENSE.txt (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering => JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack}/README.md (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package-lock.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackTestPermissions.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-node-externals.d.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react => JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task}/.gitignore (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react => JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task}/.npmignore (100%) rename src/{JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular => JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task}/LICENSE.txt (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/index.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/package.json (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/src/Microsoft.AspNetCore.SpaServices/webpack.config.js (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/templates/WhereHaveTheTemplatesGone.md (100%) rename src/{JavascriptServices-temp => JavaScriptServices}/version.props (100%) diff --git a/src/JavascriptServices-temp/.gitignore b/src/JavaScriptServices/.gitignore similarity index 100% rename from src/JavascriptServices-temp/.gitignore rename to src/JavaScriptServices/.gitignore diff --git a/src/JavascriptServices-temp/Directory.Build.props b/src/JavaScriptServices/Directory.Build.props similarity index 100% rename from src/JavascriptServices-temp/Directory.Build.props rename to src/JavaScriptServices/Directory.Build.props diff --git a/src/JavascriptServices-temp/Directory.Build.targets b/src/JavaScriptServices/Directory.Build.targets similarity index 100% rename from src/JavascriptServices-temp/Directory.Build.targets rename to src/JavaScriptServices/Directory.Build.targets diff --git a/src/JavascriptServices-temp/JavaScriptServices.sln b/src/JavaScriptServices/JavaScriptServices.sln similarity index 100% rename from src/JavascriptServices-temp/JavaScriptServices.sln rename to src/JavaScriptServices/JavaScriptServices.sln diff --git a/src/JavascriptServices-temp/NuGetPackageVerifier.json b/src/JavaScriptServices/NuGetPackageVerifier.json similarity index 100% rename from src/JavascriptServices-temp/NuGetPackageVerifier.json rename to src/JavaScriptServices/NuGetPackageVerifier.json diff --git a/src/JavascriptServices-temp/README.md b/src/JavaScriptServices/README.md similarity index 100% rename from src/JavascriptServices-temp/README.md rename to src/JavaScriptServices/README.md diff --git a/src/JavascriptServices-temp/build/dependencies.props b/src/JavaScriptServices/build/dependencies.props similarity index 100% rename from src/JavascriptServices-temp/build/dependencies.props rename to src/JavaScriptServices/build/dependencies.props diff --git a/src/JavascriptServices-temp/build/repo.props b/src/JavaScriptServices/build/repo.props similarity index 100% rename from src/JavascriptServices-temp/build/repo.props rename to src/JavaScriptServices/build/repo.props diff --git a/src/JavascriptServices-temp/build/sources.props b/src/JavaScriptServices/build/sources.props similarity index 100% rename from src/JavascriptServices-temp/build/sources.props rename to src/JavaScriptServices/build/sources.props diff --git a/src/JavascriptServices-temp/samples/misc/LatencyTest/LatencyTest.csproj b/src/JavaScriptServices/samples/misc/LatencyTest/LatencyTest.csproj similarity index 100% rename from src/JavascriptServices-temp/samples/misc/LatencyTest/LatencyTest.csproj rename to src/JavaScriptServices/samples/misc/LatencyTest/LatencyTest.csproj diff --git a/src/JavascriptServices-temp/samples/misc/LatencyTest/Program.cs b/src/JavaScriptServices/samples/misc/LatencyTest/Program.cs similarity index 100% rename from src/JavascriptServices-temp/samples/misc/LatencyTest/Program.cs rename to src/JavaScriptServices/samples/misc/LatencyTest/Program.cs diff --git a/src/JavascriptServices-temp/samples/misc/LatencyTest/latencyTest.js b/src/JavaScriptServices/samples/misc/LatencyTest/latencyTest.js similarity index 100% rename from src/JavascriptServices-temp/samples/misc/LatencyTest/latencyTest.js rename to src/JavaScriptServices/samples/misc/LatencyTest/latencyTest.js diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/.gitignore b/src/JavaScriptServices/samples/misc/NodeServicesExamples/.gitignore similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/.gitignore rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/.gitignore diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Controllers/HomeController.cs b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Controllers/HomeController.cs similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Controllers/HomeController.cs rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Controllers/HomeController.cs diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/prerenderPage.js b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Node/prerenderPage.js similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/prerenderPage.js rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Node/prerenderPage.js diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/renderChart.js b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Node/renderChart.js similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/renderChart.js rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Node/renderChart.js diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/transpilation.js b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Node/transpilation.js similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Node/transpilation.js rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Node/transpilation.js diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/NodeServicesExamples.csproj b/src/JavaScriptServices/samples/misc/NodeServicesExamples/NodeServicesExamples.csproj similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/NodeServicesExamples.csproj rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/NodeServicesExamples.csproj diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Startup.cs b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Startup.cs similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Startup.cs rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Startup.cs diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Chart.cshtml b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Home/Chart.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Chart.cshtml rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Home/Chart.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/ES2015Transpilation.cshtml b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Home/ES2015Transpilation.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/ES2015Transpilation.cshtml rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Home/ES2015Transpilation.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Index.cshtml b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Home/Index.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Index.cshtml rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Home/Index.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Prerendering.cshtml b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Home/Prerendering.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Home/Prerendering.cshtml rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Home/Prerendering.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Views/Shared/Error.cshtml b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Views/Shared/Error.cshtml rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Views/_ViewStart.cshtml b/src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Views/_ViewStart.cshtml rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/appsettings.json b/src/JavaScriptServices/samples/misc/NodeServicesExamples/appsettings.json similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/appsettings.json rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/appsettings.json diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/jsconfig.json b/src/JavaScriptServices/samples/misc/NodeServicesExamples/jsconfig.json similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/jsconfig.json rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/jsconfig.json diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/package.json b/src/JavaScriptServices/samples/misc/NodeServicesExamples/package.json similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/package.json rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/package.json diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/css/chartist.min.css b/src/JavaScriptServices/samples/misc/NodeServicesExamples/wwwroot/css/chartist.min.css similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/css/chartist.min.css rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/wwwroot/css/chartist.min.css diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/wwwroot/favicon.ico b/src/JavaScriptServices/samples/misc/NodeServicesExamples/wwwroot/favicon.ico similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/wwwroot/favicon.ico rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/wwwroot/favicon.ico diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/js/main.js b/src/JavaScriptServices/samples/misc/NodeServicesExamples/wwwroot/js/main.js similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/js/main.js rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/wwwroot/js/main.js diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/web.config b/src/JavaScriptServices/samples/misc/NodeServicesExamples/wwwroot/web.config similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/web.config rename to src/JavaScriptServices/samples/misc/NodeServicesExamples/wwwroot/web.config diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/.gitignore b/src/JavaScriptServices/samples/misc/Webpack/.gitignore similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/.gitignore rename to src/JavaScriptServices/samples/misc/Webpack/.gitignore diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/ActionResults/PrerenderResult.cs b/src/JavaScriptServices/samples/misc/Webpack/ActionResults/PrerenderResult.cs similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/ActionResults/PrerenderResult.cs rename to src/JavaScriptServices/samples/misc/Webpack/ActionResults/PrerenderResult.cs diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/ActionResults/PrerenderResultExtensions.cs b/src/JavaScriptServices/samples/misc/Webpack/ActionResults/PrerenderResultExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/ActionResults/PrerenderResultExtensions.cs rename to src/JavaScriptServices/samples/misc/Webpack/ActionResults/PrerenderResultExtensions.cs diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Clientside/App.ts b/src/JavaScriptServices/samples/misc/Webpack/Clientside/App.ts similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Clientside/App.ts rename to src/JavaScriptServices/samples/misc/Webpack/Clientside/App.ts diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Clientside/HelloWorld.ts b/src/JavaScriptServices/samples/misc/Webpack/Clientside/HelloWorld.ts similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Clientside/HelloWorld.ts rename to src/JavaScriptServices/samples/misc/Webpack/Clientside/HelloWorld.ts diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Clientside/styles/main.less b/src/JavaScriptServices/samples/misc/Webpack/Clientside/styles/main.less similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Clientside/styles/main.less rename to src/JavaScriptServices/samples/misc/Webpack/Clientside/styles/main.less diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Controllers/HomeController.cs b/src/JavaScriptServices/samples/misc/Webpack/Controllers/HomeController.cs similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Controllers/HomeController.cs rename to src/JavaScriptServices/samples/misc/Webpack/Controllers/HomeController.cs diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Startup.cs b/src/JavaScriptServices/samples/misc/Webpack/Startup.cs similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Startup.cs rename to src/JavaScriptServices/samples/misc/Webpack/Startup.cs diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Views/Home/Index.cshtml b/src/JavaScriptServices/samples/misc/Webpack/Views/Home/Index.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Views/Home/Index.cshtml rename to src/JavaScriptServices/samples/misc/Webpack/Views/Home/Index.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml b/src/JavaScriptServices/samples/misc/Webpack/Views/Shared/Error.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml rename to src/JavaScriptServices/samples/misc/Webpack/Views/Shared/Error.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Views/Shared/_Layout.cshtml b/src/JavaScriptServices/samples/misc/Webpack/Views/Shared/_Layout.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Views/Shared/_Layout.cshtml rename to src/JavaScriptServices/samples/misc/Webpack/Views/Shared/_Layout.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Views/_ViewImports.cshtml b/src/JavaScriptServices/samples/misc/Webpack/Views/_ViewImports.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Views/_ViewImports.cshtml rename to src/JavaScriptServices/samples/misc/Webpack/Views/_ViewImports.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml b/src/JavaScriptServices/samples/misc/Webpack/Views/_ViewStart.cshtml similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml rename to src/JavaScriptServices/samples/misc/Webpack/Views/_ViewStart.cshtml diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/Webpack.csproj b/src/JavaScriptServices/samples/misc/Webpack/Webpack.csproj similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/Webpack.csproj rename to src/JavaScriptServices/samples/misc/Webpack/Webpack.csproj diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/appsettings.json b/src/JavaScriptServices/samples/misc/Webpack/appsettings.json similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/appsettings.json rename to src/JavaScriptServices/samples/misc/Webpack/appsettings.json diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/package.json b/src/JavaScriptServices/samples/misc/Webpack/package.json similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/package.json rename to src/JavaScriptServices/samples/misc/Webpack/package.json diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/tsconfig.json b/src/JavaScriptServices/samples/misc/Webpack/tsconfig.json similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/tsconfig.json rename to src/JavaScriptServices/samples/misc/Webpack/tsconfig.json diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.dev.js b/src/JavaScriptServices/samples/misc/Webpack/webpack.config.dev.js similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.dev.js rename to src/JavaScriptServices/samples/misc/Webpack/webpack.config.dev.js diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.js b/src/JavaScriptServices/samples/misc/Webpack/webpack.config.js similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.js rename to src/JavaScriptServices/samples/misc/Webpack/webpack.config.js diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.prod.js b/src/JavaScriptServices/samples/misc/Webpack/webpack.config.prod.js similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/webpack.config.prod.js rename to src/JavaScriptServices/samples/misc/Webpack/webpack.config.prod.js diff --git a/src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/favicon.ico b/src/JavaScriptServices/samples/misc/Webpack/wwwroot/favicon.ico similarity index 100% rename from src/JavascriptServices-temp/samples/misc/NodeServicesExamples/wwwroot/favicon.ico rename to src/JavaScriptServices/samples/misc/Webpack/wwwroot/favicon.ico diff --git a/src/JavascriptServices-temp/samples/misc/Webpack/wwwroot/web.config b/src/JavaScriptServices/samples/misc/Webpack/wwwroot/web.config similarity index 100% rename from src/JavascriptServices-temp/samples/misc/Webpack/wwwroot/web.config rename to src/JavaScriptServices/samples/misc/Webpack/wwwroot/web.config diff --git a/src/JavascriptServices-temp/src/Directory.Build.props b/src/JavaScriptServices/src/Directory.Build.props similarity index 100% rename from src/JavascriptServices-temp/src/Directory.Build.props rename to src/JavaScriptServices/src/Directory.Build.props diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/.gitignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/.gitignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/.gitignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/.gitignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/Content/Node/entrypoint-socket.js b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/Content/Node/entrypoint-socket.js similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/Content/Node/entrypoint-socket.js rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/Content/Node/entrypoint-socket.js diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/NamedPipeConnection.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/NamedPipeConnection.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/NamedPipeConnection.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/NamedPipeConnection.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/StreamConnection.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/StreamConnection.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/StreamConnection.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/StreamConnection.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketConnection.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketConnection.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketConnection.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketConnection.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketEndPoint.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketEndPoint.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketEndPoint.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/PhysicalConnections/UnixDomainSocketEndPoint.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeInstance.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeServicesOptionsExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeServicesOptionsExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeServicesOptionsExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/SocketNodeServicesOptionsExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/SocketNodeInstanceEntryPoint.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/SocketNodeInstanceEntryPoint.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/SocketNodeInstanceEntryPoint.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/SocketNodeInstanceEntryPoint.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnection.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnection.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnection.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnection.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnectionServer.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnectionServer.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnectionServer.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/VirtualConnections/VirtualConnectionServer.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/tsconfig.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/tsconfig.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/tsconfig.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/tsconfig.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnection.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnection.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnection.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnection.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnectionClient.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnectionClient.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnectionClient.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/VirtualConnections/VirtualConnectionClient.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/package.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/package.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/package.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/package.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/webpack.config.js b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/webpack.config.js similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/webpack.config.js rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices.Sockets/webpack.config.js diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/.gitignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/.gitignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/.gitignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/.gitignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesFactory.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesFactory.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesFactory.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesFactory.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/INodeInstance.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/INodeInstance.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/INodeInstance.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/INodeInstance.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationException.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationException.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationException.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationException.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeServicesOptionsExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeServicesOptionsExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeServicesOptionsExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeServicesOptionsExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/INodeServices.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/INodeServices.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/INodeServices.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/INodeServices.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/README.md b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/README.md similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/README.md rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/README.md diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/HttpNodeInstanceEntryPoint.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ArgsUtil.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ArgsUtil.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ArgsUtil.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ArgsUtil.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/ExitWhenParentExits.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/OverrideStdOutputs.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/OverrideStdOutputs.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/OverrideStdOutputs.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/OverrideStdOutputs.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/PatchModuleResolutionLStat.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/PatchModuleResolutionLStat.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/PatchModuleResolutionLStat.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/Util/PatchModuleResolutionLStat.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/tsconfig.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/tsconfig.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices.Sockets/TypeScript/tsconfig.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/TypeScript/tsconfig.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/TaskExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Util/TaskExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/Util/TaskExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/Util/TaskExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/package.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/package.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/package.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/package.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/webpack.config.js b/src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/webpack.config.js similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.NodeServices/webpack.config.js rename to src/JavaScriptServices/src/Microsoft.AspNetCore.NodeServices/webpack.config.js diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliBuilder.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliBuilder.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliBuilder.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliBuilder.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddleware.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddleware.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddleware.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddleware.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddlewareExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddlewareExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddlewareExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli/AngularCliMiddlewareExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/DefaultSpaBuilder.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/DefaultSpaBuilder.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/DefaultSpaBuilder.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/DefaultSpaBuilder.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ISpaBuilder.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ISpaBuilder.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ISpaBuilder.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ISpaBuilder.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Microsoft.AspNetCore.SpaServices.Extensions.csproj diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Npm/NpmScriptRunner.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Npm/NpmScriptRunner.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Npm/NpmScriptRunner.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Npm/NpmScriptRunner.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/ISpaPrerendererBuilder.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/ISpaPrerendererBuilder.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/ISpaPrerendererBuilder.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/ISpaPrerendererBuilder.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingOptions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingOptions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingOptions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Prerendering/SpaPrerenderingOptions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/ConditionalProxyMiddleware.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/ConditionalProxyMiddleware.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/ConditionalProxyMiddleware.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/ConditionalProxyMiddleware.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxy.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxy.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxy.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxy.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxyingExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxyingExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxyingExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Proxying/SpaProxyingExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddleware.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddleware.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddleware.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddleware.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddlewareExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddlewareExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddlewareExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/ReactDevelopmentServer/ReactDevelopmentServerMiddlewareExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaApplicationBuilderExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaApplicationBuilderExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaApplicationBuilderExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaApplicationBuilderExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaDefaultPageMiddleware.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaDefaultPageMiddleware.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaDefaultPageMiddleware.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaDefaultPageMiddleware.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/DefaultSpaStaticFileProvider.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/DefaultSpaStaticFileProvider.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/DefaultSpaStaticFileProvider.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/DefaultSpaStaticFileProvider.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/ISpaStaticFileProvider.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/ISpaStaticFileProvider.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/ISpaStaticFileProvider.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/ISpaStaticFileProvider.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesOptions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesOptions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesOptions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/StaticFiles/SpaStaticFilesOptions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamReader.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamReader.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamReader.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamReader.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamStringReader.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamStringReader.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamStringReader.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/EventedStreamStringReader.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/LoggerFinder.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/LoggerFinder.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/LoggerFinder.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/LoggerFinder.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TaskTimeoutExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TaskTimeoutExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TaskTimeoutExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TaskTimeoutExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TcpPortFinder.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TcpPortFinder.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TcpPortFinder.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/Util/TcpPortFinder.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/baseline.netcore.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/baseline.netcore.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices.Extensions/baseline.netcore.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices.Extensions/baseline.netcore.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/.gitignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/.gitignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/.gitignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/.gitignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/DefaultSpaPrerenderer.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/DefaultSpaPrerenderer.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/DefaultSpaPrerenderer.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/DefaultSpaPrerenderer.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/ISpaPrerenderer.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/ISpaPrerenderer.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/ISpaPrerenderer.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/ISpaPrerenderer.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderingServiceCollectionExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderingServiceCollectionExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderingServiceCollectionExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderingServiceCollectionExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/README.md b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/README.md similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/README.md rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/README.md diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/Prerenderer.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/Prerenderer.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/Prerenderer.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/Prerenderer.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/WebpackDevMiddleware.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/WebpackDevMiddleware.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/WebpackDevMiddleware.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/WebpackDevMiddleware.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/tsconfig.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/tsconfig.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/TypeScript/tsconfig.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/TypeScript/tsconfig.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddlewareOptions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddlewareOptions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddlewareOptions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddlewareOptions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/baseline.netcore.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/baseline.netcore.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/baseline.netcore.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/baseline.netcore.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.gitignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.gitignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.gitignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.gitignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.npmignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.npmignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.npmignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/.npmignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/LICENSE.txt similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/LICENSE.txt diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/package.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/package.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/package.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/package.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/HttpWithStateTransfer.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/HttpWithStateTransfer.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/HttpWithStateTransfer.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/HttpWithStateTransfer.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/index.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/index.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/index.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/src/index.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/tsconfig.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/tsconfig.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/tsconfig.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/tsconfig.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/PrerenderingInterfaces.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/PrerenderingInterfaces.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/PrerenderingInterfaces.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/PrerenderingInterfaces.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package-lock.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package-lock.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package-lock.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package-lock.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackTestPermissions.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackTestPermissions.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackTestPermissions.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackTestPermissions.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-node-externals.d.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-node-externals.d.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-node-externals.d.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-node-externals.d.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/LICENSE.txt b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-angular/LICENSE.txt rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/index.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/index.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/index.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/index.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/package.json b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/package.json similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/package.json rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/package.json diff --git a/src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/webpack.config.js b/src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/webpack.config.js similarity index 100% rename from src/JavascriptServices-temp/src/Microsoft.AspNetCore.SpaServices/webpack.config.js rename to src/JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/webpack.config.js diff --git a/src/JavascriptServices-temp/templates/WhereHaveTheTemplatesGone.md b/src/JavaScriptServices/templates/WhereHaveTheTemplatesGone.md similarity index 100% rename from src/JavascriptServices-temp/templates/WhereHaveTheTemplatesGone.md rename to src/JavaScriptServices/templates/WhereHaveTheTemplatesGone.md diff --git a/src/JavascriptServices-temp/version.props b/src/JavaScriptServices/version.props similarity index 100% rename from src/JavascriptServices-temp/version.props rename to src/JavaScriptServices/version.props From f45dacf924517dd7773498eb3ea9a93c0cc23f7c Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Tue, 20 Nov 2018 10:02:51 -0800 Subject: [PATCH 5/9] Fix folder casing (#4144) Fix folder casing --- build/buildorder.props | 2 +- build/submodules.props | 2 +- src/{templating => Templating}/.gitignore | 0 .../Directory.Build.props | 2 +- .../Directory.Build.targets | 0 .../NuGetPackageVerifier.json | 0 src/{templating => Templating}/README.md | 0 src/{templating => Templating}/Templating.sln | 0 .../build/dependencies.props | 0 src/{templating => Templating}/build/repo.props | 0 src/{templating => Templating}/build/sources.props | 0 .../src/Directory.Build.props | 0 .../src/Directory.Build.targets | 0 .../src/GenerateContent.targets | 0 ...Microsoft.DotNet.Web.Client.ItemTemplates.csproj | 0 .../Less/.template.config/dotnetcli.host.json | 0 .../content/Less/.template.config/template.json | 0 .../content/Less/styleSheet1.less | 0 .../Scss/.template.config/dotnetcli.host.json | 0 .../content/Scss/.template.config/template.json | 0 .../content/Scss/styleSheet1.scss | 0 .../TypeScript/.template.config/dotnetcli.host.json | 0 .../TypeScript/.template.config/template.json | 0 .../content/TypeScript/file1.ts | 0 .../Microsoft.DotNet.Web.ItemTemplates.csproj | 0 .../RazorPage/.template.config/dotnetcli.host.json | 0 .../RazorPage/.template.config/template.json | 0 .../content/RazorPage/Index.cshtml | 0 .../content/RazorPage/Index.cshtml.cs | 0 .../.template.config/dotnetcli.host.json | 0 .../ViewImports/.template.config/template.json | 0 .../content/ViewImports/_ViewImports.cshtml | 0 .../ViewStart/.template.config/dotnetcli.host.json | 0 .../ViewStart/.template.config/template.json | 0 .../content/ViewStart/_ViewStart.cshtml | 0 .../.gitignore | 0 .../EmptyWeb-CSharp.csproj.in | 0 .../EmptyWeb-FSharp.fsproj.in | 0 .../Microsoft.DotNet.Web.ProjectTemplates.csproj | 0 .../RazorClassLibrary-CSharp.csproj.in | 0 .../RazorPagesWeb-CSharp.csproj.in | 0 .../StarterWeb-CSharp.csproj.in | 0 .../StarterWeb-FSharp.fsproj.in | 0 .../WebApi-CSharp.csproj.in | 0 .../WebApi-FSharp.fsproj.in | 0 .../content/Directory.Build.props | 0 .../content/Directory.Build.targets | 0 .../.template.config/dotnetcli.host.json | 0 .../EmptyWeb-CSharp/.template.config/template.json | 0 .../.template.config/vs-2017.3.host.json | 0 .../.template.config/vs-2017.3/Empty.png | Bin .../content/EmptyWeb-CSharp/Program.cs | 0 .../EmptyWeb-CSharp/Properties/launchSettings.json | 0 .../content/EmptyWeb-CSharp/Startup.cs | 0 .../content/EmptyWeb-CSharp/app.config | 0 .../content/EmptyWeb-CSharp/wwwroot/-.- | 0 .../.template.config/dotnetcli.host.json | 0 .../EmptyWeb-FSharp/.template.config/template.json | 0 .../.template.config/vs-2017.3.host.json | 0 .../.template.config/vs-2017.3/Empty.png | Bin .../content/EmptyWeb-FSharp/Program.fs | 0 .../EmptyWeb-FSharp/Properties/launchSettings.json | 0 .../content/EmptyWeb-FSharp/Startup.fs | 0 .../content/EmptyWeb-FSharp/app.config | 0 .../.template.config/dotnetcli.host.json | 0 .../.template.config/template.json | 0 .../.template.config/vs-2017.3.host.json | 0 .../vs-2017.3/RazorClassLibrary.ico | Bin .../Areas/MyFeature/Pages/Page1.cshtml | 0 .../Areas/MyFeature/Pages/Page1.cshtml.cs | 0 .../.template.config/dotnetcli.host.json | 0 .../.template.config/template.json | 0 .../.template.config/vs-2017.3.host.json | 0 .../.template.config/vs-2017.3/WebApplication.png | Bin .../Areas/Identity/Pages/_ViewStart.cshtml | 0 .../Data/ApplicationDbContext.cs | 0 .../00000000000000_CreateIdentitySchema.Designer.cs | 0 .../SqlLite/00000000000000_CreateIdentitySchema.cs | 0 .../SqlLite/ApplicationDbContextModelSnapshot.cs | 0 .../00000000000000_CreateIdentitySchema.Designer.cs | 0 .../00000000000000_CreateIdentitySchema.cs | 0 .../SqlServer/ApplicationDbContextModelSnapshot.cs | 0 .../content/RazorPagesWeb-CSharp/Pages/About.cshtml | 0 .../RazorPagesWeb-CSharp/Pages/About.cshtml.cs | 0 .../RazorPagesWeb-CSharp/Pages/Contact.cshtml | 0 .../RazorPagesWeb-CSharp/Pages/Contact.cshtml.cs | 0 .../content/RazorPagesWeb-CSharp/Pages/Error.cshtml | 0 .../RazorPagesWeb-CSharp/Pages/Error.cshtml.cs | 0 .../content/RazorPagesWeb-CSharp/Pages/Index.cshtml | 0 .../RazorPagesWeb-CSharp/Pages/Index.cshtml.cs | 0 .../RazorPagesWeb-CSharp/Pages/Privacy.cshtml | 0 .../RazorPagesWeb-CSharp/Pages/Privacy.cshtml.cs | 0 .../Pages/Shared/_CookieConsentPartial.cshtml | 0 .../Pages/Shared/_Layout.cshtml | 0 .../Pages/Shared/_LoginPartial.Identity.cshtml | 0 .../Pages/Shared/_LoginPartial.OrgAuth.cshtml | 0 .../Pages/Shared/_ValidationScriptsPartial.cshtml | 0 .../RazorPagesWeb-CSharp/Pages/_ViewImports.cshtml | 0 .../RazorPagesWeb-CSharp/Pages/_ViewStart.cshtml | 0 .../content/RazorPagesWeb-CSharp/Program.cs | 0 .../Properties/launchSettings.json | 0 .../content/RazorPagesWeb-CSharp/Startup.cs | 0 .../content/RazorPagesWeb-CSharp/app.config | 0 .../content/RazorPagesWeb-CSharp/app.db | Bin .../appsettings.Development.json | 0 .../content/RazorPagesWeb-CSharp/appsettings.json | 0 .../RazorPagesWeb-CSharp/wwwroot/css/site.css | 0 .../RazorPagesWeb-CSharp/wwwroot/css/site.min.css | 0 .../RazorPagesWeb-CSharp/wwwroot/favicon.ico | Bin .../RazorPagesWeb-CSharp/wwwroot/images/banner1.svg | 0 .../RazorPagesWeb-CSharp/wwwroot/images/banner2.svg | 0 .../RazorPagesWeb-CSharp/wwwroot/images/banner3.svg | 0 .../content/RazorPagesWeb-CSharp/wwwroot/js/site.js | 0 .../RazorPagesWeb-CSharp/wwwroot/js/site.min.js | 0 .../wwwroot/lib/bootstrap/.bower.json | 0 .../wwwroot/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-theme.css | 0 .../lib/bootstrap/dist/css/bootstrap-theme.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-theme.min.css | 0 .../bootstrap/dist/css/bootstrap-theme.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../dist/fonts/glyphicons-halflings-regular.eot | Bin .../dist/fonts/glyphicons-halflings-regular.svg | 0 .../dist/fonts/glyphicons-halflings-regular.ttf | Bin .../dist/fonts/glyphicons-halflings-regular.woff | Bin .../dist/fonts/glyphicons-halflings-regular.woff2 | Bin .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.min.js | 0 .../wwwroot/lib/bootstrap/dist/js/npm.js | 0 .../lib/jquery-validation-unobtrusive/.bower.json | 0 .../lib/jquery-validation-unobtrusive/LICENSE.txt | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/.bower.json | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../jquery-validation/dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../lib/jquery-validation/dist/jquery.validate.js | 0 .../jquery-validation/dist/jquery.validate.min.js | 0 .../wwwroot/lib/jquery/.bower.json | 0 .../wwwroot/lib/jquery/LICENSE.txt | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../.template.config/dotnetcli.host.json | 0 .../.template.config/template.json | 0 .../.template.config/vs-2017.3.host.json | 0 .../.template.config/vs-2017.3/WebApplication.png | Bin .../Areas/Identity/Pages/_ViewStart.cshtml | 0 .../StarterWeb-CSharp/Controllers/HomeController.cs | 0 .../StarterWeb-CSharp/Data/ApplicationDbContext.cs | 0 .../00000000000000_CreateIdentitySchema.Designer.cs | 0 .../SqlLite/00000000000000_CreateIdentitySchema.cs | 0 .../SqlLite/ApplicationDbContextModelSnapshot.cs | 0 .../00000000000000_CreateIdentitySchema.Designer.cs | 0 .../00000000000000_CreateIdentitySchema.cs | 0 .../SqlServer/ApplicationDbContextModelSnapshot.cs | 0 .../StarterWeb-CSharp/Models/ErrorViewModel.cs | 0 .../content/StarterWeb-CSharp/Program.cs | 0 .../Properties/launchSettings.json | 0 .../content/StarterWeb-CSharp/Startup.cs | 0 .../StarterWeb-CSharp/Views/Home/About.cshtml | 0 .../StarterWeb-CSharp/Views/Home/Contact.cshtml | 0 .../StarterWeb-CSharp/Views/Home/Index.cshtml | 0 .../StarterWeb-CSharp/Views/Home/Privacy.cshtml | 0 .../StarterWeb-CSharp/Views/Shared/Error.cshtml | 0 .../Views/Shared/_CookieConsentPartial.cshtml | 0 .../StarterWeb-CSharp/Views/Shared/_Layout.cshtml | 0 .../Views/Shared/_LoginPartial.Identity.cshtml | 0 .../Views/Shared/_LoginPartial.OrgAuth.cshtml | 0 .../Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../StarterWeb-CSharp/Views/_ViewImports.cshtml | 0 .../StarterWeb-CSharp/Views/_ViewStart.cshtml | 0 .../content/StarterWeb-CSharp/app.config | 0 .../content/StarterWeb-CSharp/app.db | Bin .../StarterWeb-CSharp/appsettings.Development.json | 0 .../content/StarterWeb-CSharp/appsettings.json | 0 .../content/StarterWeb-CSharp/wwwroot/css/site.css | 0 .../StarterWeb-CSharp/wwwroot/css/site.min.css | 0 .../content/StarterWeb-CSharp/wwwroot/favicon.ico | Bin .../StarterWeb-CSharp/wwwroot/images/banner1.svg | 0 .../StarterWeb-CSharp/wwwroot/images/banner2.svg | 0 .../StarterWeb-CSharp/wwwroot/images/banner3.svg | 0 .../content/StarterWeb-CSharp/wwwroot/js/site.js | 0 .../StarterWeb-CSharp/wwwroot/js/site.min.js | 0 .../wwwroot/lib/bootstrap/.bower.json | 0 .../StarterWeb-CSharp/wwwroot/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-theme.css | 0 .../lib/bootstrap/dist/css/bootstrap-theme.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-theme.min.css | 0 .../bootstrap/dist/css/bootstrap-theme.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../dist/fonts/glyphicons-halflings-regular.eot | Bin .../dist/fonts/glyphicons-halflings-regular.svg | 0 .../dist/fonts/glyphicons-halflings-regular.ttf | Bin .../dist/fonts/glyphicons-halflings-regular.woff | Bin .../dist/fonts/glyphicons-halflings-regular.woff2 | Bin .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.min.js | 0 .../wwwroot/lib/bootstrap/dist/js/npm.js | 0 .../lib/jquery-validation-unobtrusive/.bower.json | 0 .../lib/jquery-validation-unobtrusive/LICENSE.txt | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/.bower.json | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../jquery-validation/dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../lib/jquery-validation/dist/jquery.validate.js | 0 .../jquery-validation/dist/jquery.validate.min.js | 0 .../wwwroot/lib/jquery/.bower.json | 0 .../wwwroot/lib/jquery/LICENSE.txt | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../content/StarterWeb-FSharp/.bowerrc | 0 .../.template.config/dotnetcli.host.json | 0 .../.template.config/template.json | 0 .../StarterWeb-FSharp/Controllers/HomeController.fs | 0 .../StarterWeb-FSharp/Models/ErrorViewModel.fs | 0 .../content/StarterWeb-FSharp/Program.fs | 0 .../Properties/launchSettings.json | 0 .../content/StarterWeb-FSharp/Startup.fs | 0 .../StarterWeb-FSharp/Views/Home/About.cshtml | 0 .../StarterWeb-FSharp/Views/Home/Contact.cshtml | 0 .../StarterWeb-FSharp/Views/Home/Index.cshtml | 0 .../StarterWeb-FSharp/Views/Shared/Error.cshtml | 0 .../StarterWeb-FSharp/Views/Shared/_Layout.cshtml | 0 .../Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../StarterWeb-FSharp/Views/_ViewImports.cshtml | 0 .../StarterWeb-FSharp/Views/_ViewStart.cshtml | 0 .../content/StarterWeb-FSharp/app.config | 0 .../StarterWeb-FSharp/appsettings.Development.json | 0 .../content/StarterWeb-FSharp/appsettings.json | 0 .../content/StarterWeb-FSharp/wwwroot/css/site.css | 0 .../StarterWeb-FSharp/wwwroot/css/site.min.css | 0 .../content/StarterWeb-FSharp/wwwroot/favicon.ico | Bin .../StarterWeb-FSharp/wwwroot/images/banner1.svg | 0 .../StarterWeb-FSharp/wwwroot/images/banner2.svg | 0 .../StarterWeb-FSharp/wwwroot/images/banner3.svg | 0 .../content/StarterWeb-FSharp/wwwroot/js/site.js | 0 .../StarterWeb-FSharp/wwwroot/js/site.min.js | 0 .../wwwroot/lib/bootstrap/.bower.json | 0 .../StarterWeb-FSharp/wwwroot/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-theme.css | 0 .../lib/bootstrap/dist/css/bootstrap-theme.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-theme.min.css | 0 .../bootstrap/dist/css/bootstrap-theme.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../dist/fonts/glyphicons-halflings-regular.eot | Bin .../dist/fonts/glyphicons-halflings-regular.svg | 0 .../dist/fonts/glyphicons-halflings-regular.ttf | Bin .../dist/fonts/glyphicons-halflings-regular.woff | Bin .../dist/fonts/glyphicons-halflings-regular.woff2 | Bin .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.min.js | 0 .../wwwroot/lib/bootstrap/dist/js/npm.js | 0 .../lib/jquery-validation-unobtrusive/.bower.json | 0 .../lib/jquery-validation-unobtrusive/LICENSE.txt | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/.bower.json | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../jquery-validation/dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../lib/jquery-validation/dist/jquery.validate.js | 0 .../jquery-validation/dist/jquery.validate.min.js | 0 .../wwwroot/lib/jquery/.bower.json | 0 .../wwwroot/lib/jquery/LICENSE.txt | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../.template.config/dotnetcli.host.json | 0 .../WebApi-CSharp/.template.config/template.json | 0 .../.template.config/vs-2017.3.host.json | 0 .../.template.config/vs-2017.3/WebAPI.png | Bin .../WebApi-CSharp/Controllers/ValuesController.cs | 0 .../content/WebApi-CSharp/Program.cs | 0 .../WebApi-CSharp/Properties/launchSettings.json | 0 .../content/WebApi-CSharp/Startup.cs | 0 .../content/WebApi-CSharp/app.config | 0 .../WebApi-CSharp/appsettings.Development.json | 0 .../content/WebApi-CSharp/appsettings.json | 0 .../content/WebApi-CSharp/wwwroot/-.- | 0 .../.template.config/dotnetcli.host.json | 0 .../WebApi-FSharp/.template.config/template.json | 0 .../.template.config/vs-2017.3.host.json | 0 .../.template.config/vs-2017.3/WebAPI.png | Bin .../WebApi-FSharp/Controllers/ValuesController.fs | 0 .../content/WebApi-FSharp/Program.fs | 0 .../WebApi-FSharp/Properties/launchSettings.json | 0 .../content/WebApi-FSharp/Startup.fs | 0 .../content/WebApi-FSharp/app.config | 0 .../WebApi-FSharp/appsettings.Development.json | 0 .../content/WebApi-FSharp/appsettings.json | 0 .../content/WebApi-FSharp/wwwroot/-.- | 0 .../.gitignore | 0 .../Angular-CSharp.csproj.in | 0 ...Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj | 0 .../React-CSharp.csproj.in | 0 .../ReactRedux-CSharp.csproj.in | 0 .../content/Angular-CSharp/.gitignore | 0 .../.template.config/dotnetcli.host.json | 0 .../Angular-CSharp/.template.config/icon.png | Bin .../Angular-CSharp/.template.config/template.json | 0 .../.template.config/vs-2017.3.host.json | 0 .../Angular-CSharp/ClientApp/.angular-cli.json | 0 .../content/Angular-CSharp/ClientApp/.editorconfig | 0 .../content/Angular-CSharp/ClientApp/.gitignore | 0 .../content/Angular-CSharp/ClientApp/README.md | 0 .../Angular-CSharp/ClientApp/e2e/app.e2e-spec.ts | 0 .../content/Angular-CSharp/ClientApp/e2e/app.po.ts | 0 .../Angular-CSharp/ClientApp/e2e/tsconfig.e2e.json | 0 .../content/Angular-CSharp/ClientApp/karma.conf.js | 0 .../Angular-CSharp/ClientApp/package-lock.json | 0 .../content/Angular-CSharp/ClientApp/package.json | 0 .../Angular-CSharp/ClientApp/protractor.conf.js | 0 .../ClientApp/src/app/app.component.css | 0 .../ClientApp/src/app/app.component.html | 0 .../ClientApp/src/app/app.component.ts | 0 .../Angular-CSharp/ClientApp/src/app/app.module.ts | 0 .../src/app/counter/counter.component.html | 0 .../src/app/counter/counter.component.spec.ts | 0 .../ClientApp/src/app/counter/counter.component.ts | 0 .../src/app/fetch-data/fetch-data.component.html | 0 .../src/app/fetch-data/fetch-data.component.ts | 0 .../ClientApp/src/app/home/home.component.html | 0 .../ClientApp/src/app/home/home.component.ts | 0 .../src/app/nav-menu/nav-menu.component.css | 0 .../src/app/nav-menu/nav-menu.component.html | 0 .../src/app/nav-menu/nav-menu.component.ts | 0 .../Angular-CSharp/ClientApp/src/assets/.gitkeep | 0 .../ClientApp/src/environments/environment.prod.ts | 0 .../ClientApp/src/environments/environment.ts | 0 .../content/Angular-CSharp/ClientApp/src/index.html | 0 .../content/Angular-CSharp/ClientApp/src/main.ts | 0 .../Angular-CSharp/ClientApp/src/polyfills.ts | 0 .../content/Angular-CSharp/ClientApp/src/styles.css | 0 .../content/Angular-CSharp/ClientApp/src/test.ts | 0 .../Angular-CSharp/ClientApp/src/tsconfig.app.json | 0 .../Angular-CSharp/ClientApp/src/tsconfig.spec.json | 0 .../Angular-CSharp/ClientApp/src/typings.d.ts | 0 .../content/Angular-CSharp/ClientApp/tsconfig.json | 0 .../content/Angular-CSharp/ClientApp/tslint.json | 0 .../Controllers/SampleDataController.cs | 0 .../content/Angular-CSharp/Pages/Error.cshtml | 0 .../content/Angular-CSharp/Pages/Error.cshtml.cs | 0 .../Angular-CSharp/Pages/_ViewImports.cshtml | 0 .../content/Angular-CSharp/Program.cs | 0 .../Angular-CSharp/Properties/launchSettings.json | 0 .../content/Angular-CSharp/Startup.cs | 0 .../content/Angular-CSharp/app.config | 0 .../Angular-CSharp/appsettings.Development.json | 0 .../content/Angular-CSharp/appsettings.json | 0 .../content/Angular-CSharp/wwwroot/favicon.ico | Bin .../content/Directory.Build.props | 0 .../content/Directory.Build.targets | 0 .../content/React-CSharp/.gitignore | 0 .../.template.config/dotnetcli.host.json | 0 .../content/React-CSharp/.template.config/icon.png | Bin .../React-CSharp/.template.config/template.json | 0 .../.template.config/vs-2017.3.host.json | 0 .../content/React-CSharp/ClientApp/.gitignore | 0 .../content/React-CSharp/ClientApp/README.md | 0 .../React-CSharp/ClientApp/package-lock.json | 0 .../content/React-CSharp/ClientApp/package.json | 0 .../React-CSharp/ClientApp/public/favicon.ico | Bin .../React-CSharp/ClientApp/public/index.html | 0 .../React-CSharp/ClientApp/public/manifest.json | 0 .../content/React-CSharp/ClientApp/src/App.js | 0 .../content/React-CSharp/ClientApp/src/App.test.js | 0 .../ClientApp/src/components/Counter.js | 0 .../ClientApp/src/components/FetchData.js | 0 .../React-CSharp/ClientApp/src/components/Home.js | 0 .../React-CSharp/ClientApp/src/components/Layout.js | 0 .../ClientApp/src/components/NavMenu.css | 0 .../ClientApp/src/components/NavMenu.js | 0 .../content/React-CSharp/ClientApp/src/index.css | 0 .../content/React-CSharp/ClientApp/src/index.js | 0 .../ClientApp/src/registerServiceWorker.js | 0 .../Controllers/SampleDataController.cs | 0 .../content/React-CSharp/Pages/Error.cshtml | 0 .../content/React-CSharp/Pages/Error.cshtml.cs | 0 .../content/React-CSharp/Pages/_ViewImports.cshtml | 0 .../content/React-CSharp/Program.cs | 0 .../React-CSharp/Properties/launchSettings.json | 0 .../content/React-CSharp/Startup.cs | 0 .../content/React-CSharp/app.config | 0 .../React-CSharp/appsettings.Development.json | 0 .../content/React-CSharp/appsettings.json | 0 .../content/ReactRedux-CSharp/.gitignore | 0 .../.template.config/dotnetcli.host.json | 0 .../ReactRedux-CSharp/.template.config/icon.png | Bin .../.template.config/template.json | 0 .../.template.config/vs-2017.3.host.json | 0 .../content/ReactRedux-CSharp/ClientApp/.gitignore | 0 .../content/ReactRedux-CSharp/ClientApp/README.md | 0 .../ReactRedux-CSharp/ClientApp/package-lock.json | 0 .../ReactRedux-CSharp/ClientApp/package.json | 0 .../ReactRedux-CSharp/ClientApp/public/favicon.ico | Bin .../ReactRedux-CSharp/ClientApp/public/index.html | 0 .../ClientApp/public/manifest.json | 0 .../content/ReactRedux-CSharp/ClientApp/src/App.js | 0 .../ReactRedux-CSharp/ClientApp/src/App.test.js | 0 .../ClientApp/src/components/Counter.js | 0 .../ClientApp/src/components/FetchData.js | 0 .../ClientApp/src/components/Home.js | 0 .../ClientApp/src/components/Layout.js | 0 .../ClientApp/src/components/NavMenu.css | 0 .../ClientApp/src/components/NavMenu.js | 0 .../ReactRedux-CSharp/ClientApp/src/index.css | 0 .../ReactRedux-CSharp/ClientApp/src/index.js | 0 .../ClientApp/src/registerServiceWorker.js | 0 .../ClientApp/src/store/Counter.js | 0 .../ClientApp/src/store/WeatherForecasts.js | 0 .../ClientApp/src/store/configureStore.js | 0 .../Controllers/SampleDataController.cs | 0 .../content/ReactRedux-CSharp/Pages/Error.cshtml | 0 .../content/ReactRedux-CSharp/Pages/Error.cshtml.cs | 0 .../ReactRedux-CSharp/Pages/_ViewImports.cshtml | 0 .../content/ReactRedux-CSharp/Program.cs | 0 .../Properties/launchSettings.json | 0 .../content/ReactRedux-CSharp/Startup.cs | 0 .../content/ReactRedux-CSharp/app.config | 0 .../ReactRedux-CSharp/appsettings.Development.json | 0 .../content/ReactRedux-CSharp/appsettings.json | 0 .../src/SetPackageProperties.targets | 0 .../src/THIRD-PARTY-NOTICES | 0 src/{templating => Templating}/src/templates.nuspec | 0 .../test/Directory.Build.targets | 0 .../DotNetToolsInstaller.csproj | 0 .../test/GenerateTestProps.targets | 0 .../test/TemplateTests.props.in | 0 .../test/Templates.Test/.gitattributes | 0 .../test/Templates.Test/BaselineTest.cs | 0 .../test/Templates.Test/ByteOrderMarkTest.cs | 0 .../test/Templates.Test/CdnScriptTagTests.cs | 0 .../test/Templates.Test/EmptyWebTemplateTest.cs | 0 .../Templates.Test/Helpers/AddFirewallExclusion.cs | 0 .../test/Templates.Test/Helpers/AspNetProcess.cs | 0 .../test/Templates.Test/Helpers/Npm.cs | 0 .../test/Templates.Test/Helpers/ProcessEx.cs | 0 .../Helpers/TemplatePackageInstaller.cs | 0 .../test/Templates.Test/Helpers/TemplateTestBase.cs | 0 .../Templates.Test/Helpers/WebDriverExtensions.cs | 0 .../test/Templates.Test/Helpers/WebDriverFactory.cs | 0 .../test/Templates.Test/MvcTemplateTest.cs | 0 .../test/Templates.Test/RazorPagesTemplateTest.cs | 0 .../SpaTemplateTest/AngularTemplateTest.cs | 0 .../SpaTemplateTest/ReactReduxTemplateTest.cs | 0 .../SpaTemplateTest/ReactTemplateTest.cs | 0 .../SpaTemplateTest/SpaTemplateTestBase.cs | 0 .../test/Templates.Test/Templates.Test.csproj | 0 .../test/Templates.Test/WebApiTemplateTest.cs | 0 .../test/Templates.Test/template-baselines.json | 0 src/{templating => Templating}/version.props | 0 465 files changed, 3 insertions(+), 3 deletions(-) rename src/{templating => Templating}/.gitignore (100%) rename src/{templating => Templating}/Directory.Build.props (91%) rename src/{templating => Templating}/Directory.Build.targets (100%) rename src/{templating => Templating}/NuGetPackageVerifier.json (100%) rename src/{templating => Templating}/README.md (100%) rename src/{templating => Templating}/Templating.sln (100%) rename src/{templating => Templating}/build/dependencies.props (100%) rename src/{templating => Templating}/build/repo.props (100%) rename src/{templating => Templating}/build/sources.props (100%) rename src/{templating => Templating}/src/Directory.Build.props (100%) rename src/{templating => Templating}/src/Directory.Build.targets (100%) rename src/{templating => Templating}/src/GenerateContent.targets (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Client.ItemTemplates/Microsoft.DotNet.Web.Client.ItemTemplates.csproj (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/styleSheet1.less (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/styleSheet1.scss (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/file1.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/Microsoft.DotNet.Web.ItemTemplates.csproj (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/_ViewImports.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/_ViewStart.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/.gitignore (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/EmptyWeb-CSharp.csproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/EmptyWeb-FSharp.fsproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/Microsoft.DotNet.Web.ProjectTemplates.csproj (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/RazorClassLibrary-CSharp.csproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-CSharp.csproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-FSharp.fsproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/WebApi-CSharp.csproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/WebApi-FSharp.fsproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/Directory.Build.props (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/Directory.Build.targets (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3/Empty.png (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Program.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Startup.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/app.config (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/wwwroot/-.- (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3/Empty.png (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Program.fs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Properties/launchSettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Startup.fs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/app.config (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/vs-2017.3.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/vs-2017.3/RazorClassLibrary.ico (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3/WebApplication.png (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Areas/Identity/Pages/_ViewStart.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/ApplicationDbContext.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.Designer.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/ApplicationDbContextModelSnapshot.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.Designer.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/ApplicationDbContextModelSnapshot.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/About.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/About.cshtml.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Contact.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Contact.cshtml.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Error.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Error.cshtml.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_CookieConsentPartial.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_Layout.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.Identity.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.OrgAuth.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_ValidationScriptsPartial.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/_ViewImports.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/_ViewStart.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Program.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties/launchSettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Startup.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/app.config (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/app.db (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.Development.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.min.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/favicon.ico (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner1.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner2.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner3.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/js/site.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/js/site.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/LICENSE (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/npm.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/LICENSE.txt (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3/WebApplication.png (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Areas/Identity/Pages/_ViewStart.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Controllers/HomeController.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/ApplicationDbContext.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.Designer.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/ApplicationDbContextModelSnapshot.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.Designer.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/ApplicationDbContextModelSnapshot.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Models/ErrorViewModel.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Program.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Startup.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/About.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Contact.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Index.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Privacy.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/Error.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_CookieConsentPartial.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_Layout.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_LoginPartial.Identity.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_LoginPartial.OrgAuth.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/_ViewImports.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/_ViewStart.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/app.config (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/app.db (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.Development.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.min.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/favicon.ico (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner1.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner2.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner3.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/js/site.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/js/site.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/LICENSE (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/npm.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/LICENSE.txt (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.bowerrc (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Controllers/HomeController.fs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Models/ErrorViewModel.fs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Program.fs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Properties/launchSettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Startup.fs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/About.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/Contact.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/Index.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/Error.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/_Layout.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/_ViewImports.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/_ViewStart.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/app.config (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/appsettings.Development.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/appsettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.min.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/favicon.ico (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner1.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner2.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner3.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/js/site.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/js/site.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/LICENSE (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/npm.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/.bower.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/LICENSE.txt (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3/WebAPI.png (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Controllers/ValuesController.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Program.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Startup.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/app.config (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/appsettings.Development.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/appsettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/wwwroot/-.- (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3/WebAPI.png (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Controllers/ValuesController.fs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Program.fs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Startup.fs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/app.config (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/appsettings.Development.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/appsettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/wwwroot/-.- (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/.gitignore (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/React-CSharp.csproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.gitignore (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/icon.png (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/vs-2017.3.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.angular-cli.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.editorconfig (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.gitignore (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/README.md (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/app.e2e-spec.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/app.po.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/tsconfig.e2e.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/karma.conf.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package-lock.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/protractor.conf.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.html (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.module.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.html (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.spec.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.html (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.html (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.html (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/assets/.gitkeep (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/environments/environment.prod.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/environments/environment.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/index.html (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/main.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/polyfills.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/styles.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/test.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/tsconfig.app.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/tsconfig.spec.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/typings.d.ts (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/tsconfig.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/tslint.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Controllers/SampleDataController.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/Error.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/Error.cshtml.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/_ViewImports.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Program.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Properties/launchSettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Startup.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/app.config (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.Development.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/wwwroot/favicon.ico (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Directory.Build.props (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Directory.Build.targets (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.gitignore (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/icon.png (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/vs-2017.3.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/.gitignore (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/README.md (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/package-lock.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/package.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/favicon.ico (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/index.html (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/manifest.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/App.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/App.test.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Counter.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/FetchData.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Home.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Layout.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/NavMenu.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/NavMenu.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/index.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/index.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/registerServiceWorker.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Controllers/SampleDataController.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/Error.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/Error.cshtml.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/_ViewImports.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Program.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Properties/launchSettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Startup.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/app.config (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.Development.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.gitignore (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/dotnetcli.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/icon.png (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/template.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/vs-2017.3.host.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/.gitignore (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/README.md (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package-lock.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/favicon.ico (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/index.html (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/manifest.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.test.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Counter.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/FetchData.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Home.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Layout.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/NavMenu.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/NavMenu.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/index.css (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/index.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/registerServiceWorker.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/Counter.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/WeatherForecasts.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/configureStore.js (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Controllers/SampleDataController.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/Error.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/Error.cshtml.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/_ViewImports.cshtml (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Program.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Properties/launchSettings.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Startup.cs (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/app.config (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.Development.json (100%) rename src/{templating => Templating}/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.json (100%) rename src/{templating => Templating}/src/SetPackageProperties.targets (100%) rename src/{templating => Templating}/src/THIRD-PARTY-NOTICES (100%) rename src/{templating => Templating}/src/templates.nuspec (100%) rename src/{templating => Templating}/test/Directory.Build.targets (100%) rename src/{templating => Templating}/test/DotNetToolsInstaller/DotNetToolsInstaller.csproj (100%) rename src/{templating => Templating}/test/GenerateTestProps.targets (100%) rename src/{templating => Templating}/test/TemplateTests.props.in (100%) rename src/{templating => Templating}/test/Templates.Test/.gitattributes (100%) rename src/{templating => Templating}/test/Templates.Test/BaselineTest.cs (100%) rename src/{templating => Templating}/test/Templates.Test/ByteOrderMarkTest.cs (100%) rename src/{templating => Templating}/test/Templates.Test/CdnScriptTagTests.cs (100%) rename src/{templating => Templating}/test/Templates.Test/EmptyWebTemplateTest.cs (100%) rename src/{templating => Templating}/test/Templates.Test/Helpers/AddFirewallExclusion.cs (100%) rename src/{templating => Templating}/test/Templates.Test/Helpers/AspNetProcess.cs (100%) rename src/{templating => Templating}/test/Templates.Test/Helpers/Npm.cs (100%) rename src/{templating => Templating}/test/Templates.Test/Helpers/ProcessEx.cs (100%) rename src/{templating => Templating}/test/Templates.Test/Helpers/TemplatePackageInstaller.cs (100%) rename src/{templating => Templating}/test/Templates.Test/Helpers/TemplateTestBase.cs (100%) rename src/{templating => Templating}/test/Templates.Test/Helpers/WebDriverExtensions.cs (100%) rename src/{templating => Templating}/test/Templates.Test/Helpers/WebDriverFactory.cs (100%) rename src/{templating => Templating}/test/Templates.Test/MvcTemplateTest.cs (100%) rename src/{templating => Templating}/test/Templates.Test/RazorPagesTemplateTest.cs (100%) rename src/{templating => Templating}/test/Templates.Test/SpaTemplateTest/AngularTemplateTest.cs (100%) rename src/{templating => Templating}/test/Templates.Test/SpaTemplateTest/ReactReduxTemplateTest.cs (100%) rename src/{templating => Templating}/test/Templates.Test/SpaTemplateTest/ReactTemplateTest.cs (100%) rename src/{templating => Templating}/test/Templates.Test/SpaTemplateTest/SpaTemplateTestBase.cs (100%) rename src/{templating => Templating}/test/Templates.Test/Templates.Test.csproj (100%) rename src/{templating => Templating}/test/Templates.Test/WebApiTemplateTest.cs (100%) rename src/{templating => Templating}/test/Templates.Test/template-baselines.json (100%) rename src/{templating => Templating}/version.props (100%) diff --git a/build/buildorder.props b/build/buildorder.props index 311b21a233..9afcab56d0 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -34,6 +34,6 @@ - + diff --git a/build/submodules.props b/build/submodules.props index 7e787b65ee..1cc163efc5 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -39,7 +39,7 @@ - + diff --git a/src/templating/.gitignore b/src/Templating/.gitignore similarity index 100% rename from src/templating/.gitignore rename to src/Templating/.gitignore diff --git a/src/templating/Directory.Build.props b/src/Templating/Directory.Build.props similarity index 91% rename from src/templating/Directory.Build.props rename to src/Templating/Directory.Build.props index 92ebf42a30..9887edd5d5 100644 --- a/src/templating/Directory.Build.props +++ b/src/Templating/Directory.Build.props @@ -10,7 +10,7 @@ Microsoft ASP.NET Core $(MSBuildThisFileDirectory) - https://github.com/aspnet/templating + https://github.com/aspnet/Templating git true diff --git a/src/templating/Directory.Build.targets b/src/Templating/Directory.Build.targets similarity index 100% rename from src/templating/Directory.Build.targets rename to src/Templating/Directory.Build.targets diff --git a/src/templating/NuGetPackageVerifier.json b/src/Templating/NuGetPackageVerifier.json similarity index 100% rename from src/templating/NuGetPackageVerifier.json rename to src/Templating/NuGetPackageVerifier.json diff --git a/src/templating/README.md b/src/Templating/README.md similarity index 100% rename from src/templating/README.md rename to src/Templating/README.md diff --git a/src/templating/Templating.sln b/src/Templating/Templating.sln similarity index 100% rename from src/templating/Templating.sln rename to src/Templating/Templating.sln diff --git a/src/templating/build/dependencies.props b/src/Templating/build/dependencies.props similarity index 100% rename from src/templating/build/dependencies.props rename to src/Templating/build/dependencies.props diff --git a/src/templating/build/repo.props b/src/Templating/build/repo.props similarity index 100% rename from src/templating/build/repo.props rename to src/Templating/build/repo.props diff --git a/src/templating/build/sources.props b/src/Templating/build/sources.props similarity index 100% rename from src/templating/build/sources.props rename to src/Templating/build/sources.props diff --git a/src/templating/src/Directory.Build.props b/src/Templating/src/Directory.Build.props similarity index 100% rename from src/templating/src/Directory.Build.props rename to src/Templating/src/Directory.Build.props diff --git a/src/templating/src/Directory.Build.targets b/src/Templating/src/Directory.Build.targets similarity index 100% rename from src/templating/src/Directory.Build.targets rename to src/Templating/src/Directory.Build.targets diff --git a/src/templating/src/GenerateContent.targets b/src/Templating/src/GenerateContent.targets similarity index 100% rename from src/templating/src/GenerateContent.targets rename to src/Templating/src/GenerateContent.targets diff --git a/src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/Microsoft.DotNet.Web.Client.ItemTemplates.csproj b/src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/Microsoft.DotNet.Web.Client.ItemTemplates.csproj similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/Microsoft.DotNet.Web.Client.ItemTemplates.csproj rename to src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/Microsoft.DotNet.Web.Client.ItemTemplates.csproj diff --git a/src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/styleSheet1.less b/src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/styleSheet1.less similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/styleSheet1.less rename to src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Less/styleSheet1.less diff --git a/src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/styleSheet1.scss b/src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/styleSheet1.scss similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/styleSheet1.scss rename to src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/Scss/styleSheet1.scss diff --git a/src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/file1.ts b/src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/file1.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/file1.ts rename to src/Templating/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/file1.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/Microsoft.DotNet.Web.ItemTemplates.csproj b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/Microsoft.DotNet.Web.ItemTemplates.csproj similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/Microsoft.DotNet.Web.ItemTemplates.csproj rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/Microsoft.DotNet.Web.ItemTemplates.csproj diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml.cs b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml.cs rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/RazorPage/Index.cshtml.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/_ViewImports.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/_ViewImports.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/_ViewImports.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewImports/_ViewImports.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/_ViewStart.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/_ViewStart.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/_ViewStart.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ItemTemplates/content/ViewStart/_ViewStart.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/.gitignore b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/.gitignore similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/.gitignore rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/.gitignore diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/EmptyWeb-CSharp.csproj.in b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/EmptyWeb-CSharp.csproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/EmptyWeb-CSharp.csproj.in rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/EmptyWeb-CSharp.csproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/EmptyWeb-FSharp.fsproj.in b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/EmptyWeb-FSharp.fsproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/EmptyWeb-FSharp.fsproj.in rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/EmptyWeb-FSharp.fsproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/Microsoft.DotNet.Web.ProjectTemplates.csproj b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/Microsoft.DotNet.Web.ProjectTemplates.csproj similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/Microsoft.DotNet.Web.ProjectTemplates.csproj rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/Microsoft.DotNet.Web.ProjectTemplates.csproj diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorClassLibrary-CSharp.csproj.in b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorClassLibrary-CSharp.csproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorClassLibrary-CSharp.csproj.in rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorClassLibrary-CSharp.csproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/RazorPagesWeb-CSharp.csproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-CSharp.csproj.in b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-CSharp.csproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-CSharp.csproj.in rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-CSharp.csproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-FSharp.fsproj.in b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-FSharp.fsproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-FSharp.fsproj.in rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/StarterWeb-FSharp.fsproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/WebApi-CSharp.csproj.in b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/WebApi-CSharp.csproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/WebApi-CSharp.csproj.in rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/WebApi-CSharp.csproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/WebApi-FSharp.fsproj.in b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/WebApi-FSharp.fsproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/WebApi-FSharp.fsproj.in rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/WebApi-FSharp.fsproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/Directory.Build.props b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/Directory.Build.props similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/Directory.Build.props rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/Directory.Build.props diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/Directory.Build.targets b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/Directory.Build.targets similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/Directory.Build.targets rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/Directory.Build.targets diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3/Empty.png b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3/Empty.png similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3/Empty.png rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3/Empty.png diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Program.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Program.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Program.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Program.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Startup.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Startup.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Startup.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Startup.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/app.config b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/app.config similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/app.config rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/app.config diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/wwwroot/-.- b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/wwwroot/-.- similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/wwwroot/-.- rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/wwwroot/-.- diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3/Empty.png b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3/Empty.png similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3/Empty.png rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3/Empty.png diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Program.fs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Program.fs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Program.fs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Program.fs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Properties/launchSettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Properties/launchSettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Properties/launchSettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Properties/launchSettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Startup.fs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Startup.fs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Startup.fs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Startup.fs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/app.config b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/app.config similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/app.config rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/app.config diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/vs-2017.3.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/vs-2017.3.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/vs-2017.3.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/vs-2017.3.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/vs-2017.3/RazorClassLibrary.ico b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/vs-2017.3/RazorClassLibrary.ico similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/vs-2017.3/RazorClassLibrary.ico rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/vs-2017.3/RazorClassLibrary.ico diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3/WebApplication.png b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3/WebApplication.png similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3/WebApplication.png rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3/WebApplication.png diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Areas/Identity/Pages/_ViewStart.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Areas/Identity/Pages/_ViewStart.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Areas/Identity/Pages/_ViewStart.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Areas/Identity/Pages/_ViewStart.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/ApplicationDbContext.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/ApplicationDbContext.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/ApplicationDbContext.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/ApplicationDbContext.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.Designer.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.Designer.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.Designer.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.Designer.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/ApplicationDbContextModelSnapshot.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/ApplicationDbContextModelSnapshot.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/ApplicationDbContextModelSnapshot.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlLite/ApplicationDbContextModelSnapshot.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.Designer.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.Designer.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.Designer.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.Designer.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/ApplicationDbContextModelSnapshot.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/ApplicationDbContextModelSnapshot.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/ApplicationDbContextModelSnapshot.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Data/SqlServer/ApplicationDbContextModelSnapshot.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/About.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/About.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/About.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/About.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/About.cshtml.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/About.cshtml.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/About.cshtml.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/About.cshtml.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Contact.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Contact.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Contact.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Contact.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Contact.cshtml.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Contact.cshtml.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Contact.cshtml.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Contact.cshtml.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Error.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Error.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Error.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Error.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Error.cshtml.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Error.cshtml.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Error.cshtml.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Error.cshtml.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Index.cshtml.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_CookieConsentPartial.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_CookieConsentPartial.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_CookieConsentPartial.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_CookieConsentPartial.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_Layout.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_Layout.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_Layout.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_Layout.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.Identity.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.Identity.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.Identity.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.Identity.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.OrgAuth.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.OrgAuth.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.OrgAuth.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.OrgAuth.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_ValidationScriptsPartial.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_ValidationScriptsPartial.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_ValidationScriptsPartial.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/_ViewImports.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/_ViewImports.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/_ViewImports.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/_ViewImports.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/_ViewStart.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/_ViewStart.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/_ViewStart.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/_ViewStart.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Program.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Program.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Program.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Program.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties/launchSettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties/launchSettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties/launchSettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties/launchSettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Startup.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Startup.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Startup.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Startup.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/app.config b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/app.config similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/app.config rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/app.config diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/app.db b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/app.db similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/app.db rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/app.db diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.Development.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.Development.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.Development.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.Development.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.min.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.min.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.min.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/css/site.min.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/favicon.ico b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/favicon.ico similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/favicon.ico rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/favicon.ico diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner1.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner1.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner1.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner1.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner2.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner2.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner2.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner2.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner3.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner3.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner3.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/images/banner3.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/js/site.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/js/site.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/js/site.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/js/site.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/js/site.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/js/site.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/js/site.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/js/site.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/LICENSE b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/LICENSE rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/LICENSE diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/npm.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/npm.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/npm.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/bootstrap/dist/js/npm.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/LICENSE.md b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/LICENSE.md rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/LICENSE.txt b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/LICENSE.txt rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/LICENSE.txt diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3/WebApplication.png b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3/WebApplication.png similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3/WebApplication.png rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3/WebApplication.png diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Areas/Identity/Pages/_ViewStart.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Areas/Identity/Pages/_ViewStart.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Areas/Identity/Pages/_ViewStart.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Areas/Identity/Pages/_ViewStart.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Controllers/HomeController.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Controllers/HomeController.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Controllers/HomeController.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Controllers/HomeController.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/ApplicationDbContext.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/ApplicationDbContext.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/ApplicationDbContext.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/ApplicationDbContext.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.Designer.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.Designer.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.Designer.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.Designer.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/00000000000000_CreateIdentitySchema.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/ApplicationDbContextModelSnapshot.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/ApplicationDbContextModelSnapshot.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/ApplicationDbContextModelSnapshot.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlLite/ApplicationDbContextModelSnapshot.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.Designer.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.Designer.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.Designer.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.Designer.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/00000000000000_CreateIdentitySchema.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/ApplicationDbContextModelSnapshot.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/ApplicationDbContextModelSnapshot.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/ApplicationDbContextModelSnapshot.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Data/SqlServer/ApplicationDbContextModelSnapshot.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Models/ErrorViewModel.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Models/ErrorViewModel.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Models/ErrorViewModel.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Models/ErrorViewModel.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Program.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Program.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Program.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Program.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Startup.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Startup.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Startup.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Startup.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/About.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/About.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/About.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/About.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Contact.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Contact.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Contact.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Contact.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Index.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Index.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Index.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Index.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Privacy.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Privacy.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Privacy.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Privacy.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/Error.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/Error.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/Error.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/Error.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_CookieConsentPartial.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_CookieConsentPartial.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_CookieConsentPartial.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_CookieConsentPartial.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_Layout.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_Layout.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_Layout.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_Layout.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_LoginPartial.Identity.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_LoginPartial.Identity.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_LoginPartial.Identity.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_LoginPartial.Identity.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_LoginPartial.OrgAuth.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_LoginPartial.OrgAuth.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_LoginPartial.OrgAuth.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_LoginPartial.OrgAuth.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_ValidationScriptsPartial.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_ValidationScriptsPartial.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/_ViewImports.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/_ViewImports.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/_ViewImports.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/_ViewImports.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/_ViewStart.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/_ViewStart.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/_ViewStart.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Views/_ViewStart.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/app.config b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/app.config similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/app.config rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/app.config diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/app.db b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/app.db similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/app.db rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/app.db diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.Development.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.Development.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.Development.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.Development.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.min.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.min.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.min.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/css/site.min.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/favicon.ico b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/favicon.ico similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/favicon.ico rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/favicon.ico diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner1.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner1.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner1.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner1.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner2.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner2.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner2.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner2.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner3.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner3.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner3.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/images/banner3.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/js/site.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/js/site.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/js/site.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/js/site.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/js/site.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/js/site.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/js/site.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/js/site.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/LICENSE b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/LICENSE rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/LICENSE diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/npm.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/npm.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/npm.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/bootstrap/dist/js/npm.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/LICENSE.md b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/LICENSE.md rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/LICENSE.txt b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/LICENSE.txt rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/LICENSE.txt diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.bowerrc b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.bowerrc similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.bowerrc rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.bowerrc diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Controllers/HomeController.fs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Controllers/HomeController.fs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Controllers/HomeController.fs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Controllers/HomeController.fs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Models/ErrorViewModel.fs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Models/ErrorViewModel.fs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Models/ErrorViewModel.fs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Models/ErrorViewModel.fs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Program.fs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Program.fs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Program.fs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Program.fs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Properties/launchSettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Properties/launchSettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Properties/launchSettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Properties/launchSettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Startup.fs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Startup.fs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Startup.fs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Startup.fs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/About.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/About.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/About.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/About.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/Contact.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/Contact.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/Contact.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/Contact.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/Index.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/Index.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/Index.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Home/Index.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/Error.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/Error.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/Error.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/Error.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/_Layout.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/_Layout.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/_Layout.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/_Layout.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/_ValidationScriptsPartial.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/_ValidationScriptsPartial.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/_ViewImports.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/_ViewImports.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/_ViewImports.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/_ViewImports.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/_ViewStart.cshtml b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/_ViewStart.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/_ViewStart.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Views/_ViewStart.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/app.config b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/app.config similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/app.config rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/app.config diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/appsettings.Development.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/appsettings.Development.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/appsettings.Development.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/appsettings.Development.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/appsettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/appsettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/appsettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/appsettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.min.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.min.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.min.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/css/site.min.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/favicon.ico b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/favicon.ico similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/favicon.ico rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/favicon.ico diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner1.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner1.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner1.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner1.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner2.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner2.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner2.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner2.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner3.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner3.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner3.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/images/banner3.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/js/site.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/js/site.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/js/site.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/js/site.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/js/site.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/js/site.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/js/site.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/js/site.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/LICENSE b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/LICENSE rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/LICENSE diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/npm.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/npm.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/npm.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/bootstrap/dist/js/npm.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/LICENSE.md b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/LICENSE.md rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/.bower.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/.bower.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/.bower.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/.bower.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/LICENSE.txt b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/LICENSE.txt rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/LICENSE.txt diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.min.js b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.min.js rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.min.map b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.min.map rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3/WebAPI.png b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3/WebAPI.png similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3/WebAPI.png rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3/WebAPI.png diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Controllers/ValuesController.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Controllers/ValuesController.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Controllers/ValuesController.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Controllers/ValuesController.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Program.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Program.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Program.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Program.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Startup.cs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Startup.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Startup.cs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Startup.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/app.config b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/app.config similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/app.config rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/app.config diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/appsettings.Development.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/appsettings.Development.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/appsettings.Development.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/appsettings.Development.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/appsettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/appsettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/appsettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/appsettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/wwwroot/-.- b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/wwwroot/-.- similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/wwwroot/-.- rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/wwwroot/-.- diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3.host.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3.host.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3/WebAPI.png b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3/WebAPI.png similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3/WebAPI.png rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3/WebAPI.png diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Controllers/ValuesController.fs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Controllers/ValuesController.fs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Controllers/ValuesController.fs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Controllers/ValuesController.fs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Program.fs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Program.fs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Program.fs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Program.fs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Startup.fs b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Startup.fs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Startup.fs rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Startup.fs diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/app.config b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/app.config similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/app.config rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/app.config diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/appsettings.Development.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/appsettings.Development.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/appsettings.Development.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/appsettings.Development.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/appsettings.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/appsettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/appsettings.json rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/appsettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/wwwroot/-.- b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/wwwroot/-.- similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/wwwroot/-.- rename to src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/wwwroot/-.- diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/.gitignore b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/.gitignore similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/.gitignore rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/.gitignore diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Angular-CSharp.csproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/React-CSharp.csproj.in b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/React-CSharp.csproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/React-CSharp.csproj.in rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/React-CSharp.csproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/ReactRedux-CSharp.csproj.in diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.gitignore b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.gitignore similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.gitignore rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.gitignore diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/icon.png b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/icon.png similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/icon.png rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/icon.png diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/vs-2017.3.host.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/vs-2017.3.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/vs-2017.3.host.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/vs-2017.3.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.angular-cli.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.angular-cli.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.angular-cli.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.angular-cli.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.editorconfig b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.editorconfig similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.editorconfig rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.editorconfig diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.gitignore b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.gitignore similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.gitignore rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/.gitignore diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/README.md b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/README.md similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/README.md rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/README.md diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/app.e2e-spec.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/app.e2e-spec.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/app.e2e-spec.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/app.e2e-spec.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/app.po.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/app.po.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/app.po.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/app.po.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/tsconfig.e2e.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/tsconfig.e2e.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/tsconfig.e2e.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/e2e/tsconfig.e2e.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/karma.conf.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/karma.conf.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/karma.conf.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/karma.conf.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package-lock.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package-lock.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package-lock.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package-lock.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/protractor.conf.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/protractor.conf.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/protractor.conf.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/protractor.conf.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.css b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.css rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.css diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.html b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.html similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.html rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.html diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.component.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.module.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.module.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.module.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/app.module.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.html b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.html similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.html rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.html diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.spec.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.spec.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.spec.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.spec.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.html b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.html similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.html rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.html diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.html b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.html similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.html rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.html diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.css b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.css rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.css diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.html b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.html similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.html rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.html diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/nav-menu/nav-menu.component.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/assets/.gitkeep b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/assets/.gitkeep similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/assets/.gitkeep rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/assets/.gitkeep diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/environments/environment.prod.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/environments/environment.prod.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/environments/environment.prod.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/environments/environment.prod.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/environments/environment.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/environments/environment.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/environments/environment.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/environments/environment.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/index.html b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/index.html similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/index.html rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/index.html diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/main.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/main.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/main.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/main.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/polyfills.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/polyfills.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/polyfills.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/polyfills.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/styles.css b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/styles.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/styles.css rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/styles.css diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/test.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/test.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/test.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/test.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/tsconfig.app.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/tsconfig.app.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/tsconfig.app.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/tsconfig.app.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/tsconfig.spec.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/tsconfig.spec.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/tsconfig.spec.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/tsconfig.spec.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/typings.d.ts b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/typings.d.ts similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/typings.d.ts rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/typings.d.ts diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/tsconfig.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/tsconfig.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/tsconfig.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/tsconfig.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/tslint.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/tslint.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/tslint.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/tslint.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Controllers/SampleDataController.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Controllers/SampleDataController.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Controllers/SampleDataController.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Controllers/SampleDataController.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/Error.cshtml b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/Error.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/Error.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/Error.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/Error.cshtml.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/Error.cshtml.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/Error.cshtml.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/Error.cshtml.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/_ViewImports.cshtml b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/_ViewImports.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/_ViewImports.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Pages/_ViewImports.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Program.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Program.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Program.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Program.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Properties/launchSettings.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Properties/launchSettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Properties/launchSettings.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Properties/launchSettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Startup.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Startup.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Startup.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Startup.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/app.config b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/app.config similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/app.config rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/app.config diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.Development.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.Development.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.Development.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.Development.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/wwwroot/favicon.ico b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/wwwroot/favicon.ico similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/wwwroot/favicon.ico rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/wwwroot/favicon.ico diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Directory.Build.props b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Directory.Build.props similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Directory.Build.props rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Directory.Build.props diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Directory.Build.targets b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Directory.Build.targets similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Directory.Build.targets rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Directory.Build.targets diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.gitignore b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.gitignore similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.gitignore rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.gitignore diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/icon.png b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/icon.png similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/icon.png rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/icon.png diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/vs-2017.3.host.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/vs-2017.3.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/vs-2017.3.host.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/vs-2017.3.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/.gitignore b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/.gitignore similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/.gitignore rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/.gitignore diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/README.md b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/README.md similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/README.md rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/README.md diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/package-lock.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/package-lock.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/package-lock.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/package-lock.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/package.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/package.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/package.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/package.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/favicon.ico b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/favicon.ico similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/favicon.ico rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/favicon.ico diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/index.html b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/index.html similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/index.html rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/index.html diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/manifest.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/manifest.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/manifest.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/public/manifest.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/App.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/App.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/App.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/App.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/App.test.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/App.test.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/App.test.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/App.test.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Counter.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Counter.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Counter.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Counter.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/FetchData.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/FetchData.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/FetchData.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/FetchData.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Home.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Home.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Home.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Home.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Layout.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Layout.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Layout.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/Layout.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/NavMenu.css b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/NavMenu.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/NavMenu.css rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/NavMenu.css diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/NavMenu.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/NavMenu.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/NavMenu.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/components/NavMenu.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/index.css b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/index.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/index.css rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/index.css diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/index.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/index.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/index.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/index.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/registerServiceWorker.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/registerServiceWorker.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/registerServiceWorker.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/ClientApp/src/registerServiceWorker.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Controllers/SampleDataController.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Controllers/SampleDataController.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Controllers/SampleDataController.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Controllers/SampleDataController.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/Error.cshtml b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/Error.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/Error.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/Error.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/Error.cshtml.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/Error.cshtml.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/Error.cshtml.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/Error.cshtml.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/_ViewImports.cshtml b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/_ViewImports.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/_ViewImports.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Pages/_ViewImports.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Program.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Program.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Program.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Program.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Properties/launchSettings.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Properties/launchSettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Properties/launchSettings.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Properties/launchSettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Startup.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Startup.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Startup.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Startup.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/app.config b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/app.config similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/app.config rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/app.config diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.Development.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.Development.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.Development.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.Development.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.gitignore b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.gitignore similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.gitignore rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.gitignore diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/dotnetcli.host.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/dotnetcli.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/dotnetcli.host.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/dotnetcli.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/icon.png b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/icon.png similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/icon.png rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/icon.png diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/template.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/template.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/template.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/vs-2017.3.host.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/vs-2017.3.host.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/vs-2017.3.host.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/vs-2017.3.host.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/.gitignore b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/.gitignore similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/.gitignore rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/.gitignore diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/README.md b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/README.md similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/README.md rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/README.md diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package-lock.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package-lock.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package-lock.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package-lock.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/package.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/favicon.ico b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/favicon.ico similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/favicon.ico rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/favicon.ico diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/index.html b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/index.html similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/index.html rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/index.html diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/manifest.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/manifest.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/manifest.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/public/manifest.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.test.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.test.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.test.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/App.test.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Counter.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Counter.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Counter.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Counter.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/FetchData.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/FetchData.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/FetchData.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/FetchData.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Home.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Home.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Home.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Home.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Layout.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Layout.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Layout.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Layout.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/NavMenu.css b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/NavMenu.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/NavMenu.css rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/NavMenu.css diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/NavMenu.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/NavMenu.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/NavMenu.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/NavMenu.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/index.css b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/index.css similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/index.css rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/index.css diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/index.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/index.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/index.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/index.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/registerServiceWorker.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/registerServiceWorker.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/registerServiceWorker.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/registerServiceWorker.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/Counter.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/Counter.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/Counter.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/Counter.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/WeatherForecasts.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/WeatherForecasts.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/WeatherForecasts.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/WeatherForecasts.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/configureStore.js b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/configureStore.js similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/configureStore.js rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/store/configureStore.js diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Controllers/SampleDataController.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Controllers/SampleDataController.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Controllers/SampleDataController.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Controllers/SampleDataController.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/Error.cshtml b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/Error.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/Error.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/Error.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/Error.cshtml.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/Error.cshtml.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/Error.cshtml.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/Error.cshtml.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/_ViewImports.cshtml b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/_ViewImports.cshtml similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/_ViewImports.cshtml rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Pages/_ViewImports.cshtml diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Program.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Program.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Program.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Program.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Properties/launchSettings.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Properties/launchSettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Properties/launchSettings.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Properties/launchSettings.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Startup.cs b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Startup.cs similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Startup.cs rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Startup.cs diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/app.config b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/app.config similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/app.config rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/app.config diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.Development.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.Development.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.Development.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.Development.json diff --git a/src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.json b/src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.json similarity index 100% rename from src/templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.json rename to src/Templating/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.json diff --git a/src/templating/src/SetPackageProperties.targets b/src/Templating/src/SetPackageProperties.targets similarity index 100% rename from src/templating/src/SetPackageProperties.targets rename to src/Templating/src/SetPackageProperties.targets diff --git a/src/templating/src/THIRD-PARTY-NOTICES b/src/Templating/src/THIRD-PARTY-NOTICES similarity index 100% rename from src/templating/src/THIRD-PARTY-NOTICES rename to src/Templating/src/THIRD-PARTY-NOTICES diff --git a/src/templating/src/templates.nuspec b/src/Templating/src/templates.nuspec similarity index 100% rename from src/templating/src/templates.nuspec rename to src/Templating/src/templates.nuspec diff --git a/src/templating/test/Directory.Build.targets b/src/Templating/test/Directory.Build.targets similarity index 100% rename from src/templating/test/Directory.Build.targets rename to src/Templating/test/Directory.Build.targets diff --git a/src/templating/test/DotNetToolsInstaller/DotNetToolsInstaller.csproj b/src/Templating/test/DotNetToolsInstaller/DotNetToolsInstaller.csproj similarity index 100% rename from src/templating/test/DotNetToolsInstaller/DotNetToolsInstaller.csproj rename to src/Templating/test/DotNetToolsInstaller/DotNetToolsInstaller.csproj diff --git a/src/templating/test/GenerateTestProps.targets b/src/Templating/test/GenerateTestProps.targets similarity index 100% rename from src/templating/test/GenerateTestProps.targets rename to src/Templating/test/GenerateTestProps.targets diff --git a/src/templating/test/TemplateTests.props.in b/src/Templating/test/TemplateTests.props.in similarity index 100% rename from src/templating/test/TemplateTests.props.in rename to src/Templating/test/TemplateTests.props.in diff --git a/src/templating/test/Templates.Test/.gitattributes b/src/Templating/test/Templates.Test/.gitattributes similarity index 100% rename from src/templating/test/Templates.Test/.gitattributes rename to src/Templating/test/Templates.Test/.gitattributes diff --git a/src/templating/test/Templates.Test/BaselineTest.cs b/src/Templating/test/Templates.Test/BaselineTest.cs similarity index 100% rename from src/templating/test/Templates.Test/BaselineTest.cs rename to src/Templating/test/Templates.Test/BaselineTest.cs diff --git a/src/templating/test/Templates.Test/ByteOrderMarkTest.cs b/src/Templating/test/Templates.Test/ByteOrderMarkTest.cs similarity index 100% rename from src/templating/test/Templates.Test/ByteOrderMarkTest.cs rename to src/Templating/test/Templates.Test/ByteOrderMarkTest.cs diff --git a/src/templating/test/Templates.Test/CdnScriptTagTests.cs b/src/Templating/test/Templates.Test/CdnScriptTagTests.cs similarity index 100% rename from src/templating/test/Templates.Test/CdnScriptTagTests.cs rename to src/Templating/test/Templates.Test/CdnScriptTagTests.cs diff --git a/src/templating/test/Templates.Test/EmptyWebTemplateTest.cs b/src/Templating/test/Templates.Test/EmptyWebTemplateTest.cs similarity index 100% rename from src/templating/test/Templates.Test/EmptyWebTemplateTest.cs rename to src/Templating/test/Templates.Test/EmptyWebTemplateTest.cs diff --git a/src/templating/test/Templates.Test/Helpers/AddFirewallExclusion.cs b/src/Templating/test/Templates.Test/Helpers/AddFirewallExclusion.cs similarity index 100% rename from src/templating/test/Templates.Test/Helpers/AddFirewallExclusion.cs rename to src/Templating/test/Templates.Test/Helpers/AddFirewallExclusion.cs diff --git a/src/templating/test/Templates.Test/Helpers/AspNetProcess.cs b/src/Templating/test/Templates.Test/Helpers/AspNetProcess.cs similarity index 100% rename from src/templating/test/Templates.Test/Helpers/AspNetProcess.cs rename to src/Templating/test/Templates.Test/Helpers/AspNetProcess.cs diff --git a/src/templating/test/Templates.Test/Helpers/Npm.cs b/src/Templating/test/Templates.Test/Helpers/Npm.cs similarity index 100% rename from src/templating/test/Templates.Test/Helpers/Npm.cs rename to src/Templating/test/Templates.Test/Helpers/Npm.cs diff --git a/src/templating/test/Templates.Test/Helpers/ProcessEx.cs b/src/Templating/test/Templates.Test/Helpers/ProcessEx.cs similarity index 100% rename from src/templating/test/Templates.Test/Helpers/ProcessEx.cs rename to src/Templating/test/Templates.Test/Helpers/ProcessEx.cs diff --git a/src/templating/test/Templates.Test/Helpers/TemplatePackageInstaller.cs b/src/Templating/test/Templates.Test/Helpers/TemplatePackageInstaller.cs similarity index 100% rename from src/templating/test/Templates.Test/Helpers/TemplatePackageInstaller.cs rename to src/Templating/test/Templates.Test/Helpers/TemplatePackageInstaller.cs diff --git a/src/templating/test/Templates.Test/Helpers/TemplateTestBase.cs b/src/Templating/test/Templates.Test/Helpers/TemplateTestBase.cs similarity index 100% rename from src/templating/test/Templates.Test/Helpers/TemplateTestBase.cs rename to src/Templating/test/Templates.Test/Helpers/TemplateTestBase.cs diff --git a/src/templating/test/Templates.Test/Helpers/WebDriverExtensions.cs b/src/Templating/test/Templates.Test/Helpers/WebDriverExtensions.cs similarity index 100% rename from src/templating/test/Templates.Test/Helpers/WebDriverExtensions.cs rename to src/Templating/test/Templates.Test/Helpers/WebDriverExtensions.cs diff --git a/src/templating/test/Templates.Test/Helpers/WebDriverFactory.cs b/src/Templating/test/Templates.Test/Helpers/WebDriverFactory.cs similarity index 100% rename from src/templating/test/Templates.Test/Helpers/WebDriverFactory.cs rename to src/Templating/test/Templates.Test/Helpers/WebDriverFactory.cs diff --git a/src/templating/test/Templates.Test/MvcTemplateTest.cs b/src/Templating/test/Templates.Test/MvcTemplateTest.cs similarity index 100% rename from src/templating/test/Templates.Test/MvcTemplateTest.cs rename to src/Templating/test/Templates.Test/MvcTemplateTest.cs diff --git a/src/templating/test/Templates.Test/RazorPagesTemplateTest.cs b/src/Templating/test/Templates.Test/RazorPagesTemplateTest.cs similarity index 100% rename from src/templating/test/Templates.Test/RazorPagesTemplateTest.cs rename to src/Templating/test/Templates.Test/RazorPagesTemplateTest.cs diff --git a/src/templating/test/Templates.Test/SpaTemplateTest/AngularTemplateTest.cs b/src/Templating/test/Templates.Test/SpaTemplateTest/AngularTemplateTest.cs similarity index 100% rename from src/templating/test/Templates.Test/SpaTemplateTest/AngularTemplateTest.cs rename to src/Templating/test/Templates.Test/SpaTemplateTest/AngularTemplateTest.cs diff --git a/src/templating/test/Templates.Test/SpaTemplateTest/ReactReduxTemplateTest.cs b/src/Templating/test/Templates.Test/SpaTemplateTest/ReactReduxTemplateTest.cs similarity index 100% rename from src/templating/test/Templates.Test/SpaTemplateTest/ReactReduxTemplateTest.cs rename to src/Templating/test/Templates.Test/SpaTemplateTest/ReactReduxTemplateTest.cs diff --git a/src/templating/test/Templates.Test/SpaTemplateTest/ReactTemplateTest.cs b/src/Templating/test/Templates.Test/SpaTemplateTest/ReactTemplateTest.cs similarity index 100% rename from src/templating/test/Templates.Test/SpaTemplateTest/ReactTemplateTest.cs rename to src/Templating/test/Templates.Test/SpaTemplateTest/ReactTemplateTest.cs diff --git a/src/templating/test/Templates.Test/SpaTemplateTest/SpaTemplateTestBase.cs b/src/Templating/test/Templates.Test/SpaTemplateTest/SpaTemplateTestBase.cs similarity index 100% rename from src/templating/test/Templates.Test/SpaTemplateTest/SpaTemplateTestBase.cs rename to src/Templating/test/Templates.Test/SpaTemplateTest/SpaTemplateTestBase.cs diff --git a/src/templating/test/Templates.Test/Templates.Test.csproj b/src/Templating/test/Templates.Test/Templates.Test.csproj similarity index 100% rename from src/templating/test/Templates.Test/Templates.Test.csproj rename to src/Templating/test/Templates.Test/Templates.Test.csproj diff --git a/src/templating/test/Templates.Test/WebApiTemplateTest.cs b/src/Templating/test/Templates.Test/WebApiTemplateTest.cs similarity index 100% rename from src/templating/test/Templates.Test/WebApiTemplateTest.cs rename to src/Templating/test/Templates.Test/WebApiTemplateTest.cs diff --git a/src/templating/test/Templates.Test/template-baselines.json b/src/Templating/test/Templates.Test/template-baselines.json similarity index 100% rename from src/templating/test/Templates.Test/template-baselines.json rename to src/Templating/test/Templates.Test/template-baselines.json diff --git a/src/templating/version.props b/src/Templating/version.props similarity index 100% rename from src/templating/version.props rename to src/Templating/version.props From 6fc3eb3bfcfdd0297b50622e29949440722d7679 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Tue, 20 Nov 2018 10:21:21 -0800 Subject: [PATCH 6/9] Fix MetaPackage casing --- build/buildorder.props | 2 +- build/submodules.props | 2 +- src/{Metapackages => MetaPackages-Temp}/.gitignore | 0 .../Directory.Build.props | 0 .../Directory.Build.targets | 0 .../MetaPackages.sln | 0 .../NuGetPackageVerifier.json | 0 src/{Metapackages => MetaPackages-Temp}/README.md | 0 .../build/Key.snk | Bin .../build/dependencies.props | 0 .../build/repo.props | 0 .../build/sources.props | 0 .../samples/SampleApp/Program.cs | 0 .../SampleApp/Properties/launchSettings.json | 0 .../samples/SampleApp/SampleApp.csproj | 0 .../samples/SampleApp/Startup.cs | 0 .../samples/SampleApp/appsettings.json | 0 .../samples/SampleApp/wwwroot/htmlpage.html | 0 .../src/Directory.Build.props | 0 .../HostFilteringStartupFilter.cs | 0 .../Microsoft.AspNetCore.csproj | 0 .../src/Microsoft.AspNetCore/WebHost.cs | 0 .../src/Microsoft.AspNetCore/baseline.netcore.json | 0 .../test/Directory.Build.props | 0 .../Microsoft.AspNetCore.FunctionalTests.csproj | 0 .../WebHostFunctionalTests.cs | 0 .../testCert.pfx | Bin .../Microsoft.AspNetCore.Tests.csproj | 0 .../test/Microsoft.AspNetCore.Tests/WebHostTests.cs | 0 .../CreateDefaultBuilderApp.csproj | 0 .../TestSites/CreateDefaultBuilderApp/Program.cs | 0 .../appsettings.Development.json | 0 .../CreateDefaultBuilderApp/appsettings.json | 0 .../CreateDefaultBuilderOfTApp.csproj | 0 .../TestSites/CreateDefaultBuilderOfTApp/Program.cs | 0 .../TestSites/CreateDefaultBuilderOfTApp/Startup.cs | 0 .../appsettings.Development.json | 0 .../CreateDefaultBuilderOfTApp/appsettings.json | 0 .../DependencyInjectionApp.csproj | 0 .../TestSites/DependencyInjectionApp/Program.cs | 0 .../TestSites/StartRequestDelegateUrlApp/Program.cs | 0 .../StartRequestDelegateUrlApp.csproj | 0 .../TestSites/StartRouteBuilderUrlApp/Program.cs | 0 .../StartRouteBuilderUrlApp.csproj | 0 .../StartWithIApplicationBuilderUrlApp/Program.cs | 0 .../StartWithIApplicationBuilderUrlApp.csproj | 0 .../version.props | 0 47 files changed, 2 insertions(+), 2 deletions(-) rename src/{Metapackages => MetaPackages-Temp}/.gitignore (100%) rename src/{Metapackages => MetaPackages-Temp}/Directory.Build.props (100%) rename src/{Metapackages => MetaPackages-Temp}/Directory.Build.targets (100%) rename src/{Metapackages => MetaPackages-Temp}/MetaPackages.sln (100%) rename src/{Metapackages => MetaPackages-Temp}/NuGetPackageVerifier.json (100%) rename src/{Metapackages => MetaPackages-Temp}/README.md (100%) rename src/{Metapackages => MetaPackages-Temp}/build/Key.snk (100%) rename src/{Metapackages => MetaPackages-Temp}/build/dependencies.props (100%) rename src/{Metapackages => MetaPackages-Temp}/build/repo.props (100%) rename src/{Metapackages => MetaPackages-Temp}/build/sources.props (100%) rename src/{Metapackages => MetaPackages-Temp}/samples/SampleApp/Program.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/samples/SampleApp/Properties/launchSettings.json (100%) rename src/{Metapackages => MetaPackages-Temp}/samples/SampleApp/SampleApp.csproj (100%) rename src/{Metapackages => MetaPackages-Temp}/samples/SampleApp/Startup.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/samples/SampleApp/appsettings.json (100%) rename src/{Metapackages => MetaPackages-Temp}/samples/SampleApp/wwwroot/htmlpage.html (100%) rename src/{Metapackages => MetaPackages-Temp}/src/Directory.Build.props (100%) rename src/{Metapackages => MetaPackages-Temp}/src/Microsoft.AspNetCore/HostFilteringStartupFilter.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj (100%) rename src/{Metapackages => MetaPackages-Temp}/src/Microsoft.AspNetCore/WebHost.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/src/Microsoft.AspNetCore/baseline.netcore.json (100%) rename src/{Metapackages => MetaPackages-Temp}/test/Directory.Build.props (100%) rename src/{Metapackages => MetaPackages-Temp}/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj (100%) rename src/{Metapackages => MetaPackages-Temp}/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/test/Microsoft.AspNetCore.FunctionalTests/testCert.pfx (100%) rename src/{Metapackages => MetaPackages-Temp}/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj (100%) rename src/{Metapackages => MetaPackages-Temp}/test/Microsoft.AspNetCore.Tests/WebHostTests.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/CreateDefaultBuilderApp/CreateDefaultBuilderApp.csproj (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/CreateDefaultBuilderApp/Program.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/CreateDefaultBuilderApp/appsettings.Development.json (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/CreateDefaultBuilderApp/appsettings.json (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/CreateDefaultBuilderOfTApp/CreateDefaultBuilderOfTApp.csproj (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/CreateDefaultBuilderOfTApp/Program.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/CreateDefaultBuilderOfTApp/Startup.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.Development.json (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/DependencyInjectionApp/DependencyInjectionApp.csproj (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/DependencyInjectionApp/Program.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/StartRequestDelegateUrlApp/Program.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/StartRequestDelegateUrlApp/StartRequestDelegateUrlApp.csproj (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/StartRouteBuilderUrlApp/Program.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/StartRouteBuilderUrlApp/StartRouteBuilderUrlApp.csproj (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/StartWithIApplicationBuilderUrlApp/Program.cs (100%) rename src/{Metapackages => MetaPackages-Temp}/test/TestSites/StartWithIApplicationBuilderUrlApp/StartWithIApplicationBuilderUrlApp.csproj (100%) rename src/{Metapackages => MetaPackages-Temp}/version.props (100%) diff --git a/build/buildorder.props b/build/buildorder.props index f27d1543d5..d5b5dab276 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -25,7 +25,7 @@ - + diff --git a/build/submodules.props b/build/submodules.props index 5bae3b7895..ccc78ab2e8 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -37,7 +37,7 @@ - + diff --git a/src/Metapackages/.gitignore b/src/MetaPackages-Temp/.gitignore similarity index 100% rename from src/Metapackages/.gitignore rename to src/MetaPackages-Temp/.gitignore diff --git a/src/Metapackages/Directory.Build.props b/src/MetaPackages-Temp/Directory.Build.props similarity index 100% rename from src/Metapackages/Directory.Build.props rename to src/MetaPackages-Temp/Directory.Build.props diff --git a/src/Metapackages/Directory.Build.targets b/src/MetaPackages-Temp/Directory.Build.targets similarity index 100% rename from src/Metapackages/Directory.Build.targets rename to src/MetaPackages-Temp/Directory.Build.targets diff --git a/src/Metapackages/MetaPackages.sln b/src/MetaPackages-Temp/MetaPackages.sln similarity index 100% rename from src/Metapackages/MetaPackages.sln rename to src/MetaPackages-Temp/MetaPackages.sln diff --git a/src/Metapackages/NuGetPackageVerifier.json b/src/MetaPackages-Temp/NuGetPackageVerifier.json similarity index 100% rename from src/Metapackages/NuGetPackageVerifier.json rename to src/MetaPackages-Temp/NuGetPackageVerifier.json diff --git a/src/Metapackages/README.md b/src/MetaPackages-Temp/README.md similarity index 100% rename from src/Metapackages/README.md rename to src/MetaPackages-Temp/README.md diff --git a/src/Metapackages/build/Key.snk b/src/MetaPackages-Temp/build/Key.snk similarity index 100% rename from src/Metapackages/build/Key.snk rename to src/MetaPackages-Temp/build/Key.snk diff --git a/src/Metapackages/build/dependencies.props b/src/MetaPackages-Temp/build/dependencies.props similarity index 100% rename from src/Metapackages/build/dependencies.props rename to src/MetaPackages-Temp/build/dependencies.props diff --git a/src/Metapackages/build/repo.props b/src/MetaPackages-Temp/build/repo.props similarity index 100% rename from src/Metapackages/build/repo.props rename to src/MetaPackages-Temp/build/repo.props diff --git a/src/Metapackages/build/sources.props b/src/MetaPackages-Temp/build/sources.props similarity index 100% rename from src/Metapackages/build/sources.props rename to src/MetaPackages-Temp/build/sources.props diff --git a/src/Metapackages/samples/SampleApp/Program.cs b/src/MetaPackages-Temp/samples/SampleApp/Program.cs similarity index 100% rename from src/Metapackages/samples/SampleApp/Program.cs rename to src/MetaPackages-Temp/samples/SampleApp/Program.cs diff --git a/src/Metapackages/samples/SampleApp/Properties/launchSettings.json b/src/MetaPackages-Temp/samples/SampleApp/Properties/launchSettings.json similarity index 100% rename from src/Metapackages/samples/SampleApp/Properties/launchSettings.json rename to src/MetaPackages-Temp/samples/SampleApp/Properties/launchSettings.json diff --git a/src/Metapackages/samples/SampleApp/SampleApp.csproj b/src/MetaPackages-Temp/samples/SampleApp/SampleApp.csproj similarity index 100% rename from src/Metapackages/samples/SampleApp/SampleApp.csproj rename to src/MetaPackages-Temp/samples/SampleApp/SampleApp.csproj diff --git a/src/Metapackages/samples/SampleApp/Startup.cs b/src/MetaPackages-Temp/samples/SampleApp/Startup.cs similarity index 100% rename from src/Metapackages/samples/SampleApp/Startup.cs rename to src/MetaPackages-Temp/samples/SampleApp/Startup.cs diff --git a/src/Metapackages/samples/SampleApp/appsettings.json b/src/MetaPackages-Temp/samples/SampleApp/appsettings.json similarity index 100% rename from src/Metapackages/samples/SampleApp/appsettings.json rename to src/MetaPackages-Temp/samples/SampleApp/appsettings.json diff --git a/src/Metapackages/samples/SampleApp/wwwroot/htmlpage.html b/src/MetaPackages-Temp/samples/SampleApp/wwwroot/htmlpage.html similarity index 100% rename from src/Metapackages/samples/SampleApp/wwwroot/htmlpage.html rename to src/MetaPackages-Temp/samples/SampleApp/wwwroot/htmlpage.html diff --git a/src/Metapackages/src/Directory.Build.props b/src/MetaPackages-Temp/src/Directory.Build.props similarity index 100% rename from src/Metapackages/src/Directory.Build.props rename to src/MetaPackages-Temp/src/Directory.Build.props diff --git a/src/Metapackages/src/Microsoft.AspNetCore/HostFilteringStartupFilter.cs b/src/MetaPackages-Temp/src/Microsoft.AspNetCore/HostFilteringStartupFilter.cs similarity index 100% rename from src/Metapackages/src/Microsoft.AspNetCore/HostFilteringStartupFilter.cs rename to src/MetaPackages-Temp/src/Microsoft.AspNetCore/HostFilteringStartupFilter.cs diff --git a/src/Metapackages/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj b/src/MetaPackages-Temp/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj similarity index 100% rename from src/Metapackages/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj rename to src/MetaPackages-Temp/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj diff --git a/src/Metapackages/src/Microsoft.AspNetCore/WebHost.cs b/src/MetaPackages-Temp/src/Microsoft.AspNetCore/WebHost.cs similarity index 100% rename from src/Metapackages/src/Microsoft.AspNetCore/WebHost.cs rename to src/MetaPackages-Temp/src/Microsoft.AspNetCore/WebHost.cs diff --git a/src/Metapackages/src/Microsoft.AspNetCore/baseline.netcore.json b/src/MetaPackages-Temp/src/Microsoft.AspNetCore/baseline.netcore.json similarity index 100% rename from src/Metapackages/src/Microsoft.AspNetCore/baseline.netcore.json rename to src/MetaPackages-Temp/src/Microsoft.AspNetCore/baseline.netcore.json diff --git a/src/Metapackages/test/Directory.Build.props b/src/MetaPackages-Temp/test/Directory.Build.props similarity index 100% rename from src/Metapackages/test/Directory.Build.props rename to src/MetaPackages-Temp/test/Directory.Build.props diff --git a/src/Metapackages/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj b/src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj similarity index 100% rename from src/Metapackages/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj rename to src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj diff --git a/src/Metapackages/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs b/src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs similarity index 100% rename from src/Metapackages/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs rename to src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs diff --git a/src/Metapackages/test/Microsoft.AspNetCore.FunctionalTests/testCert.pfx b/src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/testCert.pfx similarity index 100% rename from src/Metapackages/test/Microsoft.AspNetCore.FunctionalTests/testCert.pfx rename to src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/testCert.pfx diff --git a/src/Metapackages/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj b/src/MetaPackages-Temp/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj similarity index 100% rename from src/Metapackages/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj rename to src/MetaPackages-Temp/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj diff --git a/src/Metapackages/test/Microsoft.AspNetCore.Tests/WebHostTests.cs b/src/MetaPackages-Temp/test/Microsoft.AspNetCore.Tests/WebHostTests.cs similarity index 100% rename from src/Metapackages/test/Microsoft.AspNetCore.Tests/WebHostTests.cs rename to src/MetaPackages-Temp/test/Microsoft.AspNetCore.Tests/WebHostTests.cs diff --git a/src/Metapackages/test/TestSites/CreateDefaultBuilderApp/CreateDefaultBuilderApp.csproj b/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/CreateDefaultBuilderApp.csproj similarity index 100% rename from src/Metapackages/test/TestSites/CreateDefaultBuilderApp/CreateDefaultBuilderApp.csproj rename to src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/CreateDefaultBuilderApp.csproj diff --git a/src/Metapackages/test/TestSites/CreateDefaultBuilderApp/Program.cs b/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/Program.cs similarity index 100% rename from src/Metapackages/test/TestSites/CreateDefaultBuilderApp/Program.cs rename to src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/Program.cs diff --git a/src/Metapackages/test/TestSites/CreateDefaultBuilderApp/appsettings.Development.json b/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/appsettings.Development.json similarity index 100% rename from src/Metapackages/test/TestSites/CreateDefaultBuilderApp/appsettings.Development.json rename to src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/appsettings.Development.json diff --git a/src/Metapackages/test/TestSites/CreateDefaultBuilderApp/appsettings.json b/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/appsettings.json similarity index 100% rename from src/Metapackages/test/TestSites/CreateDefaultBuilderApp/appsettings.json rename to src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/appsettings.json diff --git a/src/Metapackages/test/TestSites/CreateDefaultBuilderOfTApp/CreateDefaultBuilderOfTApp.csproj b/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/CreateDefaultBuilderOfTApp.csproj similarity index 100% rename from src/Metapackages/test/TestSites/CreateDefaultBuilderOfTApp/CreateDefaultBuilderOfTApp.csproj rename to src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/CreateDefaultBuilderOfTApp.csproj diff --git a/src/Metapackages/test/TestSites/CreateDefaultBuilderOfTApp/Program.cs b/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/Program.cs similarity index 100% rename from src/Metapackages/test/TestSites/CreateDefaultBuilderOfTApp/Program.cs rename to src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/Program.cs diff --git a/src/Metapackages/test/TestSites/CreateDefaultBuilderOfTApp/Startup.cs b/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/Startup.cs similarity index 100% rename from src/Metapackages/test/TestSites/CreateDefaultBuilderOfTApp/Startup.cs rename to src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/Startup.cs diff --git a/src/Metapackages/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.Development.json b/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.Development.json similarity index 100% rename from src/Metapackages/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.Development.json rename to src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.Development.json diff --git a/src/Metapackages/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json b/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json similarity index 100% rename from src/Metapackages/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json rename to src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json diff --git a/src/Metapackages/test/TestSites/DependencyInjectionApp/DependencyInjectionApp.csproj b/src/MetaPackages-Temp/test/TestSites/DependencyInjectionApp/DependencyInjectionApp.csproj similarity index 100% rename from src/Metapackages/test/TestSites/DependencyInjectionApp/DependencyInjectionApp.csproj rename to src/MetaPackages-Temp/test/TestSites/DependencyInjectionApp/DependencyInjectionApp.csproj diff --git a/src/Metapackages/test/TestSites/DependencyInjectionApp/Program.cs b/src/MetaPackages-Temp/test/TestSites/DependencyInjectionApp/Program.cs similarity index 100% rename from src/Metapackages/test/TestSites/DependencyInjectionApp/Program.cs rename to src/MetaPackages-Temp/test/TestSites/DependencyInjectionApp/Program.cs diff --git a/src/Metapackages/test/TestSites/StartRequestDelegateUrlApp/Program.cs b/src/MetaPackages-Temp/test/TestSites/StartRequestDelegateUrlApp/Program.cs similarity index 100% rename from src/Metapackages/test/TestSites/StartRequestDelegateUrlApp/Program.cs rename to src/MetaPackages-Temp/test/TestSites/StartRequestDelegateUrlApp/Program.cs diff --git a/src/Metapackages/test/TestSites/StartRequestDelegateUrlApp/StartRequestDelegateUrlApp.csproj b/src/MetaPackages-Temp/test/TestSites/StartRequestDelegateUrlApp/StartRequestDelegateUrlApp.csproj similarity index 100% rename from src/Metapackages/test/TestSites/StartRequestDelegateUrlApp/StartRequestDelegateUrlApp.csproj rename to src/MetaPackages-Temp/test/TestSites/StartRequestDelegateUrlApp/StartRequestDelegateUrlApp.csproj diff --git a/src/Metapackages/test/TestSites/StartRouteBuilderUrlApp/Program.cs b/src/MetaPackages-Temp/test/TestSites/StartRouteBuilderUrlApp/Program.cs similarity index 100% rename from src/Metapackages/test/TestSites/StartRouteBuilderUrlApp/Program.cs rename to src/MetaPackages-Temp/test/TestSites/StartRouteBuilderUrlApp/Program.cs diff --git a/src/Metapackages/test/TestSites/StartRouteBuilderUrlApp/StartRouteBuilderUrlApp.csproj b/src/MetaPackages-Temp/test/TestSites/StartRouteBuilderUrlApp/StartRouteBuilderUrlApp.csproj similarity index 100% rename from src/Metapackages/test/TestSites/StartRouteBuilderUrlApp/StartRouteBuilderUrlApp.csproj rename to src/MetaPackages-Temp/test/TestSites/StartRouteBuilderUrlApp/StartRouteBuilderUrlApp.csproj diff --git a/src/Metapackages/test/TestSites/StartWithIApplicationBuilderUrlApp/Program.cs b/src/MetaPackages-Temp/test/TestSites/StartWithIApplicationBuilderUrlApp/Program.cs similarity index 100% rename from src/Metapackages/test/TestSites/StartWithIApplicationBuilderUrlApp/Program.cs rename to src/MetaPackages-Temp/test/TestSites/StartWithIApplicationBuilderUrlApp/Program.cs diff --git a/src/Metapackages/test/TestSites/StartWithIApplicationBuilderUrlApp/StartWithIApplicationBuilderUrlApp.csproj b/src/MetaPackages-Temp/test/TestSites/StartWithIApplicationBuilderUrlApp/StartWithIApplicationBuilderUrlApp.csproj similarity index 100% rename from src/Metapackages/test/TestSites/StartWithIApplicationBuilderUrlApp/StartWithIApplicationBuilderUrlApp.csproj rename to src/MetaPackages-Temp/test/TestSites/StartWithIApplicationBuilderUrlApp/StartWithIApplicationBuilderUrlApp.csproj diff --git a/src/Metapackages/version.props b/src/MetaPackages-Temp/version.props similarity index 100% rename from src/Metapackages/version.props rename to src/MetaPackages-Temp/version.props From 550435373bee800438f3510beef895ed9b46e029 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Tue, 20 Nov 2018 10:24:34 -0800 Subject: [PATCH 7/9] Fix casing in MetaPackages --- src/{MetaPackages-Temp => MetaPackages}/.gitignore | 0 .../Directory.Build.props | 0 .../Directory.Build.targets | 0 .../MetaPackages.sln | 0 .../NuGetPackageVerifier.json | 0 src/{MetaPackages-Temp => MetaPackages}/README.md | 0 .../build/Key.snk | Bin .../build/dependencies.props | 0 .../build/repo.props | 0 .../build/sources.props | 0 .../samples/SampleApp/Program.cs | 0 .../SampleApp/Properties/launchSettings.json | 0 .../samples/SampleApp/SampleApp.csproj | 0 .../samples/SampleApp/Startup.cs | 0 .../samples/SampleApp/appsettings.json | 0 .../samples/SampleApp/wwwroot/htmlpage.html | 0 .../src/Directory.Build.props | 0 .../HostFilteringStartupFilter.cs | 0 .../Microsoft.AspNetCore.csproj | 0 .../src/Microsoft.AspNetCore/WebHost.cs | 0 .../src/Microsoft.AspNetCore/baseline.netcore.json | 0 .../test/Directory.Build.props | 0 .../Microsoft.AspNetCore.FunctionalTests.csproj | 0 .../WebHostFunctionalTests.cs | 0 .../testCert.pfx | Bin .../Microsoft.AspNetCore.Tests.csproj | 0 .../test/Microsoft.AspNetCore.Tests/WebHostTests.cs | 0 .../CreateDefaultBuilderApp.csproj | 0 .../TestSites/CreateDefaultBuilderApp/Program.cs | 0 .../appsettings.Development.json | 0 .../CreateDefaultBuilderApp/appsettings.json | 0 .../CreateDefaultBuilderOfTApp.csproj | 0 .../TestSites/CreateDefaultBuilderOfTApp/Program.cs | 0 .../TestSites/CreateDefaultBuilderOfTApp/Startup.cs | 0 .../appsettings.Development.json | 0 .../CreateDefaultBuilderOfTApp/appsettings.json | 0 .../DependencyInjectionApp.csproj | 0 .../TestSites/DependencyInjectionApp/Program.cs | 0 .../TestSites/StartRequestDelegateUrlApp/Program.cs | 0 .../StartRequestDelegateUrlApp.csproj | 0 .../TestSites/StartRouteBuilderUrlApp/Program.cs | 0 .../StartRouteBuilderUrlApp.csproj | 0 .../StartWithIApplicationBuilderUrlApp/Program.cs | 0 .../StartWithIApplicationBuilderUrlApp.csproj | 0 .../version.props | 0 45 files changed, 0 insertions(+), 0 deletions(-) rename src/{MetaPackages-Temp => MetaPackages}/.gitignore (100%) rename src/{MetaPackages-Temp => MetaPackages}/Directory.Build.props (100%) rename src/{MetaPackages-Temp => MetaPackages}/Directory.Build.targets (100%) rename src/{MetaPackages-Temp => MetaPackages}/MetaPackages.sln (100%) rename src/{MetaPackages-Temp => MetaPackages}/NuGetPackageVerifier.json (100%) rename src/{MetaPackages-Temp => MetaPackages}/README.md (100%) rename src/{MetaPackages-Temp => MetaPackages}/build/Key.snk (100%) rename src/{MetaPackages-Temp => MetaPackages}/build/dependencies.props (100%) rename src/{MetaPackages-Temp => MetaPackages}/build/repo.props (100%) rename src/{MetaPackages-Temp => MetaPackages}/build/sources.props (100%) rename src/{MetaPackages-Temp => MetaPackages}/samples/SampleApp/Program.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/samples/SampleApp/Properties/launchSettings.json (100%) rename src/{MetaPackages-Temp => MetaPackages}/samples/SampleApp/SampleApp.csproj (100%) rename src/{MetaPackages-Temp => MetaPackages}/samples/SampleApp/Startup.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/samples/SampleApp/appsettings.json (100%) rename src/{MetaPackages-Temp => MetaPackages}/samples/SampleApp/wwwroot/htmlpage.html (100%) rename src/{MetaPackages-Temp => MetaPackages}/src/Directory.Build.props (100%) rename src/{MetaPackages-Temp => MetaPackages}/src/Microsoft.AspNetCore/HostFilteringStartupFilter.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj (100%) rename src/{MetaPackages-Temp => MetaPackages}/src/Microsoft.AspNetCore/WebHost.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/src/Microsoft.AspNetCore/baseline.netcore.json (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/Directory.Build.props (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/Microsoft.AspNetCore.FunctionalTests/testCert.pfx (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/Microsoft.AspNetCore.Tests/WebHostTests.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/CreateDefaultBuilderApp/CreateDefaultBuilderApp.csproj (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/CreateDefaultBuilderApp/Program.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/CreateDefaultBuilderApp/appsettings.Development.json (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/CreateDefaultBuilderApp/appsettings.json (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/CreateDefaultBuilderOfTApp/CreateDefaultBuilderOfTApp.csproj (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/CreateDefaultBuilderOfTApp/Program.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/CreateDefaultBuilderOfTApp/Startup.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.Development.json (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/DependencyInjectionApp/DependencyInjectionApp.csproj (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/DependencyInjectionApp/Program.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/StartRequestDelegateUrlApp/Program.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/StartRequestDelegateUrlApp/StartRequestDelegateUrlApp.csproj (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/StartRouteBuilderUrlApp/Program.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/StartRouteBuilderUrlApp/StartRouteBuilderUrlApp.csproj (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/StartWithIApplicationBuilderUrlApp/Program.cs (100%) rename src/{MetaPackages-Temp => MetaPackages}/test/TestSites/StartWithIApplicationBuilderUrlApp/StartWithIApplicationBuilderUrlApp.csproj (100%) rename src/{MetaPackages-Temp => MetaPackages}/version.props (100%) diff --git a/src/MetaPackages-Temp/.gitignore b/src/MetaPackages/.gitignore similarity index 100% rename from src/MetaPackages-Temp/.gitignore rename to src/MetaPackages/.gitignore diff --git a/src/MetaPackages-Temp/Directory.Build.props b/src/MetaPackages/Directory.Build.props similarity index 100% rename from src/MetaPackages-Temp/Directory.Build.props rename to src/MetaPackages/Directory.Build.props diff --git a/src/MetaPackages-Temp/Directory.Build.targets b/src/MetaPackages/Directory.Build.targets similarity index 100% rename from src/MetaPackages-Temp/Directory.Build.targets rename to src/MetaPackages/Directory.Build.targets diff --git a/src/MetaPackages-Temp/MetaPackages.sln b/src/MetaPackages/MetaPackages.sln similarity index 100% rename from src/MetaPackages-Temp/MetaPackages.sln rename to src/MetaPackages/MetaPackages.sln diff --git a/src/MetaPackages-Temp/NuGetPackageVerifier.json b/src/MetaPackages/NuGetPackageVerifier.json similarity index 100% rename from src/MetaPackages-Temp/NuGetPackageVerifier.json rename to src/MetaPackages/NuGetPackageVerifier.json diff --git a/src/MetaPackages-Temp/README.md b/src/MetaPackages/README.md similarity index 100% rename from src/MetaPackages-Temp/README.md rename to src/MetaPackages/README.md diff --git a/src/MetaPackages-Temp/build/Key.snk b/src/MetaPackages/build/Key.snk similarity index 100% rename from src/MetaPackages-Temp/build/Key.snk rename to src/MetaPackages/build/Key.snk diff --git a/src/MetaPackages-Temp/build/dependencies.props b/src/MetaPackages/build/dependencies.props similarity index 100% rename from src/MetaPackages-Temp/build/dependencies.props rename to src/MetaPackages/build/dependencies.props diff --git a/src/MetaPackages-Temp/build/repo.props b/src/MetaPackages/build/repo.props similarity index 100% rename from src/MetaPackages-Temp/build/repo.props rename to src/MetaPackages/build/repo.props diff --git a/src/MetaPackages-Temp/build/sources.props b/src/MetaPackages/build/sources.props similarity index 100% rename from src/MetaPackages-Temp/build/sources.props rename to src/MetaPackages/build/sources.props diff --git a/src/MetaPackages-Temp/samples/SampleApp/Program.cs b/src/MetaPackages/samples/SampleApp/Program.cs similarity index 100% rename from src/MetaPackages-Temp/samples/SampleApp/Program.cs rename to src/MetaPackages/samples/SampleApp/Program.cs diff --git a/src/MetaPackages-Temp/samples/SampleApp/Properties/launchSettings.json b/src/MetaPackages/samples/SampleApp/Properties/launchSettings.json similarity index 100% rename from src/MetaPackages-Temp/samples/SampleApp/Properties/launchSettings.json rename to src/MetaPackages/samples/SampleApp/Properties/launchSettings.json diff --git a/src/MetaPackages-Temp/samples/SampleApp/SampleApp.csproj b/src/MetaPackages/samples/SampleApp/SampleApp.csproj similarity index 100% rename from src/MetaPackages-Temp/samples/SampleApp/SampleApp.csproj rename to src/MetaPackages/samples/SampleApp/SampleApp.csproj diff --git a/src/MetaPackages-Temp/samples/SampleApp/Startup.cs b/src/MetaPackages/samples/SampleApp/Startup.cs similarity index 100% rename from src/MetaPackages-Temp/samples/SampleApp/Startup.cs rename to src/MetaPackages/samples/SampleApp/Startup.cs diff --git a/src/MetaPackages-Temp/samples/SampleApp/appsettings.json b/src/MetaPackages/samples/SampleApp/appsettings.json similarity index 100% rename from src/MetaPackages-Temp/samples/SampleApp/appsettings.json rename to src/MetaPackages/samples/SampleApp/appsettings.json diff --git a/src/MetaPackages-Temp/samples/SampleApp/wwwroot/htmlpage.html b/src/MetaPackages/samples/SampleApp/wwwroot/htmlpage.html similarity index 100% rename from src/MetaPackages-Temp/samples/SampleApp/wwwroot/htmlpage.html rename to src/MetaPackages/samples/SampleApp/wwwroot/htmlpage.html diff --git a/src/MetaPackages-Temp/src/Directory.Build.props b/src/MetaPackages/src/Directory.Build.props similarity index 100% rename from src/MetaPackages-Temp/src/Directory.Build.props rename to src/MetaPackages/src/Directory.Build.props diff --git a/src/MetaPackages-Temp/src/Microsoft.AspNetCore/HostFilteringStartupFilter.cs b/src/MetaPackages/src/Microsoft.AspNetCore/HostFilteringStartupFilter.cs similarity index 100% rename from src/MetaPackages-Temp/src/Microsoft.AspNetCore/HostFilteringStartupFilter.cs rename to src/MetaPackages/src/Microsoft.AspNetCore/HostFilteringStartupFilter.cs diff --git a/src/MetaPackages-Temp/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj b/src/MetaPackages/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj similarity index 100% rename from src/MetaPackages-Temp/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj rename to src/MetaPackages/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj diff --git a/src/MetaPackages-Temp/src/Microsoft.AspNetCore/WebHost.cs b/src/MetaPackages/src/Microsoft.AspNetCore/WebHost.cs similarity index 100% rename from src/MetaPackages-Temp/src/Microsoft.AspNetCore/WebHost.cs rename to src/MetaPackages/src/Microsoft.AspNetCore/WebHost.cs diff --git a/src/MetaPackages-Temp/src/Microsoft.AspNetCore/baseline.netcore.json b/src/MetaPackages/src/Microsoft.AspNetCore/baseline.netcore.json similarity index 100% rename from src/MetaPackages-Temp/src/Microsoft.AspNetCore/baseline.netcore.json rename to src/MetaPackages/src/Microsoft.AspNetCore/baseline.netcore.json diff --git a/src/MetaPackages-Temp/test/Directory.Build.props b/src/MetaPackages/test/Directory.Build.props similarity index 100% rename from src/MetaPackages-Temp/test/Directory.Build.props rename to src/MetaPackages/test/Directory.Build.props diff --git a/src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj b/src/MetaPackages/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj similarity index 100% rename from src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj rename to src/MetaPackages/test/Microsoft.AspNetCore.FunctionalTests/Microsoft.AspNetCore.FunctionalTests.csproj diff --git a/src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs b/src/MetaPackages/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs similarity index 100% rename from src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs rename to src/MetaPackages/test/Microsoft.AspNetCore.FunctionalTests/WebHostFunctionalTests.cs diff --git a/src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/testCert.pfx b/src/MetaPackages/test/Microsoft.AspNetCore.FunctionalTests/testCert.pfx similarity index 100% rename from src/MetaPackages-Temp/test/Microsoft.AspNetCore.FunctionalTests/testCert.pfx rename to src/MetaPackages/test/Microsoft.AspNetCore.FunctionalTests/testCert.pfx diff --git a/src/MetaPackages-Temp/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj b/src/MetaPackages/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj similarity index 100% rename from src/MetaPackages-Temp/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj rename to src/MetaPackages/test/Microsoft.AspNetCore.Tests/Microsoft.AspNetCore.Tests.csproj diff --git a/src/MetaPackages-Temp/test/Microsoft.AspNetCore.Tests/WebHostTests.cs b/src/MetaPackages/test/Microsoft.AspNetCore.Tests/WebHostTests.cs similarity index 100% rename from src/MetaPackages-Temp/test/Microsoft.AspNetCore.Tests/WebHostTests.cs rename to src/MetaPackages/test/Microsoft.AspNetCore.Tests/WebHostTests.cs diff --git a/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/CreateDefaultBuilderApp.csproj b/src/MetaPackages/test/TestSites/CreateDefaultBuilderApp/CreateDefaultBuilderApp.csproj similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/CreateDefaultBuilderApp.csproj rename to src/MetaPackages/test/TestSites/CreateDefaultBuilderApp/CreateDefaultBuilderApp.csproj diff --git a/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/Program.cs b/src/MetaPackages/test/TestSites/CreateDefaultBuilderApp/Program.cs similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/Program.cs rename to src/MetaPackages/test/TestSites/CreateDefaultBuilderApp/Program.cs diff --git a/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/appsettings.Development.json b/src/MetaPackages/test/TestSites/CreateDefaultBuilderApp/appsettings.Development.json similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/appsettings.Development.json rename to src/MetaPackages/test/TestSites/CreateDefaultBuilderApp/appsettings.Development.json diff --git a/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/appsettings.json b/src/MetaPackages/test/TestSites/CreateDefaultBuilderApp/appsettings.json similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderApp/appsettings.json rename to src/MetaPackages/test/TestSites/CreateDefaultBuilderApp/appsettings.json diff --git a/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/CreateDefaultBuilderOfTApp.csproj b/src/MetaPackages/test/TestSites/CreateDefaultBuilderOfTApp/CreateDefaultBuilderOfTApp.csproj similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/CreateDefaultBuilderOfTApp.csproj rename to src/MetaPackages/test/TestSites/CreateDefaultBuilderOfTApp/CreateDefaultBuilderOfTApp.csproj diff --git a/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/Program.cs b/src/MetaPackages/test/TestSites/CreateDefaultBuilderOfTApp/Program.cs similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/Program.cs rename to src/MetaPackages/test/TestSites/CreateDefaultBuilderOfTApp/Program.cs diff --git a/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/Startup.cs b/src/MetaPackages/test/TestSites/CreateDefaultBuilderOfTApp/Startup.cs similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/Startup.cs rename to src/MetaPackages/test/TestSites/CreateDefaultBuilderOfTApp/Startup.cs diff --git a/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.Development.json b/src/MetaPackages/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.Development.json similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.Development.json rename to src/MetaPackages/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.Development.json diff --git a/src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json b/src/MetaPackages/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json rename to src/MetaPackages/test/TestSites/CreateDefaultBuilderOfTApp/appsettings.json diff --git a/src/MetaPackages-Temp/test/TestSites/DependencyInjectionApp/DependencyInjectionApp.csproj b/src/MetaPackages/test/TestSites/DependencyInjectionApp/DependencyInjectionApp.csproj similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/DependencyInjectionApp/DependencyInjectionApp.csproj rename to src/MetaPackages/test/TestSites/DependencyInjectionApp/DependencyInjectionApp.csproj diff --git a/src/MetaPackages-Temp/test/TestSites/DependencyInjectionApp/Program.cs b/src/MetaPackages/test/TestSites/DependencyInjectionApp/Program.cs similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/DependencyInjectionApp/Program.cs rename to src/MetaPackages/test/TestSites/DependencyInjectionApp/Program.cs diff --git a/src/MetaPackages-Temp/test/TestSites/StartRequestDelegateUrlApp/Program.cs b/src/MetaPackages/test/TestSites/StartRequestDelegateUrlApp/Program.cs similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/StartRequestDelegateUrlApp/Program.cs rename to src/MetaPackages/test/TestSites/StartRequestDelegateUrlApp/Program.cs diff --git a/src/MetaPackages-Temp/test/TestSites/StartRequestDelegateUrlApp/StartRequestDelegateUrlApp.csproj b/src/MetaPackages/test/TestSites/StartRequestDelegateUrlApp/StartRequestDelegateUrlApp.csproj similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/StartRequestDelegateUrlApp/StartRequestDelegateUrlApp.csproj rename to src/MetaPackages/test/TestSites/StartRequestDelegateUrlApp/StartRequestDelegateUrlApp.csproj diff --git a/src/MetaPackages-Temp/test/TestSites/StartRouteBuilderUrlApp/Program.cs b/src/MetaPackages/test/TestSites/StartRouteBuilderUrlApp/Program.cs similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/StartRouteBuilderUrlApp/Program.cs rename to src/MetaPackages/test/TestSites/StartRouteBuilderUrlApp/Program.cs diff --git a/src/MetaPackages-Temp/test/TestSites/StartRouteBuilderUrlApp/StartRouteBuilderUrlApp.csproj b/src/MetaPackages/test/TestSites/StartRouteBuilderUrlApp/StartRouteBuilderUrlApp.csproj similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/StartRouteBuilderUrlApp/StartRouteBuilderUrlApp.csproj rename to src/MetaPackages/test/TestSites/StartRouteBuilderUrlApp/StartRouteBuilderUrlApp.csproj diff --git a/src/MetaPackages-Temp/test/TestSites/StartWithIApplicationBuilderUrlApp/Program.cs b/src/MetaPackages/test/TestSites/StartWithIApplicationBuilderUrlApp/Program.cs similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/StartWithIApplicationBuilderUrlApp/Program.cs rename to src/MetaPackages/test/TestSites/StartWithIApplicationBuilderUrlApp/Program.cs diff --git a/src/MetaPackages-Temp/test/TestSites/StartWithIApplicationBuilderUrlApp/StartWithIApplicationBuilderUrlApp.csproj b/src/MetaPackages/test/TestSites/StartWithIApplicationBuilderUrlApp/StartWithIApplicationBuilderUrlApp.csproj similarity index 100% rename from src/MetaPackages-Temp/test/TestSites/StartWithIApplicationBuilderUrlApp/StartWithIApplicationBuilderUrlApp.csproj rename to src/MetaPackages/test/TestSites/StartWithIApplicationBuilderUrlApp/StartWithIApplicationBuilderUrlApp.csproj diff --git a/src/MetaPackages-Temp/version.props b/src/MetaPackages/version.props similarity index 100% rename from src/MetaPackages-Temp/version.props rename to src/MetaPackages/version.props From 73b5d6d0e51e3b1dd678abb06c4a04926dadf163 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 20 Nov 2018 11:36:26 -0800 Subject: [PATCH 8/9] Remove the BrowserLink submodule (#4087) --- .gitmodules | 4 ---- build/artifacts.props | 1 - build/buildorder.props | 1 - build/dependencies.props | 1 + build/external-dependencies.props | 1 + build/submodules.props | 1 - modules/BrowserLink | 1 - 7 files changed, 2 insertions(+), 8 deletions(-) delete mode 160000 modules/BrowserLink diff --git a/.gitmodules b/.gitmodules index b64f1a6afc..ef502e2e7e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,10 +6,6 @@ path = modules/BasicMiddleware url = https://github.com/aspnet/BasicMiddleware.git branch = release/2.1 -[submodule "modules/BrowserLink"] - path = modules/BrowserLink - url = https://github.com/aspnet/BrowserLink.git - branch = release/2.1 [submodule "modules/CORS"] path = modules/CORS url = https://github.com/aspnet/CORS.git diff --git a/build/artifacts.props b/build/artifacts.props index 587242f9e5..f898d0125a 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -191,7 +191,6 @@ - diff --git a/build/buildorder.props b/build/buildorder.props index 58a3f1f766..395ee9b702 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -10,7 +10,6 @@ - diff --git a/build/dependencies.props b/build/dependencies.props index 8b1e4119f1..61f901030d 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -151,6 +151,7 @@ 9.0.30729 7.10.6071 15.6.161-preview + 2.1.1 1.4.0 4.5.0 1.3.8 diff --git a/build/external-dependencies.props b/build/external-dependencies.props index 684b4db40b..70d6935c05 100644 --- a/build/external-dependencies.props +++ b/build/external-dependencies.props @@ -170,6 +170,7 @@ + diff --git a/build/submodules.props b/build/submodules.props index 638753659f..2fed4cecfe 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -52,7 +52,6 @@ - diff --git a/modules/BrowserLink b/modules/BrowserLink deleted file mode 160000 index 05f8eac8a2..0000000000 --- a/modules/BrowserLink +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 05f8eac8a233685d5bc3e8d3b59552839add4d79 From bd54395fe59f330036bfe3b8d710ed04fe5483cc Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Tue, 20 Nov 2018 11:30:12 -0800 Subject: [PATCH 9/9] Remove duplicate keys --- src/AADIntegration/Directory.Build.props | 2 +- src/AADIntegration/build/Key.snk | Bin 596 -> 0 bytes src/AzureIntegration/Directory.Build.props | 2 +- src/AzureIntegration/build/Key.snk | Bin 596 -> 0 bytes src/IISIntegration/Directory.Build.props | 2 +- src/IISIntegration/IISIntegration.sln | 1 - src/IISIntegration/build/Key.snk | Bin 596 -> 0 bytes src/JavaScriptServices/Directory.Build.props | 2 +- src/MetaPackages/Directory.Build.props | 2 +- src/MetaPackages/build/Key.snk | Bin 596 -> 0 bytes 10 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 src/AADIntegration/build/Key.snk delete mode 100644 src/AzureIntegration/build/Key.snk delete mode 100644 src/IISIntegration/build/Key.snk delete mode 100644 src/MetaPackages/build/Key.snk diff --git a/src/AADIntegration/Directory.Build.props b/src/AADIntegration/Directory.Build.props index d6cfed108f..1179f98fad 100644 --- a/src/AADIntegration/Directory.Build.props +++ b/src/AADIntegration/Directory.Build.props @@ -12,7 +12,7 @@ https://github.com/aspnet/AADIntegration git $(MSBuildThisFileDirectory) - $(MSBuildThisFileDirectory)build\Key.snk + $(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk true true true diff --git a/src/AADIntegration/build/Key.snk b/src/AADIntegration/build/Key.snk deleted file mode 100644 index e10e4889c125d3120cd9e81582243d70f7cbb806..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098=Iw=HCsnz~#iVhm& zj%TU(_THUee?3yHBjk$37ysB?i5#7WD$={H zV4B!OxRPrb|8)HPg~A}8P>^=#y<)56#=E&NzcjOtPK~<4n6GHt=K$ro*T(lhby_@U zEk(hLzk1H)0yXj{A_5>fk-TgNoP|q6(tP2xo8zt8i%212CWM#AeCd?`hS|4~L({h~Moo(~vy&3Z z1uI}`fd^*>o=rwbAGymj6RM^pZm(*Kfhs+Y1#`-2JPWZMK8@;ZWCk2+9bX4YP);~fj-BU*R zQPvWv$89!{Rl9wM+zR>_TSkn^voYxA?2G iKnV#iZ6Ah`K>b=@=IjYJXrxL124zR(38)nxe+&q_$QXwJ diff --git a/src/AzureIntegration/Directory.Build.props b/src/AzureIntegration/Directory.Build.props index f6ea183727..87cbc63e5f 100644 --- a/src/AzureIntegration/Directory.Build.props +++ b/src/AzureIntegration/Directory.Build.props @@ -12,7 +12,7 @@ https://github.com/aspnet/AzureIntegration git $(MSBuildThisFileDirectory) - $(MSBuildThisFileDirectory)build\Key.snk + $(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk true true true diff --git a/src/AzureIntegration/build/Key.snk b/src/AzureIntegration/build/Key.snk deleted file mode 100644 index e10e4889c125d3120cd9e81582243d70f7cbb806..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098=Iw=HCsnz~#iVhm& zj%TU(_THUee?3yHBjk$37ysB?i5#7WD$={H zV4B!OxRPrb|8)HPg~A}8P>^=#y<)56#=E&NzcjOtPK~<4n6GHt=K$ro*T(lhby_@U zEk(hLzk1H)0yXj{A_5>fk-TgNoP|q6(tP2xo8zt8i%212CWM#AeCd?`hS|4~L({h~Moo(~vy&3Z z1uI}`fd^*>o=rwbAGymj6RM^pZm(*Kfhs+Y1#`-2JPWZMK8@;ZWCk2+9bX4YP);~fj-BU*R zQPvWv$89!{Rl9wM+zR>_TSkn^voYxA?2G iKnV#iZ6Ah`K>b=@=IjYJXrxL124zR(38)nxe+&q_$QXwJ diff --git a/src/IISIntegration/Directory.Build.props b/src/IISIntegration/Directory.Build.props index 3bb2bcbca8..bbf4bc8f2d 100644 --- a/src/IISIntegration/Directory.Build.props +++ b/src/IISIntegration/Directory.Build.props @@ -12,7 +12,7 @@ https://github.com/aspnet/IISIntegration git $(MSBuildThisFileDirectory) - $(MSBuildThisFileDirectory)build\Key.snk + $(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk true true true diff --git a/src/IISIntegration/IISIntegration.sln b/src/IISIntegration/IISIntegration.sln index 15788f0273..90a9a25db7 100644 --- a/src/IISIntegration/IISIntegration.sln +++ b/src/IISIntegration/IISIntegration.sln @@ -40,7 +40,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{7E80C58E build\applicationhost.config = build\applicationhost.config build\applicationhost.iis.config = build\applicationhost.iis.config build\dependencies.props = build\dependencies.props - build\Key.snk = build\Key.snk build\native.targets = build\native.targets build\repo.props = build\repo.props build\testsite.props = build\testsite.props diff --git a/src/IISIntegration/build/Key.snk b/src/IISIntegration/build/Key.snk deleted file mode 100644 index e10e4889c125d3120cd9e81582243d70f7cbb806..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098=Iw=HCsnz~#iVhm& zj%TU(_THUee?3yHBjk$37ysB?i5#7WD$={H zV4B!OxRPrb|8)HPg~A}8P>^=#y<)56#=E&NzcjOtPK~<4n6GHt=K$ro*T(lhby_@U zEk(hLzk1H)0yXj{A_5>fk-TgNoP|q6(tP2xo8zt8i%212CWM#AeCd?`hS|4~L({h~Moo(~vy&3Z z1uI}`fd^*>o=rwbAGymj6RM^pZm(*Kfhs+Y1#`-2JPWZMK8@;ZWCk2+9bX4YP);~fj-BU*R zQPvWv$89!{Rl9wM+zR>_TSkn^voYxA?2G iKnV#iZ6Ah`K>b=@=IjYJXrxL124zR(38)nxe+&q_$QXwJ diff --git a/src/JavaScriptServices/Directory.Build.props b/src/JavaScriptServices/Directory.Build.props index 612ba06739..dc003d895a 100644 --- a/src/JavaScriptServices/Directory.Build.props +++ b/src/JavaScriptServices/Directory.Build.props @@ -8,7 +8,7 @@ https://github.com/aspnet/javascriptservices git $(MSBuildThisFileDirectory) - $(MSBuildThisFileDirectory)build\Key.snk + $(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk true true true diff --git a/src/MetaPackages/Directory.Build.props b/src/MetaPackages/Directory.Build.props index 9bcc46cef9..cb85b246a2 100644 --- a/src/MetaPackages/Directory.Build.props +++ b/src/MetaPackages/Directory.Build.props @@ -13,7 +13,7 @@ git $(MSBuildThisFileDirectory) false - $(MSBuildThisFileDirectory)build\Key.snk + $(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk true true true diff --git a/src/MetaPackages/build/Key.snk b/src/MetaPackages/build/Key.snk deleted file mode 100644 index e10e4889c125d3120cd9e81582243d70f7cbb806..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098=Iw=HCsnz~#iVhm& zj%TU(_THUee?3yHBjk$37ysB?i5#7WD$={H zV4B!OxRPrb|8)HPg~A}8P>^=#y<)56#=E&NzcjOtPK~<4n6GHt=K$ro*T(lhby_@U zEk(hLzk1H)0yXj{A_5>fk-TgNoP|q6(tP2xo8zt8i%212CWM#AeCd?`hS|4~L({h~Moo(~vy&3Z z1uI}`fd^*>o=rwbAGymj6RM^pZm(*Kfhs+Y1#`-2JPWZMK8@;ZWCk2+9bX4YP);~fj-BU*R zQPvWv$89!{Rl9wM+zR>_TSkn^voYxA?2G iKnV#iZ6Ah`K>b=@=IjYJXrxL124zR(38)nxe+&q_$QXwJ