Merge pull request #5736 from dotnet/dev/jgoshi/morePropsRename

Finish renaming props file to remove Microsoft.Dotnet.Cli prefix
This commit is contained in:
Piotr Puszkiewicz 2017-02-22 09:15:20 -08:00 committed by GitHub
commit c5e7c3dd45
5 changed files with 5 additions and 5 deletions

View file

@ -81,7 +81,7 @@ namespace Microsoft.DotNet.Scripts
private static IEnumerable<IDependencyUpdater> 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)