Skip to content

Commit 63c96ac

Browse files
committed
chore (Build): Ignore NU5104 warning about beta packages (due to SixLabors.Fonts)
1 parent 6d61573 commit 63c96ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PdfSharpCore/PdfSharpCore.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally Mi
2020
<DefineConstants>TRACE;DEBUG;</DefineConstants>
2121
</PropertyGroup>
2222

23+
<PropertyGroup>
24+
<!--skip warning due to skiplabours.fonts being beta -->
25+
<NoWarn>NU5104</NoWarn>
26+
</PropertyGroup>
27+
2328
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2429
<DefineConstants>TRACE;RELEASE;</DefineConstants>
2530
</PropertyGroup>

0 commit comments

Comments
 (0)