Skip to content

Commit a12b132

Browse files
Bump FSharp.Core from 5.0.2 to 6.0.3
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 5.0.2 to 6.0.3. - [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-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b13ff4 commit a12b132

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="5.0.2" />
37+
<PackageReference Include="FSharp.Core" Version="6.0.3" />
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="5.0.2" />
71+
<PackageReference Include="FSharp.Core" Version="6.0.3" />
7272
<PackageReference Include="System.ValueTuple" Version="4.4.0" Condition="'$(TargetFramework)' == 'net461'" />
7373
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2">
7474
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)