Skip to content

Commit fd718bd

Browse files
Bump FSharp.Core from 6.0.3 to 6.0.6
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 6.0.3 to 6.0.6. - [Release notes](https://github.com/dotnet/fsharp/releases) - [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md) - [Commits](https://github.com/dotnet/fsharp/commits) --- updated-dependencies: - dependency-name: FSharp.Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 271a4ea commit fd718bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/FSharp.Tests/FSharp.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Compile Include="Main.fs" />
3535
</ItemGroup>
3636
<ItemGroup>
37-
<PackageReference Include="FSharp.Core" Version="6.0.3" />
37+
<PackageReference Include="FSharp.Core" Version="6.0.6" />
3838
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net461'" />
3939
<PackageReference Include="NUnit" Version="3.13.3" />
4040
<PackageReference Include="NUnitLite" Version="3.13.3" />

src/FSharp/FSharp.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
6868
<Compile Include="Quaternion.fs" />
6969
</ItemGroup>
7070
<ItemGroup>
71-
<PackageReference Include="FSharp.Core" Version="6.0.3" />
71+
<PackageReference Include="FSharp.Core" Version="6.0.6" />
7272
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net461'" />
7373
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2">
7474
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)