Skip to content

Commit c5743a4

Browse files
Update dotnet monorepo to 9.0.3
1 parent af1eddc commit c5743a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.config/dotnet-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-ef": {
6-
"version": "9.0.2",
6+
"version": "9.0.3",
77
"commands": [
88
"dotnet-ef"
99
]

Emulsion.Database/Emulsion.Database.fsproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ SPDX-License-Identifier: MIT
2121

2222
<ItemGroup>
2323
<PackageReference Include="EntityFrameworkCore.FSharp" Version="6.0.7" />
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2">
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.3">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.2" />
28+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" />
2929
</ItemGroup>
3030

3131
</Project>

0 commit comments

Comments
 (0)