Skip to content

Commit

Permalink
Bump FSharp.Core from 8.0.101 to 8.0.200
Browse files Browse the repository at this point in the history
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 8.0.101 to 8.0.200.
- [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>
  • Loading branch information
dependabot[bot] committed Feb 14, 2024
1 parent bf75b3e commit 8cd0f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FluentMigrator.Console/FluentMigrator.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.1" />
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="10.0.0" />
<PackageReference Include="FSharp.Core" Version="8.0.101" />
<PackageReference Include="FSharp.Core" Version="8.0.200" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
<PackageReference Include="Oracle.ManagedDataAccess" Version="21.13.0" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="AutoMapper" Version="13.0.0" />
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="10.0.0" />
<PackageReference Include="FSharp.Core" Version="8.0.101" />
<PackageReference Include="FSharp.Core" Version="8.0.200" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
Expand Down

0 comments on commit 8cd0f79

Please sign in to comment.