File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"dotnet-ef" : {
6
- "version" : " 9.0.2 " ,
6
+ "version" : " 9.0.3 " ,
7
7
"commands" : [
8
8
" dotnet-ef"
9
9
]
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ SPDX-License-Identifier: MIT
21
21
22
22
<ItemGroup >
23
23
<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 " >
25
25
<PrivateAssets >all</PrivateAssets >
26
26
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
27
27
</PackageReference >
28
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9.0.2 " />
28
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9.0.3 " />
29
29
</ItemGroup >
30
30
31
31
</Project >
You can’t perform that action at this time.
0 commit comments