save after
This commit is contained in:
@@ -67,9 +67,10 @@ public static class DotNetUpgrade
|
||||
{
|
||||
shouldFormat = true;
|
||||
package.Package.SetMetadataValue("Version", latestNugetVersion.ToString());
|
||||
project.Save();
|
||||
}
|
||||
}
|
||||
|
||||
project.Save();
|
||||
if (shouldFormat)
|
||||
FormatCsproj.FormatCsprojFile(project.FullPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user