Current section
Files
Jump to
Current section
Files
priv/dstu/dstu.fsproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseAppHost>true</UseAppHost>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="UA.Cryptography.csproj"/>
<PackageReference Include="UA.Cryptography" Version="1.0.0" />
<PackageReference Include="FSharp.Core" Version="4.7.0" />
<PackageReference Include="FSharp.Data" Version="3.3.3" />
<Compile Include="*.fs" />
</ItemGroup>
</Project>