Skip to content

Commit

Permalink
FX.Tests: add FSharp.Core ref to fix build
Browse files Browse the repository at this point in the history
To try to fix this build error:

```
/__w/FX/FX/src/FX.Tests/LimitOrders.cs(5,17): error CS0234: The type or namespace name 'FSharp' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
[/__w/FX/FX/src/FX.Tests/FX.Tests.csproj]
/__w/FX/FX/src/FX.Tests/LimitOrders.cs(16,25): error CS0246: The type or namespace name 'FSharpOption<>' could not be found (are you missing a using directive or an assembly reference?)
[/__w/FX/FX/src/FX.Tests/FX.Tests.csproj]
    7 Warning(s)
    2 Error(s)
```
  • Loading branch information
knocte committed Feb 5, 2024
1 parent 82f1f64 commit cf7daf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FX.Tests/FX.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="StackExchange.Redis" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="FSharp.Core" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Class1.cs" />
Expand Down

0 comments on commit cf7daf5

Please sign in to comment.