Skip to content

Commit

Permalink
Disable warning NU5048 (PackageIconUrl deprecated) for now
Browse files Browse the repository at this point in the history
https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5048
I'll move to PackageIcon in a future version, after Prism.Core has moved as well
  • Loading branch information
augustoproiete committed Oct 16, 2019
1 parent 6b5a52b commit a42cb8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Prism.Logging.Serilog/Prism.Logging.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Don't reference the full NETStandard.Library -->
<DisableImplicitFrameworkReferences Condition=" '$(TargetFramework)' != 'netstandard2.0' ">true</DisableImplicitFrameworkReferences>
<NoWarn>$(NoWarn);NU5048</NoWarn>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<TreatSpecificWarningsAsErrors />
<RootNamespace>Prism</RootNamespace>
Expand Down

0 comments on commit a42cb8d

Please sign in to comment.