blob: 834144accdb8cde8831bacedc5f917510c4442c6 (
plain) (
tree)
|
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="solutions/**" />
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="astar-search" Version="1.0.2" />
<PackageReference Include="FSharpPlus" Version="1.3.2" />
<PackageReference Update="FSharp.Core" Version="6.0.6" />
</ItemGroup>
</Project>
|