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