diff --git a/Directory.Build.props b/Directory.Build.props index 35246a8e8ec..93150ee88bd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,4 +1,4 @@ - + @@ -35,11 +35,10 @@ NU5105: we're explicitly opting in to semver2, as is most of .NET Core CS1701 and CS1702 are by default ignored by Microsoft.NET.Sdk, but if you define the NoWarn property in Directory.Build.props, you don't get those defaults. - NU5125: Arcade uses licenseUrl when doing pack, which now causes NU5125 warning. This disables that warning until arcade can switch over. SYSLIB0011: Removing binary formatter will happen as part of a larger .NET-wide effort. --> - $(NoWarn);NU1603;NU5105;NU5125;1701;1702;SYSLIB0011 + $(NoWarn);NU1603;NU5105;1701;1702;SYSLIB0011