We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825f812 commit d32c816Copy full SHA for d32c816
src/Hangfire.AspNetCore/Hangfire.AspNetCore.csproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<TargetFrameworks>net451;net461;netstandard1.3;netstandard2.0;netcoreapp3.0</TargetFrameworks>
4
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5
- <NoWarn>1591</NoWarn>
+ <NoWarn>$(NoWarn);1591</NoWarn>
6
<RootNamespace>Hangfire</RootNamespace>
7
</PropertyGroup>
8
0 commit comments