build/scripts/scripts.fsproj (22 lines of code) (raw):

<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <PackageReference Include="Argu" Version="6.1.1" /> <PackageReference Include="Bullseye" Version="3.5.0" /> <PackageReference Include="Proc" Version="0.6.2" /> <PackageReference Include="Fake.Tools.Git" Version="5.20.3" /> </ItemGroup> <ItemGroup> <Compile Include="Paths.fs" /> <Compile Include="CommandLine.fs" /> <Compile Include="Targets.fs" /> <Compile Include="Program.fs" /> <Content Include="..\..\.github\workflows\ci.yml"> <Link>ci.yml</Link> </Content> </ItemGroup> </Project>