File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "dotnet-ef" : {
6- "version" : " 10.0.5 " ,
6+ "version" : " 10.0.6 " ,
77 "commands" : [
88 " dotnet-ef"
99 ],
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ SPDX-License-Identifier: MIT
99 <!-- all -->
1010 <PackageVersion Include =" GitVersion.MsBuild" Version =" 6.7.0" />
1111 <!-- SqliteTimestamp -->
12- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10.0.5 " />
12+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10.0.6 " />
1313 <!-- unit tests -->
1414 <PackageVersion Include =" JunitXml.TestLogger" Version =" 8.0.0" />
15- <PackageVersion Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 10.0.5 " />
15+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 10.0.6 " />
1616 <!-- Example -->
17- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Design" Version =" 10.0.5 " />
17+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Design" Version =" 10.0.6 " />
1818 </ItemGroup >
1919</Project >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SPDX-License-Identifier: MIT
2424
2525 <ItemGroup >
2626 <!-- Override to also support EF Core 8 consumers of our package. -->
27- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" VersionOverride =" 8.0.25 " />
27+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" VersionOverride =" 8.0.26 " />
2828 </ItemGroup >
2929
3030</Project >
You can’t perform that action at this time.
0 commit comments