FunctionalCuid/FunctionalCuid.Tests/FunctionalCuid.Tests.fsproj
Daniel J. Summers d5e0dcfab3 Convert to Paket; Update API
Pushing towards a full release of this library with complete CUID functionality
2019-08-08 22:16:36 -05:00

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>