mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-08 03:06:29 +08:00
Update NuGet package versions
This commit is contained in:
@@ -53,17 +53,17 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.1\runtimes\win-x64\native\freetype.dll">
|
||||
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.1.0\runtimes\win-x64\native\freetype.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<DestinationFolder>$(OutDir)win-x64\</DestinationFolder>
|
||||
<Link>runtimes\win-x64\freetype.dll</Link>
|
||||
</Content>
|
||||
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.1\runtimes\win-x86\native\freetype.dll">
|
||||
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.1.0\runtimes\win-x86\native\freetype.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<DestinationFolder>$(OutDir)win-x86\</DestinationFolder>
|
||||
<Link>runtimes\win-x86\freetype.dll</Link>
|
||||
</Content>
|
||||
<!--<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.1\runtimes\win-arm64\native\freetype.dll">
|
||||
<!--<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.1.0\runtimes\win-arm64\native\freetype.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<DestinationFolder>$(OutDir)win-arm64\</DestinationFolder>
|
||||
<Link>runtimes\win-arm64\freetype.dll</Link>
|
||||
@@ -71,7 +71,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FreeTypeSharp" Version="3.0.1" />
|
||||
<PackageReference Include="FreeTypeSharp" Version="3.1.0" />
|
||||
<PackageReference Include="QuickLook.Typography.OpenFont" Version="1.0.1" />
|
||||
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3719.77">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
|
||||
Reference in New Issue
Block a user