2020-11-23 23:46:21 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-11-12 21:01:55 +00:00
|
|
|
|
<TargetFramework>netcoreapp6.0</TargetFramework>
|
2020-11-23 23:46:21 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Shared.fs" />
|
|
|
|
|
<Compile Include="Table.fs" />
|
|
|
|
|
<Compile Include="Reference.fs" />
|
|
|
|
|
<Compile Include="Program.fs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="NuGet.Versioning" Version="5.5.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|