Update Cyotek.Drawing.BitmapFont to 1.3.4

see #2716
This commit is contained in:
YoshiRulz 2021-04-16 12:49:14 +10:00
parent eb4b3a1f82
commit b7b10e2631
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cyotek.Drawing.BitmapFont" Version="1.0.2" NoWarn="NU1701" />
<PackageReference Include="Cyotek.Drawing.BitmapFont" Version="1.3.4" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /><!-- for (extra?) dynamic type support -->
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
<ProjectReference Include="$(ProjectDir)../BizHawk.Common/BizHawk.Common.csproj" />