Skip to content

Commit

Permalink
Ignore vulnerability warning until dotnet sdk is available and instal…
Browse files Browse the repository at this point in the history
…l by the team. (WalletWasabi#13254)
  • Loading branch information
lontivero authored Jul 10, 2024
1 parent 01709d4 commit fac19fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi/WalletWasabi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<NoWarn>1701;1702;1705;1591;1573;CA1031;CA1822</NoWarn>
<NoWarn>1701;1702;1705;1591;1573;CA1031;CA1822;NU1903</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
Expand Down

0 comments on commit fac19fd

Please sign in to comment.