diff --git a/src/Microsoft.DotNet.ProjectJsonMigration/transforms/AddItemTransform.cs b/src/Microsoft.DotNet.ProjectJsonMigration/Transforms/AddItemTransform.cs similarity index 100% rename from src/Microsoft.DotNet.ProjectJsonMigration/transforms/AddItemTransform.cs rename to src/Microsoft.DotNet.ProjectJsonMigration/Transforms/AddItemTransform.cs diff --git a/src/Microsoft.DotNet.ProjectJsonMigration/transforms/AddPropertyTransform.cs b/src/Microsoft.DotNet.ProjectJsonMigration/Transforms/AddPropertyTransform.cs similarity index 100% rename from src/Microsoft.DotNet.ProjectJsonMigration/transforms/AddPropertyTransform.cs rename to src/Microsoft.DotNet.ProjectJsonMigration/Transforms/AddPropertyTransform.cs diff --git a/src/Microsoft.DotNet.ProjectJsonMigration/transforms/ConditionalTransform.cs b/src/Microsoft.DotNet.ProjectJsonMigration/Transforms/ConditionalTransform.cs similarity index 100% rename from src/Microsoft.DotNet.ProjectJsonMigration/transforms/ConditionalTransform.cs rename to src/Microsoft.DotNet.ProjectJsonMigration/Transforms/ConditionalTransform.cs diff --git a/src/Microsoft.DotNet.ProjectJsonMigration/transforms/ITransform.cs b/src/Microsoft.DotNet.ProjectJsonMigration/Transforms/ITransform.cs similarity index 100% rename from src/Microsoft.DotNet.ProjectJsonMigration/transforms/ITransform.cs rename to src/Microsoft.DotNet.ProjectJsonMigration/Transforms/ITransform.cs diff --git a/src/Microsoft.DotNet.ProjectJsonMigration/transforms/ITransformApplicator.cs b/src/Microsoft.DotNet.ProjectJsonMigration/Transforms/ITransformApplicator.cs similarity index 100% rename from src/Microsoft.DotNet.ProjectJsonMigration/transforms/ITransformApplicator.cs rename to src/Microsoft.DotNet.ProjectJsonMigration/Transforms/ITransformApplicator.cs diff --git a/src/Microsoft.DotNet.ProjectJsonMigration/transforms/IncludeContextTransform.cs b/src/Microsoft.DotNet.ProjectJsonMigration/Transforms/IncludeContextTransform.cs similarity index 100% rename from src/Microsoft.DotNet.ProjectJsonMigration/transforms/IncludeContextTransform.cs rename to src/Microsoft.DotNet.ProjectJsonMigration/Transforms/IncludeContextTransform.cs diff --git a/src/Microsoft.DotNet.ProjectJsonMigration/transforms/RemoveContextTransform.cs b/src/Microsoft.DotNet.ProjectJsonMigration/Transforms/RemoveContextTransform.cs similarity index 100% rename from src/Microsoft.DotNet.ProjectJsonMigration/transforms/RemoveContextTransform.cs rename to src/Microsoft.DotNet.ProjectJsonMigration/Transforms/RemoveContextTransform.cs diff --git a/src/Microsoft.DotNet.ProjectJsonMigration/transforms/RemoveItemTransform.cs b/src/Microsoft.DotNet.ProjectJsonMigration/Transforms/RemoveItemTransform.cs similarity index 100% rename from src/Microsoft.DotNet.ProjectJsonMigration/transforms/RemoveItemTransform.cs rename to src/Microsoft.DotNet.ProjectJsonMigration/Transforms/RemoveItemTransform.cs diff --git a/src/Microsoft.DotNet.ProjectJsonMigration/transforms/TransformApplicator.cs b/src/Microsoft.DotNet.ProjectJsonMigration/Transforms/TransformApplicator.cs similarity index 100% rename from src/Microsoft.DotNet.ProjectJsonMigration/transforms/TransformApplicator.cs rename to src/Microsoft.DotNet.ProjectJsonMigration/Transforms/TransformApplicator.cs