Reference the redist nuget packages.

This commit is contained in:
H. Utku Maden 2023-07-08 14:22:18 +03:00
parent 17950b6870
commit aea346180b
2 changed files with 8 additions and 0 deletions

@ -7,4 +7,8 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<PackageReference Include="Quik.StbImage.redist" Version="1.0" />
</ItemGroup>
</Project> </Project>

@ -7,4 +7,8 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<PackageReference Include="Quik.StbTrueType.redist" Version="1.0" />
</ItemGroup>
</Project> </Project>