Skip to content

Commit 8cf83db

Browse files
authored
chore(Deps): Drop Min FSharp.Core to 6.0.0 (#264)
1 parent 7ed0472 commit 8cf83db

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Directory.Packages.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25"/>
88

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

1313
<!-- Test deps -->
14-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
14+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
1515
<PackageVersion Include="xunit" Version="2.9.2"/>
16-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7"/>
17-
<PackageVersion Include="Unquote" Version="6.1.0"/>
16+
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2"/>
17+
<PackageVersion Include="Unquote" Version="7.0.1"/>
1818
</ItemGroup>
1919
</Project>

RELEASE_NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 6.2.5
2+
* Drop Package `FSharp.Core` dependency to `6.0.0` [#264](https://github.com/SwensenSoftware/unquote/pull/264)
3+
* target Unquote 7.0.1 now that it has [reduced `FSharp.Core` dependencies](https://github.com/SwensenSoftware/unquote/pull/172) [#264](https://github.com/SwensenSoftware/unquote/pull/264)
4+
15
### 6.2.4
26
* 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)
37

tests/Argu.Tests/Argu.Tests.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectReference Include="..\..\src\Argu\Argu.fsproj"/>
1010
</ItemGroup>
1111
<ItemGroup>
12-
<PackageReference Include="FSharp.Core" VersionOverride="6.0.7"/>
12+
<PackageReference Include="FSharp.Core"/>
1313

1414
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
1515
<PackageReference Include="Unquote"/>

0 commit comments

Comments
 (0)