ln.biginteger/ln.biginteger/ln.biginteger.csproj

14 lines
300 B
XML
Raw Normal View History

2021-03-18 19:38:09 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Content Include="libbigint.so">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>