29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
|
|
<PackageVersion>1.2.5</PackageVersion>
|
|
<RootNamespace>System.Security.Cryptography</RootNamespace>
|
|
<AssemblyName>Argon2.Bindings</AssemblyName>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<LangVersion>8.0</LangVersion>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<IsPackable>true</IsPackable>
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
<Configurations>Debug;Release;Analyze</Configurations>
|
|
<AssemblyVersion>1.2.5</AssemblyVersion>
|
|
<Platforms>x64</Platforms>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="runtimes\win-x64\native\libargon2.dll">
|
|
<Pack>true</Pack>
|
|
<PackagePath>runtimes/win-x64/native</PackagePath>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="runtimes\linux-x64\native\libargon2.so">
|
|
<Pack>true</Pack>
|
|
<PackagePath>runtimes/linux-x64/native</PackagePath>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
</Project>
|