Skip to content

Commit 2f6be4e

Browse files
committed
Fix build
1 parent c9f0a13 commit 2f6be4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Foundatio.Mediator/Foundatio.Mediator.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<IsRoslynComponent>true</IsRoslynComponent>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1111
<IncludeBuildOutput>false</IncludeBuildOutput>
12+
<!-- Suppress NuGet warnings for source generator package with multi-targeted runtime dependencies -->
13+
<NoWarn>$(NoWarn);NU5128;NU5130</NoWarn>
1214
</PropertyGroup>
1315

1416
<ItemGroup>

0 commit comments

Comments
 (0)