Skip to content

Commit

Permalink
chore(Deps): Drop Min FSharp.Core to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 6, 2024
1 parent 7ed0472 commit cef64c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25"/>

<!-- Impl deps -->
<PackageVersion Include="FSharp.Core" Version="6.0.7"/>
<PackageVersion Include="FSharp.Core" Version="6.0.0"/>
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="4.4.0"/>

<!-- Test deps -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
<PackageVersion Include="xunit" Version="2.9.2"/>
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7"/>
<PackageVersion Include="Unquote" Version="6.1.0"/>
<PackageVersion Include="Unquote" Version="7.0.1"/>
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 6.2.5
* Drop Min FSharp.Core to `6.0.0`; target Unquote 7.0.1 now that it has [reduced `FSharp.Core` dependencies](https://github.com/SwensenSoftware/unquote/pull/172) [#244](https://github.com/SwensenSoftware/unquote/pull/244)

### 6.2.4
* Add `AttributeUsage` targets for methods which will be required in .NET 8.0.300 [#243](https://github.com/fsprojects/Argu/pull/243) [@dlidstrom](https://github.com/dlidstrom)

Expand Down
2 changes: 1 addition & 1 deletion tests/Argu.Tests/Argu.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProjectReference Include="..\..\src\Argu\Argu.fsproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.Core" VersionOverride="6.0.7"/>
<PackageReference Include="FSharp.Core"/>

<PackageReference Include="Microsoft.NET.Test.Sdk"/>
<PackageReference Include="Unquote"/>
Expand Down

0 comments on commit cef64c1

Please sign in to comment.