diff --git a/Microsoft.DotNet.Cli.sln b/Microsoft.DotNet.Cli.sln index b7f28f54a..5e30fb2af 100644 --- a/Microsoft.DotNet.Cli.sln +++ b/Microsoft.DotNet.Cli.sln @@ -29,13 +29,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{89905EC4 build\BuildDefaults.props = build\BuildDefaults.props build\BuildOutputs.props = build\BuildOutputs.props build\BundledSdks.proj = build\BundledSdks.proj - build\Microsoft.DotNet.Cli.BundledRuntimes.props = build\Microsoft.DotNet.Cli.BundledRuntimes.props + build\BundledRuntimes.props = build\BundledRuntimes.props build\BundledSdks.props = build\BundledSdks.props build\BundledTemplates.proj = build\BundledTemplates.proj build\BundledTemplates.props = build\BundledTemplates.props build\Compile.targets = build\Compile.targets build\CoreSetupInfo.props = build\CoreSetupInfo.props - build\Microsoft.DotNet.Cli.DependencyVersions.props = build\Microsoft.DotNet.Cli.DependencyVersions.props + build\DependencyVersions.props = build\DependencyVersions.props build\FileExtensions.props = build\FileExtensions.props build\GitCommitInfo.targets = build\GitCommitInfo.targets build\HostInfo.targets = build\HostInfo.targets diff --git a/build/Microsoft.DotNet.Cli.BundledRuntimes.props b/build/BundledRuntimes.props similarity index 100% rename from build/Microsoft.DotNet.Cli.BundledRuntimes.props rename to build/BundledRuntimes.props diff --git a/build/Microsoft.DotNet.Cli.DependencyVersions.props b/build/DependencyVersions.props similarity index 100% rename from build/Microsoft.DotNet.Cli.DependencyVersions.props rename to build/DependencyVersions.props diff --git a/build_projects/update-dependencies/Program.cs b/build_projects/update-dependencies/Program.cs index c5db0a6cb..991d86af0 100644 --- a/build_projects/update-dependencies/Program.cs +++ b/build_projects/update-dependencies/Program.cs @@ -81,7 +81,7 @@ namespace Microsoft.DotNet.Scripts private static IEnumerable GetUpdaters() { - yield return CreateRegexUpdater(Path.Combine("build", "Microsoft.DotNet.Cli.DependencyVersions.props"), "CLI_SharedFrameworkVersion", "Microsoft.NETCore.App"); + yield return CreateRegexUpdater(Path.Combine("build", "DependencyVersions.props"), "CLI_SharedFrameworkVersion", "Microsoft.NETCore.App"); } private static IDependencyUpdater CreateRegexUpdater(string repoRelativePath, string propertyName, string packageId) diff --git a/dir.props b/dir.props index c7b1bab48..9a4b31211 100644 --- a/dir.props +++ b/dir.props @@ -11,7 +11,7 @@ - + @@ -22,7 +22,7 @@ - + $(NUGET_PACKAGES)