Skip to content

Commit 96f5ca8

Browse files
authored
Merge pull request #252 from jafin/chore/nu5104-warning
chore (Build): Ignore NU5104 warning about beta packages
2 parents 732f81a + 63c96ac commit 96f5ca8

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)