Skip to content

Commit

Permalink
Use .NET 8 project separately -__-
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Oct 26, 2023
1 parent 9597ab7 commit 5fe6205
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Hi3Helper.SharpHDiffPatch/Hi3Helper.SharpHDiffPatch.NET8.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>x64;x86;ARM64</Platforms>
</PropertyGroup>

<ItemGroup>
<Content Include="Binary\Compression\Zstd\libzstd.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>Lib\libzstd.dll</TargetPath>
</Content>
</ItemGroup>

</Project>

0 comments on commit 5fe6205

Please sign in to comment.