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