Skip to content

Commit

Permalink
update FSharpAux version
Browse files Browse the repository at this point in the history
  • Loading branch information
bvenn committed Jul 7, 2023
1 parent ea6a3c3 commit e884a75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/FSharp.Stats/FSharp.Stats.fsproj
Expand Up @@ -175,8 +175,9 @@
<Content Include="../../lib/*.dll" PackagePath="netlib_LAPACK"></Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharpAux" Version="1.1.0" />
<PackageReference Include="FSharpAux.IO" Version="1.1.0" />
<PackageReference Include="FSharpAux.Core" Version="2.0.0" />
<PackageReference Include="FSharpAux" Version="2.0.0" />
<PackageReference Include="FSharpAux.IO" Version="2.0.0" />
<PackageReference Include="OptimizedPriorityQueue" Version="5.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/FSharp.Stats.Tests/FSharp.Stats.Tests.fsproj
Expand Up @@ -67,11 +67,11 @@
<ItemGroup />
<ItemGroup>
<PackageReference Include="altcover" Version="8.2.837" />
<PackageReference Include="Expecto" Version="9.*" />
<PackageReference Include="Expecto" Version="10.*" />
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
<PackageReference Include="OptimizedPriorityQueue" Version="5.1.0" />
<PackageReference Include="Deedle" Version="3.0.0-beta.1" />
<PackageReference Include="Deedle" Version="3.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\FSharp.Stats\FSharp.Stats.fsproj" />
Expand Down

0 comments on commit e884a75

Please sign in to comment.