mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
Apparently i forgot a semi colon....
This commit is contained in:
committed by
GitHub
parent
3ae6aa4b14
commit
f4b29420b5
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user