From 4a0e4bdf1a6ecb89f1419b3ec786ba27ffb4db79 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Fri, 8 Apr 2016 16:41:07 +0100 Subject: [PATCH] Rename Microsoft.AspNet.* packages folders to Microsoft.AspNetCore.* --- .../.gitignore | 0 .../Microsoft.AspNet.AngularServices.xproj | 0 .../PrimeCacheHelper.cs | 0 .../npm/.gitignore | 0 .../npm/.npmignore | 0 .../npm/build.js | 0 .../npm/package.json | 0 .../npm/readme.md | 0 .../npm/src/CachePrimedHttp.ts | 0 .../npm/src/Exports.ts | 0 .../npm/src/Validation.ts | 0 .../npm/tsconfig.json | 0 .../npm/tsd.json | 0 .../npm/typings/es6-shim/es6-shim.d.ts | 0 .../npm/typings/tsd.d.ts | 0 .../project.json | 0 .../.gitignore | 0 .../Configuration.cs | 0 .../Content/Node/entrypoint-http.js | 0 .../Content/Node/entrypoint-stream.js | 0 .../HostingModels/HttpNodeInstance.cs | 0 .../HostingModels/InputOutputStreamNodeInstance.cs | 0 .../HostingModels/NodeInvocationInfo.cs | 0 .../HostingModels/OutOfProcessNodeInstance.cs | 0 .../INodeInstance.cs | 0 .../Microsoft.AspNet.NodeServices.xproj | 0 .../NodeHostingModel.cs | 0 .../Util/EmbeddedResourceReader.cs | 0 .../Util/StringAsTempFile.cs | 0 .../project.json | 0 .../.gitignore | 0 .../Microsoft.AspNet.ReactServices.xproj | 0 .../npm/redux-typed/.gitignore | 0 .../npm/redux-typed/.npmignore | 0 .../npm/redux-typed/LICENSE.txt | 0 .../npm/redux-typed/README.md | 0 .../npm/redux-typed/package.json | 0 .../npm/redux-typed/src/ObjectAssignPolyfill.ts | 0 .../npm/redux-typed/src/StrongActions.ts | 0 .../npm/redux-typed/src/StrongProvide.ts | 0 .../npm/redux-typed/src/main.ts | 0 .../npm/redux-typed/tsconfig.json | 0 .../npm/redux-typed/tsd.json | 0 .../project.json | 0 .../.gitignore | 0 .../Content/Node/prerenderer.js | 0 .../Content/Node/webpack-dev-middleware.js | 0 .../Microsoft.AspNet.SpaServices.xproj | 0 .../Prerendering/PrerenderTagHelper.cs | 0 .../Prerendering/Prerenderer.cs | 0 .../Routing/SpaRouteConstraint.cs | 0 .../Routing/SpaRouteExtensions.cs | 0 .../Webpack/ConditionalProxyMiddleware.cs | 0 .../Webpack/WebpackDevMiddleware.cs | 0 .../Webpack/WebpackDevMiddlewareOptions.cs | 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 .../npm/aspnet-prerendering/src/index.ts | 0 .../npm/aspnet-prerendering/tsconfig.json | 0 .../npm/aspnet-prerendering/tsd.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 .../npm/aspnet-webpack-react/src/HotModuleReplacement.ts | 0 .../npm/aspnet-webpack-react/src/index.ts | 0 .../npm/aspnet-webpack-react/tsconfig.json | 0 .../npm/aspnet-webpack-react/tsd.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.json | 0 .../npm/aspnet-webpack/src/LoadViaWebpack.ts | 0 .../npm/aspnet-webpack/src/RequireNewCopy.ts | 0 .../npm/aspnet-webpack/src/WebpackDevMiddleware.ts | 0 .../npm/aspnet-webpack/src/index.ts | 0 .../npm/aspnet-webpack/src/typings/memory-fs.d.ts | 0 .../npm/aspnet-webpack/src/typings/require-from-string.d.ts | 0 .../npm/aspnet-webpack/src/typings/webpack-externals-plugin.d.ts | 0 .../npm/aspnet-webpack/tsconfig.json | 0 .../npm/aspnet-webpack/tsd.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/isomorphic-fetch.d.ts | 0 .../npm/domain-task/src/main.ts | 0 .../npm/domain-task/tsconfig.json | 0 .../npm/domain-task/tsd.json | 0 .../project.json | 0 99 files changed, 0 insertions(+), 0 deletions(-) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/.gitignore (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/Microsoft.AspNet.AngularServices.xproj (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/PrimeCacheHelper.cs (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/.gitignore (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/.npmignore (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/build.js (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/package.json (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/readme.md (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/src/CachePrimedHttp.ts (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/src/Exports.ts (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/src/Validation.ts (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/tsconfig.json (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/tsd.json (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/typings/es6-shim/es6-shim.d.ts (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/npm/typings/tsd.d.ts (100%) rename src/{Microsoft.AspNet.AngularServices => Microsoft.AspNetCore.AngularServices}/project.json (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/.gitignore (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/Configuration.cs (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/Content/Node/entrypoint-http.js (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/Content/Node/entrypoint-stream.js (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/HostingModels/HttpNodeInstance.cs (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/HostingModels/InputOutputStreamNodeInstance.cs (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/HostingModels/NodeInvocationInfo.cs (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/HostingModels/OutOfProcessNodeInstance.cs (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/INodeInstance.cs (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/Microsoft.AspNet.NodeServices.xproj (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/NodeHostingModel.cs (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/Util/EmbeddedResourceReader.cs (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/Util/StringAsTempFile.cs (100%) rename src/{Microsoft.AspNet.NodeServices => Microsoft.AspNetCore.NodeServices}/project.json (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/.gitignore (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/Microsoft.AspNet.ReactServices.xproj (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/.gitignore (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/.npmignore (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/LICENSE.txt (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/README.md (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/package.json (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/src/ObjectAssignPolyfill.ts (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/src/StrongActions.ts (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/src/StrongProvide.ts (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/src/main.ts (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/tsconfig.json (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/npm/redux-typed/tsd.json (100%) rename src/{Microsoft.AspNet.ReactServices => Microsoft.AspNetCore.ReactServices}/project.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/.gitignore (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/Content/Node/prerenderer.js (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/Content/Node/webpack-dev-middleware.js (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/Microsoft.AspNet.SpaServices.xproj (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/Prerendering/PrerenderTagHelper.cs (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/Prerendering/Prerenderer.cs (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/Routing/SpaRouteConstraint.cs (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/Routing/SpaRouteExtensions.cs (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/Webpack/ConditionalProxyMiddleware.cs (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/Webpack/WebpackDevMiddleware.cs (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/Webpack/WebpackDevMiddlewareOptions.cs (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-prerendering/.gitignore (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-prerendering/.npmignore (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-prerendering/LICENSE.txt (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-prerendering/README.md (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-prerendering/package.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-prerendering/src/Prerendering.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-prerendering/src/index.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-prerendering/tsconfig.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-prerendering/tsd.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack-react/.gitignore (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack-react/.npmignore (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack-react/LICENSE.txt (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack-react/README.md (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack-react/package.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack-react/src/HotModuleReplacement.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack-react/src/index.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack-react/tsconfig.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack-react/tsd.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/.gitignore (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/.npmignore (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/LICENSE.txt (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/README.md (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/package.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/src/LoadViaWebpack.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/src/RequireNewCopy.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/src/WebpackDevMiddleware.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/src/index.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/src/typings/memory-fs.d.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/src/typings/require-from-string.d.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/src/typings/webpack-externals-plugin.d.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/tsconfig.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/aspnet-webpack/tsd.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/.gitignore (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/.npmignore (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/LICENSE.txt (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/README.md (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/package.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/src/domain-context.d.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/src/fetch.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/src/isomorphic-fetch.d.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/src/main.ts (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/tsconfig.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/npm/domain-task/tsd.json (100%) rename src/{Microsoft.AspNet.SpaServices => Microsoft.AspNetCore.SpaServices}/project.json (100%) diff --git a/src/Microsoft.AspNet.AngularServices/.gitignore b/src/Microsoft.AspNetCore.AngularServices/.gitignore similarity index 100% rename from src/Microsoft.AspNet.AngularServices/.gitignore rename to src/Microsoft.AspNetCore.AngularServices/.gitignore diff --git a/src/Microsoft.AspNet.AngularServices/Microsoft.AspNet.AngularServices.xproj b/src/Microsoft.AspNetCore.AngularServices/Microsoft.AspNet.AngularServices.xproj similarity index 100% rename from src/Microsoft.AspNet.AngularServices/Microsoft.AspNet.AngularServices.xproj rename to src/Microsoft.AspNetCore.AngularServices/Microsoft.AspNet.AngularServices.xproj diff --git a/src/Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs b/src/Microsoft.AspNetCore.AngularServices/PrimeCacheHelper.cs similarity index 100% rename from src/Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs rename to src/Microsoft.AspNetCore.AngularServices/PrimeCacheHelper.cs diff --git a/src/Microsoft.AspNet.AngularServices/npm/.gitignore b/src/Microsoft.AspNetCore.AngularServices/npm/.gitignore similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/.gitignore rename to src/Microsoft.AspNetCore.AngularServices/npm/.gitignore diff --git a/src/Microsoft.AspNet.AngularServices/npm/.npmignore b/src/Microsoft.AspNetCore.AngularServices/npm/.npmignore similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/.npmignore rename to src/Microsoft.AspNetCore.AngularServices/npm/.npmignore diff --git a/src/Microsoft.AspNet.AngularServices/npm/build.js b/src/Microsoft.AspNetCore.AngularServices/npm/build.js similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/build.js rename to src/Microsoft.AspNetCore.AngularServices/npm/build.js diff --git a/src/Microsoft.AspNet.AngularServices/npm/package.json b/src/Microsoft.AspNetCore.AngularServices/npm/package.json similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/package.json rename to src/Microsoft.AspNetCore.AngularServices/npm/package.json diff --git a/src/Microsoft.AspNet.AngularServices/npm/readme.md b/src/Microsoft.AspNetCore.AngularServices/npm/readme.md similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/readme.md rename to src/Microsoft.AspNetCore.AngularServices/npm/readme.md diff --git a/src/Microsoft.AspNet.AngularServices/npm/src/CachePrimedHttp.ts b/src/Microsoft.AspNetCore.AngularServices/npm/src/CachePrimedHttp.ts similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/src/CachePrimedHttp.ts rename to src/Microsoft.AspNetCore.AngularServices/npm/src/CachePrimedHttp.ts diff --git a/src/Microsoft.AspNet.AngularServices/npm/src/Exports.ts b/src/Microsoft.AspNetCore.AngularServices/npm/src/Exports.ts similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/src/Exports.ts rename to src/Microsoft.AspNetCore.AngularServices/npm/src/Exports.ts diff --git a/src/Microsoft.AspNet.AngularServices/npm/src/Validation.ts b/src/Microsoft.AspNetCore.AngularServices/npm/src/Validation.ts similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/src/Validation.ts rename to src/Microsoft.AspNetCore.AngularServices/npm/src/Validation.ts diff --git a/src/Microsoft.AspNet.AngularServices/npm/tsconfig.json b/src/Microsoft.AspNetCore.AngularServices/npm/tsconfig.json similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/tsconfig.json rename to src/Microsoft.AspNetCore.AngularServices/npm/tsconfig.json diff --git a/src/Microsoft.AspNet.AngularServices/npm/tsd.json b/src/Microsoft.AspNetCore.AngularServices/npm/tsd.json similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/tsd.json rename to src/Microsoft.AspNetCore.AngularServices/npm/tsd.json diff --git a/src/Microsoft.AspNet.AngularServices/npm/typings/es6-shim/es6-shim.d.ts b/src/Microsoft.AspNetCore.AngularServices/npm/typings/es6-shim/es6-shim.d.ts similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/typings/es6-shim/es6-shim.d.ts rename to src/Microsoft.AspNetCore.AngularServices/npm/typings/es6-shim/es6-shim.d.ts diff --git a/src/Microsoft.AspNet.AngularServices/npm/typings/tsd.d.ts b/src/Microsoft.AspNetCore.AngularServices/npm/typings/tsd.d.ts similarity index 100% rename from src/Microsoft.AspNet.AngularServices/npm/typings/tsd.d.ts rename to src/Microsoft.AspNetCore.AngularServices/npm/typings/tsd.d.ts diff --git a/src/Microsoft.AspNet.AngularServices/project.json b/src/Microsoft.AspNetCore.AngularServices/project.json similarity index 100% rename from src/Microsoft.AspNet.AngularServices/project.json rename to src/Microsoft.AspNetCore.AngularServices/project.json diff --git a/src/Microsoft.AspNet.NodeServices/.gitignore b/src/Microsoft.AspNetCore.NodeServices/.gitignore similarity index 100% rename from src/Microsoft.AspNet.NodeServices/.gitignore rename to src/Microsoft.AspNetCore.NodeServices/.gitignore diff --git a/src/Microsoft.AspNet.NodeServices/Configuration.cs b/src/Microsoft.AspNetCore.NodeServices/Configuration.cs similarity index 100% rename from src/Microsoft.AspNet.NodeServices/Configuration.cs rename to src/Microsoft.AspNetCore.NodeServices/Configuration.cs diff --git a/src/Microsoft.AspNet.NodeServices/Content/Node/entrypoint-http.js b/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js similarity index 100% rename from src/Microsoft.AspNet.NodeServices/Content/Node/entrypoint-http.js rename to src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-http.js diff --git a/src/Microsoft.AspNet.NodeServices/Content/Node/entrypoint-stream.js b/src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-stream.js similarity index 100% rename from src/Microsoft.AspNet.NodeServices/Content/Node/entrypoint-stream.js rename to src/Microsoft.AspNetCore.NodeServices/Content/Node/entrypoint-stream.js diff --git a/src/Microsoft.AspNet.NodeServices/HostingModels/HttpNodeInstance.cs b/src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs similarity index 100% rename from src/Microsoft.AspNet.NodeServices/HostingModels/HttpNodeInstance.cs rename to src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs diff --git a/src/Microsoft.AspNet.NodeServices/HostingModels/InputOutputStreamNodeInstance.cs b/src/Microsoft.AspNetCore.NodeServices/HostingModels/InputOutputStreamNodeInstance.cs similarity index 100% rename from src/Microsoft.AspNet.NodeServices/HostingModels/InputOutputStreamNodeInstance.cs rename to src/Microsoft.AspNetCore.NodeServices/HostingModels/InputOutputStreamNodeInstance.cs diff --git a/src/Microsoft.AspNet.NodeServices/HostingModels/NodeInvocationInfo.cs b/src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs similarity index 100% rename from src/Microsoft.AspNet.NodeServices/HostingModels/NodeInvocationInfo.cs rename to src/Microsoft.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs diff --git a/src/Microsoft.AspNet.NodeServices/HostingModels/OutOfProcessNodeInstance.cs b/src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs similarity index 100% rename from src/Microsoft.AspNet.NodeServices/HostingModels/OutOfProcessNodeInstance.cs rename to src/Microsoft.AspNetCore.NodeServices/HostingModels/OutOfProcessNodeInstance.cs diff --git a/src/Microsoft.AspNet.NodeServices/INodeInstance.cs b/src/Microsoft.AspNetCore.NodeServices/INodeInstance.cs similarity index 100% rename from src/Microsoft.AspNet.NodeServices/INodeInstance.cs rename to src/Microsoft.AspNetCore.NodeServices/INodeInstance.cs diff --git a/src/Microsoft.AspNet.NodeServices/Microsoft.AspNet.NodeServices.xproj b/src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNet.NodeServices.xproj similarity index 100% rename from src/Microsoft.AspNet.NodeServices/Microsoft.AspNet.NodeServices.xproj rename to src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNet.NodeServices.xproj diff --git a/src/Microsoft.AspNet.NodeServices/NodeHostingModel.cs b/src/Microsoft.AspNetCore.NodeServices/NodeHostingModel.cs similarity index 100% rename from src/Microsoft.AspNet.NodeServices/NodeHostingModel.cs rename to src/Microsoft.AspNetCore.NodeServices/NodeHostingModel.cs diff --git a/src/Microsoft.AspNet.NodeServices/Util/EmbeddedResourceReader.cs b/src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs similarity index 100% rename from src/Microsoft.AspNet.NodeServices/Util/EmbeddedResourceReader.cs rename to src/Microsoft.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs diff --git a/src/Microsoft.AspNet.NodeServices/Util/StringAsTempFile.cs b/src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs similarity index 100% rename from src/Microsoft.AspNet.NodeServices/Util/StringAsTempFile.cs rename to src/Microsoft.AspNetCore.NodeServices/Util/StringAsTempFile.cs diff --git a/src/Microsoft.AspNet.NodeServices/project.json b/src/Microsoft.AspNetCore.NodeServices/project.json similarity index 100% rename from src/Microsoft.AspNet.NodeServices/project.json rename to src/Microsoft.AspNetCore.NodeServices/project.json diff --git a/src/Microsoft.AspNet.ReactServices/.gitignore b/src/Microsoft.AspNetCore.ReactServices/.gitignore similarity index 100% rename from src/Microsoft.AspNet.ReactServices/.gitignore rename to src/Microsoft.AspNetCore.ReactServices/.gitignore diff --git a/src/Microsoft.AspNet.ReactServices/Microsoft.AspNet.ReactServices.xproj b/src/Microsoft.AspNetCore.ReactServices/Microsoft.AspNet.ReactServices.xproj similarity index 100% rename from src/Microsoft.AspNet.ReactServices/Microsoft.AspNet.ReactServices.xproj rename to src/Microsoft.AspNetCore.ReactServices/Microsoft.AspNet.ReactServices.xproj diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/.gitignore b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/.gitignore similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/.gitignore rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/.gitignore diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/.npmignore b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/.npmignore similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/.npmignore rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/.npmignore diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/LICENSE.txt b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/LICENSE.txt similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/LICENSE.txt rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/LICENSE.txt diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/README.md b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/README.md similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/README.md rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/README.md diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/package.json b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/package.json similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/package.json rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/package.json diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/src/ObjectAssignPolyfill.ts b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/src/ObjectAssignPolyfill.ts similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/src/ObjectAssignPolyfill.ts rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/src/ObjectAssignPolyfill.ts diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/src/StrongActions.ts b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/src/StrongActions.ts similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/src/StrongActions.ts rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/src/StrongActions.ts diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/src/StrongProvide.ts b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/src/StrongProvide.ts similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/src/StrongProvide.ts rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/src/StrongProvide.ts diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/src/main.ts b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/src/main.ts similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/src/main.ts rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/src/main.ts diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/tsconfig.json b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/tsconfig.json similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/tsconfig.json rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/tsconfig.json diff --git a/src/Microsoft.AspNet.ReactServices/npm/redux-typed/tsd.json b/src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/tsd.json similarity index 100% rename from src/Microsoft.AspNet.ReactServices/npm/redux-typed/tsd.json rename to src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/tsd.json diff --git a/src/Microsoft.AspNet.ReactServices/project.json b/src/Microsoft.AspNetCore.ReactServices/project.json similarity index 100% rename from src/Microsoft.AspNet.ReactServices/project.json rename to src/Microsoft.AspNetCore.ReactServices/project.json diff --git a/src/Microsoft.AspNet.SpaServices/.gitignore b/src/Microsoft.AspNetCore.SpaServices/.gitignore similarity index 100% rename from src/Microsoft.AspNet.SpaServices/.gitignore rename to src/Microsoft.AspNetCore.SpaServices/.gitignore diff --git a/src/Microsoft.AspNet.SpaServices/Content/Node/prerenderer.js b/src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js similarity index 100% rename from src/Microsoft.AspNet.SpaServices/Content/Node/prerenderer.js rename to src/Microsoft.AspNetCore.SpaServices/Content/Node/prerenderer.js diff --git a/src/Microsoft.AspNet.SpaServices/Content/Node/webpack-dev-middleware.js b/src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js similarity index 100% rename from src/Microsoft.AspNet.SpaServices/Content/Node/webpack-dev-middleware.js rename to src/Microsoft.AspNetCore.SpaServices/Content/Node/webpack-dev-middleware.js diff --git a/src/Microsoft.AspNet.SpaServices/Microsoft.AspNet.SpaServices.xproj b/src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNet.SpaServices.xproj similarity index 100% rename from src/Microsoft.AspNet.SpaServices/Microsoft.AspNet.SpaServices.xproj rename to src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNet.SpaServices.xproj diff --git a/src/Microsoft.AspNet.SpaServices/Prerendering/PrerenderTagHelper.cs b/src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs similarity index 100% rename from src/Microsoft.AspNet.SpaServices/Prerendering/PrerenderTagHelper.cs rename to src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs diff --git a/src/Microsoft.AspNet.SpaServices/Prerendering/Prerenderer.cs b/src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs similarity index 100% rename from src/Microsoft.AspNet.SpaServices/Prerendering/Prerenderer.cs rename to src/Microsoft.AspNetCore.SpaServices/Prerendering/Prerenderer.cs diff --git a/src/Microsoft.AspNet.SpaServices/Routing/SpaRouteConstraint.cs b/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs similarity index 100% rename from src/Microsoft.AspNet.SpaServices/Routing/SpaRouteConstraint.cs rename to src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteConstraint.cs diff --git a/src/Microsoft.AspNet.SpaServices/Routing/SpaRouteExtensions.cs b/src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.SpaServices/Routing/SpaRouteExtensions.cs rename to src/Microsoft.AspNetCore.SpaServices/Routing/SpaRouteExtensions.cs diff --git a/src/Microsoft.AspNet.SpaServices/Webpack/ConditionalProxyMiddleware.cs b/src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs similarity index 100% rename from src/Microsoft.AspNet.SpaServices/Webpack/ConditionalProxyMiddleware.cs rename to src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs diff --git a/src/Microsoft.AspNet.SpaServices/Webpack/WebpackDevMiddleware.cs b/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs similarity index 100% rename from src/Microsoft.AspNet.SpaServices/Webpack/WebpackDevMiddleware.cs rename to src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddleware.cs diff --git a/src/Microsoft.AspNet.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs b/src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs similarity index 100% rename from src/Microsoft.AspNet.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs rename to src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/.gitignore b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/.gitignore rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.gitignore diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/.npmignore b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/.npmignore rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/.npmignore diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/LICENSE.txt b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/LICENSE.txt rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/LICENSE.txt diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/README.md b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/README.md rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/README.md diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/package.json b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/package.json rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/Prerendering.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/src/index.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/src/index.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/src/index.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/tsconfig.json b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/tsconfig.json rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsconfig.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/tsd.json b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsd.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-prerendering/tsd.json rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/tsd.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/.gitignore b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/.gitignore rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.gitignore diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/.npmignore b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/.npmignore rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/.npmignore diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/LICENSE.txt b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/LICENSE.txt rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/LICENSE.txt diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/README.md b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/README.md rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/README.md diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/package.json b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/package.json rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/HotModuleReplacement.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/src/index.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/src/index.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/src/index.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/tsconfig.json b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/tsconfig.json rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsconfig.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/tsd.json b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsd.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack-react/tsd.json rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/tsd.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/.gitignore b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/.gitignore rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.gitignore diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/.npmignore b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/.npmignore rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/.npmignore diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/LICENSE.txt b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/LICENSE.txt rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/LICENSE.txt diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/README.md b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/README.md rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/README.md diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/package.json b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/package.json rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/RequireNewCopy.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/index.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/index.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/index.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/memory-fs.d.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/require-from-string.d.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/typings/webpack-externals-plugin.d.ts b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-externals-plugin.d.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/src/typings/webpack-externals-plugin.d.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/typings/webpack-externals-plugin.d.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/tsconfig.json b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/tsconfig.json rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsconfig.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/tsd.json b/src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsd.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/aspnet-webpack/tsd.json rename to src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/tsd.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/.gitignore b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/.gitignore rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.gitignore diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/.npmignore b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/.npmignore rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/.npmignore diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/LICENSE.txt b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/LICENSE.txt rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/LICENSE.txt diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/README.md b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/README.md rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/README.md diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/package.json b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/package.json rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/src/domain-context.d.ts b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/src/domain-context.d.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/domain-context.d.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/src/fetch.ts b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/src/fetch.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/fetch.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/src/isomorphic-fetch.d.ts b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/isomorphic-fetch.d.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/src/isomorphic-fetch.d.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/isomorphic-fetch.d.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/src/main.ts b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/src/main.ts rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/src/main.ts diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/tsconfig.json b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/tsconfig.json rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsconfig.json diff --git a/src/Microsoft.AspNet.SpaServices/npm/domain-task/tsd.json b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsd.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/npm/domain-task/tsd.json rename to src/Microsoft.AspNetCore.SpaServices/npm/domain-task/tsd.json diff --git a/src/Microsoft.AspNet.SpaServices/project.json b/src/Microsoft.AspNetCore.SpaServices/project.json similarity index 100% rename from src/Microsoft.AspNet.SpaServices/project.json rename to src/Microsoft.AspNetCore.SpaServices/project.json