d5e0dcfab3
Pushing towards a full release of this library with complete CUID functionality
14 lines
434 B
XML
14 lines
434 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.fs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FunctionalCuid\FunctionalCuid.fsproj" />
|
|
</ItemGroup>
|
|
<Import Project="..\.paket\Paket.Restore.targets" />
|
|
</Project> |