Christoph Wille 1 week ago
parent
commit
080bee3db6
  1. 5
      Directory.Build.props

5
Directory.Build.props

@ -3,6 +3,11 @@
<NoWarn>$(NoWarn);NU1510</NoWarn> <NoWarn>$(NoWarn);NU1510</NoWarn>
</PropertyGroup> </PropertyGroup>
<!-- https://learn.microsoft.com/en-us/dotnet/core/tools/sdk-errors/netsdk1238 -->
<PropertyGroup>
<CheckSdkVulnerabilities>true</CheckSdkVulnerabilities>
</PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Warnings are errors repo-wide so a clean build stays clean; individual projects can opt <!-- Warnings are errors repo-wide so a clean build stays clean; individual projects can opt
back out (e.g. ICSharpCode.ILSpyCmd sets TreatWarningsAsErrors=false) since project-level back out (e.g. ICSharpCode.ILSpyCmd sets TreatWarningsAsErrors=false) since project-level

Loading…
Cancel
Save