-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathFsToolkit.ErrorHandling.JobResult.Tests.fsproj
More file actions
29 lines (28 loc) · 1.14 KB
/
FsToolkit.ErrorHandling.JobResult.Tests.fsproj
File metadata and controls
29 lines (28 loc) · 1.14 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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/FsToolkit.ErrorHandling.JobResult/FsToolkit.ErrorHandling.JobResult.fsproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="../FsToolkit.ErrorHandling.Tests/SampleDomain.fs" />
<Compile Include="../FsToolkit.ErrorHandling.Tests/TestData.fs" />
<Compile Include="../FsToolkit.ErrorHandling.Tests/Expect.fs" />
<Compile Include="Expect.JobOption.fs" />
<Compile Include="Expect.JobResult.fs" />
<Compile Include="Result.fs" />
<Compile Include="JobResult.fs" />
<Compile Include="JobOption.fs" />
<Compile Include="JobOptionCE.fs" />
<Compile Include="JobResultCE.fs" />
<Compile Include="List.fs" />
<Compile Include="JobResultOption.fs" />
<Compile Include="Main.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Expecto.Hopac"/>
</ItemGroup>
</Project>