Apparently i forgot a semi colon....

This commit is contained in:
Christopher Whitley
2023-11-16 17:07:51 -05:00
committed by GitHub
parent 3ae6aa4b14
commit f4b29420b5
+1 -1
View File
@@ -20,7 +20,7 @@ public sealed class PackageTask : FrostingTask<BuildContext>
msBuildSettings.WithProperty("Version", context.Version);
// Ignore warnings about adding duplicate items added to package
msBuildSettings.WithProperty("NoWarn", "NU5118")
msBuildSettings.WithProperty("NoWarn", "NU5118");
DotNetPackSettings packSettings = new DotNetPackSettings()
{