Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathbuild.fsproj
More file actions
Latest commit
32 lines (28 loc) · 1.19 KB
/
Copy pathbuild.fsproj
File metadata and controls
32 lines (28 loc) · 1.19 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
25
26
27
28
29
30
31
32
<ProjectSdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<CompileInclude="Helpers.fs" />
<CompileInclude="MessagePrompts.fs" />
<CompileInclude="ProjectInfo.fs" />
<CompileInclude="BasicTasks.fs" />
<CompileInclude="TestTasks.fs" />
<CompileInclude="PackageTasks.fs" />
<CompileInclude="DocumentationTasks.fs" />
<CompileInclude="ReleaseTasks.fs" />
<CompileInclude="Build.fs" />
</ItemGroup>
<ItemGroup>
<PackageReferenceInclude="BlackFox.Fake.BuildTask"Version="0.1.3" />
<PackageReferenceInclude="Fake.Api.Github"Version="6.1.4" />
<PackageReferenceInclude="Fake.Core.Process"Version="6.1.4" />
<PackageReferenceInclude="Fake.Core.ReleaseNotes"Version="6.1.4" />
<PackageReferenceInclude="Fake.Core.Target"Version="6.1.4" />
<PackageReferenceInclude="Fake.DotNet.Cli"Version="6.1.4" />
<PackageReferenceInclude="Fake.DotNet.MSBuild"Version="6.1.4" />
<PackageReferenceInclude="Fake.IO.FileSystem"Version="6.1.4" />
<PackageReferenceInclude="Fake.Tools.Git"Version="6.1.4" />
</ItemGroup>
</Project>