From 582e222c2bf4567d28cb224b78284439a6a34651 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Fri, 22 Jan 2016 12:20:54 -0800 Subject: [PATCH] Rename AspNet 5 folders and files. See https://github.com/aspnet/Announcements/issues/144 for more information. --- .../Adapters/IObjectAdapter.cs | 0 .../Adapters/ObjectAdapter.cs | 0 .../Converters/JsonPatchDocumentConverter.cs | 0 .../Converters/TypedJsonPatchDocumentConverter.cs | 0 .../Exceptions/JsonPatchException.cs | 0 .../Helpers/ActualPropertyPathResult.cs | 0 .../Helpers/ConversionResult.cs | 0 .../Helpers/ExpandoObjectDictionaryExtensions.cs | 0 .../Helpers/ExpressionHelpers.cs | 0 .../Helpers/GetValueResult.cs | 0 .../Helpers/JsonPatchProperty.cs | 0 .../Helpers/ObjectTreeAnalyisResult.cs | 0 .../Helpers/PathHelpers.cs | 0 .../Helpers/RemovedPropertyTypeResult.cs | 0 .../IJsonPatchDocument.cs | 0 .../JsonPatchDocument.cs | 0 .../JsonPatchDocumentOfT.cs | 0 .../JsonPatchError.cs | 0 .../Microsoft.AspNetCore.JsonPatch.xproj} | 0 .../Operations/Operation.cs | 0 .../Operations/OperationBase.cs | 0 .../Operations/OperationOfT.cs | 0 .../Operations/OperationType.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../project.json | 0 .../Dynamic/AddOperationTests.cs | 0 .../Dynamic/AddTypedOperationTests.cs | 0 .../Dynamic/CopyOperationTests.cs | 0 .../Dynamic/CopyTypedOperationTests.cs | 0 .../Dynamic/MoveOperationTests.cs | 0 .../Dynamic/MoveTypedOperationTests.cs | 0 .../Dynamic/NestedDTO.cs | 0 .../Dynamic/PatchDocumentTests.cs | 0 .../Dynamic/RemoveOperationTests.cs | 0 .../Dynamic/RemoveTypedOperationTests.cs | 0 .../Dynamic/ReplaceOperationTests.cs | 0 .../Dynamic/ReplaceTypedOperationTests.cs | 0 .../Dynamic/SimpleDTO.cs | 0 .../Dynamic/SimpleDTOWithNestedDTO.cs | 0 .../Microsoft.AspNetCore.JsonPatch.Test.xproj} | 0 .../NestedDTO.cs | 0 .../NestedObjectTests.cs | 0 .../ObjectAdapterTests.cs | 0 .../SimpleDTO.cs | 0 .../SimpleDTOWithNestedDTO.cs | 0 .../TestErrorLogger.cs | 0 .../project.json | 0 49 files changed, 0 insertions(+), 0 deletions(-) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Adapters/IObjectAdapter.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Adapters/ObjectAdapter.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Converters/JsonPatchDocumentConverter.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Converters/TypedJsonPatchDocumentConverter.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Exceptions/JsonPatchException.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Helpers/ActualPropertyPathResult.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Helpers/ConversionResult.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Helpers/ExpandoObjectDictionaryExtensions.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Helpers/ExpressionHelpers.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Helpers/GetValueResult.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Helpers/JsonPatchProperty.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Helpers/ObjectTreeAnalyisResult.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Helpers/PathHelpers.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Helpers/RemovedPropertyTypeResult.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/IJsonPatchDocument.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/JsonPatchDocument.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/JsonPatchDocumentOfT.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/JsonPatchError.cs (100%) rename src/{Microsoft.AspNet.JsonPatch/Microsoft.AspNet.JsonPatch.xproj => Microsoft.AspNetCore.JsonPatch/Microsoft.AspNetCore.JsonPatch.xproj} (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Operations/Operation.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Operations/OperationBase.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Operations/OperationOfT.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Operations/OperationType.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/Resources.resx (100%) rename src/{Microsoft.AspNet.JsonPatch => Microsoft.AspNetCore.JsonPatch}/project.json (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/AddOperationTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/AddTypedOperationTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/CopyOperationTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/CopyTypedOperationTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/MoveOperationTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/MoveTypedOperationTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/NestedDTO.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/PatchDocumentTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/RemoveOperationTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/RemoveTypedOperationTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/ReplaceOperationTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/ReplaceTypedOperationTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/SimpleDTO.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/Dynamic/SimpleDTOWithNestedDTO.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test/Microsoft.AspNet.JsonPatch.Test.xproj => Microsoft.AspNetCore.JsonPatch.Test/Microsoft.AspNetCore.JsonPatch.Test.xproj} (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/NestedDTO.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/NestedObjectTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/ObjectAdapterTests.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/SimpleDTO.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/SimpleDTOWithNestedDTO.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/TestErrorLogger.cs (100%) rename test/{Microsoft.AspNet.JsonPatch.Test => Microsoft.AspNetCore.JsonPatch.Test}/project.json (100%) 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