Skip to content

Commit

Permalink
FX.Tests: add version to FSharp.Core ref to fix restore
Browse files Browse the repository at this point in the history
To try to fix this restore error:
```
/__w/FX/FX/src/FX.Tests/FX.Tests.csproj : error NU1010: The PackageReference items FSharp.Core do not have corresponding PackageVersion. [/__w/FX/FX/FX.sln]
  Failed to restore /__w/FX/FX/src/FX.Tests/FX.Tests.csproj (in 451 ms).
```
  • Loading branch information
knocte committed Feb 5, 2024
1 parent e4d2e77 commit 75526a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FX.Tests/FX.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="StackExchange.Redis" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="FSharp.Core" />
<PackageReference Include="FSharp.Core" Version="8.0.101" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Class1.cs" />
Expand Down

0 comments on commit 75526a5

Please sign in to comment.