-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuild.fsproj
More file actions
24 lines (24 loc) · 1.11 KB
/
Build.fsproj
File metadata and controls
24 lines (24 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Spec.fs" />
<Compile Include="Projects.fs" />
<Compile Include="Build\Helpers.fs" />
<Compile Include="Build.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Fake.Core.ReleaseNotes" Version="6.1.3" />
<PackageReference Include="Fake.Core.String" Version="6.1.3" />
<PackageReference Include="Fake.Core.Target" Version="6.1.3" />
<PackageReference Include="Fake.DotNet.AssemblyInfoFile" Version="6.1.3" />
<PackageReference Include="Fake.DotNet.Cli" Version="6.1.3" />
<PackageReference Include="Fake.DotNet.Testing.Expecto" Version="6.1.3" />
<PackageReference Include="Fake.Tools.Git" Version="6.1.3" />
<PackageReference Include="Partas.Fake.Tools.GitCliff" Version="0.2.5" />
<PackageReference Include="Partas.GitNet" Version="0.1.1" />
<PackageReference Include="Str" Version="0.19.0" />
</ItemGroup>
</Project>