dotnet-installer/tools/sdk-readme-table-generator/TableGenerator/TableGenerator.fsproj
2022-12-04 12:13:03 +02:00

19 lines
440 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</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>