Current section
Files
Jump to
Current section
Files
priv/dstu/UA.Cryptography.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<VersionPrefix>1.0.0</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FSharp.Core" Version="4.7.0" />
</ItemGroup>
</Project>