summary refs log blame commit diff stats
path: root/AoC2022.fsproj
blob: 834144accdb8cde8831bacedc5f917510c4442c6 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                             
                                      

                                    
             
                                                               


                                                             
         
<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>