diff --git a/src/Microsoft.AspNet.JsonPatch/Adapters/IObjectAdapter.cs b/src/Microsoft.AspNetCore.JsonPatch/Adapters/IObjectAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Adapters/IObjectAdapter.cs rename to src/Microsoft.AspNetCore.JsonPatch/Adapters/IObjectAdapter.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Adapters/ObjectAdapter.cs b/src/Microsoft.AspNetCore.JsonPatch/Adapters/ObjectAdapter.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Adapters/ObjectAdapter.cs rename to src/Microsoft.AspNetCore.JsonPatch/Adapters/ObjectAdapter.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Converters/JsonPatchDocumentConverter.cs b/src/Microsoft.AspNetCore.JsonPatch/Converters/JsonPatchDocumentConverter.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Converters/JsonPatchDocumentConverter.cs rename to src/Microsoft.AspNetCore.JsonPatch/Converters/JsonPatchDocumentConverter.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Converters/TypedJsonPatchDocumentConverter.cs b/src/Microsoft.AspNetCore.JsonPatch/Converters/TypedJsonPatchDocumentConverter.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Converters/TypedJsonPatchDocumentConverter.cs rename to src/Microsoft.AspNetCore.JsonPatch/Converters/TypedJsonPatchDocumentConverter.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Exceptions/JsonPatchException.cs b/src/Microsoft.AspNetCore.JsonPatch/Exceptions/JsonPatchException.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Exceptions/JsonPatchException.cs rename to src/Microsoft.AspNetCore.JsonPatch/Exceptions/JsonPatchException.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Helpers/ActualPropertyPathResult.cs b/src/Microsoft.AspNetCore.JsonPatch/Helpers/ActualPropertyPathResult.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Helpers/ActualPropertyPathResult.cs rename to src/Microsoft.AspNetCore.JsonPatch/Helpers/ActualPropertyPathResult.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Helpers/ConversionResult.cs b/src/Microsoft.AspNetCore.JsonPatch/Helpers/ConversionResult.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Helpers/ConversionResult.cs rename to src/Microsoft.AspNetCore.JsonPatch/Helpers/ConversionResult.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Helpers/ExpandoObjectDictionaryExtensions.cs b/src/Microsoft.AspNetCore.JsonPatch/Helpers/ExpandoObjectDictionaryExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Helpers/ExpandoObjectDictionaryExtensions.cs rename to src/Microsoft.AspNetCore.JsonPatch/Helpers/ExpandoObjectDictionaryExtensions.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Helpers/ExpressionHelpers.cs b/src/Microsoft.AspNetCore.JsonPatch/Helpers/ExpressionHelpers.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Helpers/ExpressionHelpers.cs rename to src/Microsoft.AspNetCore.JsonPatch/Helpers/ExpressionHelpers.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Helpers/GetValueResult.cs b/src/Microsoft.AspNetCore.JsonPatch/Helpers/GetValueResult.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Helpers/GetValueResult.cs rename to src/Microsoft.AspNetCore.JsonPatch/Helpers/GetValueResult.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Helpers/JsonPatchProperty.cs b/src/Microsoft.AspNetCore.JsonPatch/Helpers/JsonPatchProperty.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Helpers/JsonPatchProperty.cs rename to src/Microsoft.AspNetCore.JsonPatch/Helpers/JsonPatchProperty.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Helpers/ObjectTreeAnalyisResult.cs b/src/Microsoft.AspNetCore.JsonPatch/Helpers/ObjectTreeAnalyisResult.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Helpers/ObjectTreeAnalyisResult.cs rename to src/Microsoft.AspNetCore.JsonPatch/Helpers/ObjectTreeAnalyisResult.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Helpers/PathHelpers.cs b/src/Microsoft.AspNetCore.JsonPatch/Helpers/PathHelpers.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Helpers/PathHelpers.cs rename to src/Microsoft.AspNetCore.JsonPatch/Helpers/PathHelpers.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Helpers/RemovedPropertyTypeResult.cs b/src/Microsoft.AspNetCore.JsonPatch/Helpers/RemovedPropertyTypeResult.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Helpers/RemovedPropertyTypeResult.cs rename to src/Microsoft.AspNetCore.JsonPatch/Helpers/RemovedPropertyTypeResult.cs diff --git a/src/Microsoft.AspNet.JsonPatch/IJsonPatchDocument.cs b/src/Microsoft.AspNetCore.JsonPatch/IJsonPatchDocument.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/IJsonPatchDocument.cs rename to src/Microsoft.AspNetCore.JsonPatch/IJsonPatchDocument.cs diff --git a/src/Microsoft.AspNet.JsonPatch/JsonPatchDocument.cs b/src/Microsoft.AspNetCore.JsonPatch/JsonPatchDocument.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/JsonPatchDocument.cs rename to src/Microsoft.AspNetCore.JsonPatch/JsonPatchDocument.cs diff --git a/src/Microsoft.AspNet.JsonPatch/JsonPatchDocumentOfT.cs b/src/Microsoft.AspNetCore.JsonPatch/JsonPatchDocumentOfT.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/JsonPatchDocumentOfT.cs rename to src/Microsoft.AspNetCore.JsonPatch/JsonPatchDocumentOfT.cs diff --git a/src/Microsoft.AspNet.JsonPatch/JsonPatchError.cs b/src/Microsoft.AspNetCore.JsonPatch/JsonPatchError.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/JsonPatchError.cs rename to src/Microsoft.AspNetCore.JsonPatch/JsonPatchError.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Microsoft.AspNet.JsonPatch.xproj b/src/Microsoft.AspNetCore.JsonPatch/Microsoft.AspNetCore.JsonPatch.xproj similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Microsoft.AspNet.JsonPatch.xproj rename to src/Microsoft.AspNetCore.JsonPatch/Microsoft.AspNetCore.JsonPatch.xproj diff --git a/src/Microsoft.AspNet.JsonPatch/Operations/Operation.cs b/src/Microsoft.AspNetCore.JsonPatch/Operations/Operation.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Operations/Operation.cs rename to src/Microsoft.AspNetCore.JsonPatch/Operations/Operation.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Operations/OperationBase.cs b/src/Microsoft.AspNetCore.JsonPatch/Operations/OperationBase.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Operations/OperationBase.cs rename to src/Microsoft.AspNetCore.JsonPatch/Operations/OperationBase.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Operations/OperationOfT.cs b/src/Microsoft.AspNetCore.JsonPatch/Operations/OperationOfT.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Operations/OperationOfT.cs rename to src/Microsoft.AspNetCore.JsonPatch/Operations/OperationOfT.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Operations/OperationType.cs b/src/Microsoft.AspNetCore.JsonPatch/Operations/OperationType.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Operations/OperationType.cs rename to src/Microsoft.AspNetCore.JsonPatch/Operations/OperationType.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.JsonPatch/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.JsonPatch/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.JsonPatch/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.JsonPatch/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.JsonPatch/Resources.resx b/src/Microsoft.AspNetCore.JsonPatch/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/Resources.resx rename to src/Microsoft.AspNetCore.JsonPatch/Resources.resx diff --git a/src/Microsoft.AspNet.JsonPatch/project.json b/src/Microsoft.AspNetCore.JsonPatch/project.json similarity index 100% rename from src/Microsoft.AspNet.JsonPatch/project.json rename to src/Microsoft.AspNetCore.JsonPatch/project.json diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/AddOperationTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/AddOperationTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/AddOperationTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/AddOperationTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/AddTypedOperationTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/AddTypedOperationTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/AddTypedOperationTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/AddTypedOperationTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/CopyOperationTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/CopyOperationTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/CopyOperationTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/CopyOperationTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/CopyTypedOperationTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/CopyTypedOperationTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/CopyTypedOperationTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/CopyTypedOperationTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/MoveOperationTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/MoveOperationTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/MoveOperationTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/MoveOperationTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/MoveTypedOperationTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/MoveTypedOperationTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/MoveTypedOperationTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/MoveTypedOperationTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/NestedDTO.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/NestedDTO.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/NestedDTO.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/NestedDTO.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/PatchDocumentTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/PatchDocumentTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/PatchDocumentTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/PatchDocumentTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/RemoveOperationTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/RemoveOperationTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/RemoveOperationTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/RemoveOperationTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/RemoveTypedOperationTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/RemoveTypedOperationTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/RemoveTypedOperationTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/RemoveTypedOperationTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/ReplaceOperationTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/ReplaceOperationTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/ReplaceOperationTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/ReplaceOperationTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/ReplaceTypedOperationTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/ReplaceTypedOperationTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/ReplaceTypedOperationTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/ReplaceTypedOperationTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/SimpleDTO.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/SimpleDTO.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/SimpleDTO.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/SimpleDTO.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Dynamic/SimpleDTOWithNestedDTO.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/SimpleDTOWithNestedDTO.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Dynamic/SimpleDTOWithNestedDTO.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/Dynamic/SimpleDTOWithNestedDTO.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/Microsoft.AspNet.JsonPatch.Test.xproj b/test/Microsoft.AspNetCore.JsonPatch.Test/Microsoft.AspNetCore.JsonPatch.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/Microsoft.AspNet.JsonPatch.Test.xproj rename to test/Microsoft.AspNetCore.JsonPatch.Test/Microsoft.AspNetCore.JsonPatch.Test.xproj diff --git a/test/Microsoft.AspNet.JsonPatch.Test/NestedDTO.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/NestedDTO.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/NestedDTO.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/NestedDTO.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/NestedObjectTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/NestedObjectTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/NestedObjectTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/NestedObjectTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/ObjectAdapterTests.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/ObjectAdapterTests.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/ObjectAdapterTests.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/ObjectAdapterTests.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/SimpleDTO.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/SimpleDTO.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/SimpleDTO.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/SimpleDTO.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/SimpleDTOWithNestedDTO.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/SimpleDTOWithNestedDTO.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/SimpleDTOWithNestedDTO.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/SimpleDTOWithNestedDTO.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/TestErrorLogger.cs b/test/Microsoft.AspNetCore.JsonPatch.Test/TestErrorLogger.cs similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/TestErrorLogger.cs rename to test/Microsoft.AspNetCore.JsonPatch.Test/TestErrorLogger.cs diff --git a/test/Microsoft.AspNet.JsonPatch.Test/project.json b/test/Microsoft.AspNetCore.JsonPatch.Test/project.json similarity index 100% rename from test/Microsoft.AspNet.JsonPatch.Test/project.json rename to test/Microsoft.AspNetCore.JsonPatch.Test/project.json