-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuild.fsproj
More file actions
19 lines (19 loc) · 797 Bytes
/
Build.fsproj
File metadata and controls
19 lines (19 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Fake.Core.Environment" Version="6.1.4" />
<PackageReference Include="Fake.Core.ReleaseNotes" Version="6.1.4" />
<PackageReference Include="Fake.Core.Target" Version="6.1.4" />
<PackageReference Include="Fake.DotNet.AssemblyInfoFile" Version="6.1.4" />
<PackageReference Include="Fake.DotNet.Cli" Version="6.1.4" />
<PackageReference Include="Fake.IO.FileSystem" Version="6.1.4" />
<PackageReference Include="Fake.Tools.Git" Version="6.1.4" />
</ItemGroup>
</Project>