Skip to content

Commit

Permalink
Update dotnet monorepo to 8.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ForNeVeR committed Nov 13, 2024
1 parent cec4840 commit 515bd85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.10",
"version": "8.0.11",
"commands": [
"dotnet-ef"
]
Expand Down
4 changes: 2 additions & 2 deletions Emulsion.Database/Emulsion.Database.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ SPDX-License-Identifier: MIT

<ItemGroup>
<PackageReference Include="EntityFrameworkCore.FSharp" Version="6.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
</ItemGroup>

</Project>

0 comments on commit 515bd85

Please sign in to comment.