We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 732f81a + 63c96ac commit 96f5ca8Copy full SHA for 96f5ca8
PdfSharpCore/PdfSharpCore.csproj
@@ -20,6 +20,11 @@ PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally Mi
20
<DefineConstants>TRACE;DEBUG;</DefineConstants>
21
</PropertyGroup>
22
23
+ <PropertyGroup>
24
+ <!--skip warning due to skiplabours.fonts being beta -->
25
+ <NoWarn>NU5104</NoWarn>
26
+ </PropertyGroup>
27
+
28
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
29
<DefineConstants>TRACE;RELEASE;</DefineConstants>
30
0 commit comments