Skip to content

Commit 998032b

Browse files
authored
Merge branch 'master' into dependabot/nuget/src/Dotnet.Samples.AspNetCore.WebApi/Microsoft.EntityFrameworkCore.Design-9.0.11
2 parents 74077b8 + d278675 commit 998032b

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

src/Dotnet.Samples.AspNetCore.WebApi/Dotnet.Samples.AspNetCore.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup Label="Runtime dependencies">
1616
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.22" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.10" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.11" />
1818
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.10" />
1919
<PackageReference Include="AutoMapper" Version="14.0.0" />
2020
<PackageReference Include="FluentValidation" Version="12.1.0" />

src/Dotnet.Samples.AspNetCore.WebApi/packages.lock.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@
5959
},
6060
"Microsoft.EntityFrameworkCore.Sqlite": {
6161
"type": "Direct",
62-
"requested": "[9.0.10, )",
63-
"resolved": "9.0.10",
64-
"contentHash": "7fFF7FYlISZYhmeTtpjMZIEBxykqpKp2boZpuHTbIitN6am2QlmfVctrJRHHkI5u5Oh5E7uT1DMI68cpBAP4BQ==",
62+
"requested": "[9.0.11, )",
63+
"resolved": "9.0.11",
64+
"contentHash": "mEmJMkMGpIB1J5gBTkbs4ximer2G+G/I8mO2unMjtimFo1XvV7+vTqUJ9ReEMMI/BGUFtIGifFUSy7QsqKUnRA==",
6565
"dependencies": {
66-
"Microsoft.EntityFrameworkCore.Sqlite.Core": "9.0.10",
67-
"Microsoft.Extensions.Caching.Memory": "9.0.10",
68-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.10",
69-
"Microsoft.Extensions.DependencyModel": "9.0.10",
70-
"Microsoft.Extensions.Logging": "9.0.10",
66+
"Microsoft.EntityFrameworkCore.Sqlite.Core": "9.0.11",
67+
"Microsoft.Extensions.Caching.Memory": "9.0.11",
68+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.11",
69+
"Microsoft.Extensions.DependencyModel": "9.0.11",
70+
"Microsoft.Extensions.Logging": "9.0.11",
7171
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.10",
7272
"SQLitePCLRaw.core": "2.1.10",
73-
"System.Text.Json": "9.0.10"
73+
"System.Text.Json": "9.0.11"
7474
}
7575
},
7676
"Microsoft.Extensions.Configuration.Json": {
@@ -769,8 +769,8 @@
769769
},
770770
"Microsoft.Data.Sqlite.Core": {
771771
"type": "Transitive",
772-
"resolved": "9.0.10",
773-
"contentHash": "tWbN2uzG4uBxxMjcHA3Oa9ecAYjyRTfDwRbgQ7ueyx7eEgyYbBiKADY2rllF8wO3dHUvN+/8fgylwSGMfiCtVg==",
772+
"resolved": "9.0.11",
773+
"contentHash": "l0IFYa6sxJdlDDfMaw/fMNIoXyWnBx6w5fu7BsNaqU8sXLuotFzUjsutXosu/IPUyBOpO2GG3hLuPMLz/CwWTQ==",
774774
"dependencies": {
775775
"SQLitePCLRaw.core": "2.1.10"
776776
}
@@ -835,17 +835,17 @@
835835
},
836836
"Microsoft.EntityFrameworkCore.Sqlite.Core": {
837837
"type": "Transitive",
838-
"resolved": "9.0.10",
839-
"contentHash": "6+ee+erdXSzxqB6Piys2ssldqhR8cQZJHjIPKWrh25YTYJhFUmTwB0nC8l/f+U69NoGg7ZIOwdg4+Qk2YV13Ug==",
838+
"resolved": "9.0.11",
839+
"contentHash": "NNfHGXUZ+Ie3Wrzja9ar3hU3octv/fi4ELS6poG2Ncp4p1Kj2rgIhXRMK8zL2BjcNAnGQojhJkBKjEOmhJaIxA==",
840840
"dependencies": {
841-
"Microsoft.Data.Sqlite.Core": "9.0.10",
842-
"Microsoft.EntityFrameworkCore.Relational": "9.0.10",
843-
"Microsoft.Extensions.Caching.Memory": "9.0.10",
844-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.10",
845-
"Microsoft.Extensions.DependencyModel": "9.0.10",
846-
"Microsoft.Extensions.Logging": "9.0.10",
841+
"Microsoft.Data.Sqlite.Core": "9.0.11",
842+
"Microsoft.EntityFrameworkCore.Relational": "9.0.11",
843+
"Microsoft.Extensions.Caching.Memory": "9.0.11",
844+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.11",
845+
"Microsoft.Extensions.DependencyModel": "9.0.11",
846+
"Microsoft.Extensions.Logging": "9.0.11",
847847
"SQLitePCLRaw.core": "2.1.10",
848-
"System.Text.Json": "9.0.10"
848+
"System.Text.Json": "9.0.11"
849849
}
850850
},
851851
"Microsoft.Extensions.ApiDescription.Server": {

0 commit comments

Comments
 (0)