FunctionalCuid/FunctionalCuid.Tests/FunctionalCuid.Tests.fsproj
Daniel J. Summers e88d9cf3f4 Initial code commit
proof of concept
2017-12-05 22:01:51 -06:00

21 lines
434 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Expecto" Version="5.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FunctionalCuid\FunctionalCuid.fsproj" />
</ItemGroup>
</Project>