diff --git a/src/Microsoft.AspNet.Session/DistributedSession.cs b/src/Microsoft.AspNetCore.Session/DistributedSession.cs similarity index 100% rename from src/Microsoft.AspNet.Session/DistributedSession.cs rename to src/Microsoft.AspNetCore.Session/DistributedSession.cs diff --git a/src/Microsoft.AspNet.Session/DistributedSessionStore.cs b/src/Microsoft.AspNetCore.Session/DistributedSessionStore.cs similarity index 100% rename from src/Microsoft.AspNet.Session/DistributedSessionStore.cs rename to src/Microsoft.AspNetCore.Session/DistributedSessionStore.cs diff --git a/src/Microsoft.AspNet.Session/ISessionStore.cs b/src/Microsoft.AspNetCore.Session/ISessionStore.cs similarity index 100% rename from src/Microsoft.AspNet.Session/ISessionStore.cs rename to src/Microsoft.AspNetCore.Session/ISessionStore.cs diff --git a/src/Microsoft.AspNet.Session/LoggingExtensions.cs b/src/Microsoft.AspNetCore.Session/LoggingExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Session/LoggingExtensions.cs rename to src/Microsoft.AspNetCore.Session/LoggingExtensions.cs diff --git a/src/Microsoft.AspNet.Session/Microsoft.AspNet.Session.xproj b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj similarity index 100% rename from src/Microsoft.AspNet.Session/Microsoft.AspNet.Session.xproj rename to src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj diff --git a/src/Microsoft.AspNet.Session/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Session/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Session/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Session/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Session/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Session/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Session/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Session/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Session/Resources.resx b/src/Microsoft.AspNetCore.Session/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Session/Resources.resx rename to src/Microsoft.AspNetCore.Session/Resources.resx diff --git a/src/Microsoft.AspNet.Session/SessionDefaults.cs b/src/Microsoft.AspNetCore.Session/SessionDefaults.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionDefaults.cs rename to src/Microsoft.AspNetCore.Session/SessionDefaults.cs diff --git a/src/Microsoft.AspNet.Session/SessionFeature.cs b/src/Microsoft.AspNetCore.Session/SessionFeature.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionFeature.cs rename to src/Microsoft.AspNetCore.Session/SessionFeature.cs diff --git a/src/Microsoft.AspNet.Session/SessionMiddleware.cs b/src/Microsoft.AspNetCore.Session/SessionMiddleware.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionMiddleware.cs rename to src/Microsoft.AspNetCore.Session/SessionMiddleware.cs diff --git a/src/Microsoft.AspNet.Session/SessionMiddlewareExtensions.cs b/src/Microsoft.AspNetCore.Session/SessionMiddlewareExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionMiddlewareExtensions.cs rename to src/Microsoft.AspNetCore.Session/SessionMiddlewareExtensions.cs diff --git a/src/Microsoft.AspNet.Session/SessionOptions.cs b/src/Microsoft.AspNetCore.Session/SessionOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionOptions.cs rename to src/Microsoft.AspNetCore.Session/SessionOptions.cs diff --git a/src/Microsoft.AspNet.Session/SessionServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.Session/SessionServiceCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SessionServiceCollectionExtensions.cs rename to src/Microsoft.AspNetCore.Session/SessionServiceCollectionExtensions.cs diff --git a/src/Microsoft.AspNet.Session/SipHash.cs b/src/Microsoft.AspNetCore.Session/SipHash.cs similarity index 100% rename from src/Microsoft.AspNet.Session/SipHash.cs rename to src/Microsoft.AspNetCore.Session/SipHash.cs diff --git a/src/Microsoft.AspNet.Session/project.json b/src/Microsoft.AspNetCore.Session/project.json similarity index 100% rename from src/Microsoft.AspNet.Session/project.json rename to src/Microsoft.AspNetCore.Session/project.json diff --git a/test/Microsoft.AspNet.Session.Tests/Microsoft.AspNet.Session.Tests.xproj b/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj similarity index 100% rename from test/Microsoft.AspNet.Session.Tests/Microsoft.AspNet.Session.Tests.xproj rename to test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj diff --git a/test/Microsoft.AspNet.Session.Tests/SessionTests.cs b/test/Microsoft.AspNetCore.Session.Tests/SessionTests.cs similarity index 100% rename from test/Microsoft.AspNet.Session.Tests/SessionTests.cs rename to test/Microsoft.AspNetCore.Session.Tests/SessionTests.cs diff --git a/test/Microsoft.AspNet.Session.Tests/TestExtensions.cs b/test/Microsoft.AspNetCore.Session.Tests/TestExtensions.cs similarity index 100% rename from test/Microsoft.AspNet.Session.Tests/TestExtensions.cs rename to test/Microsoft.AspNetCore.Session.Tests/TestExtensions.cs diff --git a/test/Microsoft.AspNet.Session.Tests/project.json b/test/Microsoft.AspNetCore.Session.Tests/project.json similarity index 100% rename from test/Microsoft.AspNet.Session.Tests/project.json rename to test/Microsoft.AspNetCore.Session.Tests/project.json