From 40670ce121e319d7795ae94e7c053e5e7587c369 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Thu, 30 Sep 2021 17:11:41 -0500 Subject: [PATCH] Remove NoWarn for NU5125 Arcade no longer has this problem, so no need to exclude. --- Directory.Build.props | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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