Skip to content

Commit d32c816

Browse files
committed
Update Hangfire.AspNetCore.csproj
1 parent 825f812 commit d32c816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Hangfire.AspNetCore/Hangfire.AspNetCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>net451;net461;netstandard1.3;netstandard2.0;netcoreapp3.0</TargetFrameworks>
44
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5-
<NoWarn>1591</NoWarn>
5+
<NoWarn>$(NoWarn);1591</NoWarn>
66
<RootNamespace>Hangfire</RootNamespace>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)