From 32f73fe9fe497a35217c70bd88078845a14225c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:13:22 +0000 Subject: [PATCH] Bump System.Data.SQLite from 1.0.119 to 2.0.3 --- updated-dependencies: - dependency-name: System.Data.SQLite dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Data.SQLite dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../SQLite.CodeFirst.Console.csproj | 2 +- SQLite.CodeFirst.Console/packages.lock.json | 45 ++++++------------- .../SQLite.CodeFirst.NetCore.Console.csproj | 2 +- .../packages.lock.json | 23 ++-------- 4 files changed, 19 insertions(+), 53 deletions(-) diff --git a/SQLite.CodeFirst.Console/SQLite.CodeFirst.Console.csproj b/SQLite.CodeFirst.Console/SQLite.CodeFirst.Console.csproj index 95f93db..3409c37 100644 --- a/SQLite.CodeFirst.Console/SQLite.CodeFirst.Console.csproj +++ b/SQLite.CodeFirst.Console/SQLite.CodeFirst.Console.csproj @@ -10,7 +10,7 @@ ..\Shared\SQLite.CodeFirst.StrongNameKey.snk - + diff --git a/SQLite.CodeFirst.Console/packages.lock.json b/SQLite.CodeFirst.Console/packages.lock.json index fe32642..6afcb28 100644 --- a/SQLite.CodeFirst.Console/packages.lock.json +++ b/SQLite.CodeFirst.Console/packages.lock.json @@ -2,47 +2,30 @@ "version": 1, "dependencies": { ".NETFramework,Version=v4.8": { - "System.Data.SQLite": { + "Microsoft.NETFramework.ReferenceAssemblies": { "type": "Direct", - "requested": "[1.0.119, )", - "resolved": "1.0.119", - "contentHash": "JSOJpnBf9goMnxGTJFGCmm6AffxgtpuXNXV5YvWO8UNC2zwd12qkUe5lAbnY+2ohIkIukgIjbvR1RA/sWILv3w==", + "requested": "[1.0.3, )", + "resolved": "1.0.3", + "contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==", "dependencies": { - "System.Data.SQLite.Core": "[1.0.119]", - "System.Data.SQLite.EF6": "[1.0.119]", - "System.Data.SQLite.Linq": "[1.0.119]" + "Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3" } }, + "System.Data.SQLite": { + "type": "Direct", + "requested": "[2.0.3, )", + "resolved": "2.0.3", + "contentHash": "5I9dVqmHp1v0dhco21btIRkUE47zHSy4t6bRLwIO6nGZ1mxGIL1f1yp1zWI/AAZFfdUz7n6RrH1hyi/6EhlIeQ==" + }, "EntityFramework": { "type": "Transitive", "resolved": "6.5.2", "contentHash": "8iOcnaKcgkWh35s8EhknnENNwwqvrBJ7jeNbQITbGo1mIeIOhGPfVdNOXZ3Y496T6e6wfXvz0WeXlgMdcgVYSA==" }, - "Stub.System.Data.SQLite.Core.NetFramework": { - "type": "Transitive", - "resolved": "1.0.119", - "contentHash": "8b4SbSXAxXJ8tfn6bnBu0m+HXMZvkE+BfogUKITRFm+snxfT5BTK7fLZaAsNoFX8DkBBjtCEDd+ajWkcyu55QA==" - }, - "System.Data.SQLite.Core": { - "type": "Transitive", - "resolved": "1.0.119", - "contentHash": "bhQB8HVtRA+OOYw8UTD1F1kU+nGJ0/OZvH1JmlVUI4bGvgVEWeX1NcHjA765NvUoRVuCPlt8PrEpZ1thSsk1jg==", - "dependencies": { - "Stub.System.Data.SQLite.Core.NetFramework": "[1.0.119]" - } - }, - "System.Data.SQLite.EF6": { - "type": "Transitive", - "resolved": "1.0.119", - "contentHash": "BwwgCSeA80gsxdXtU7IQEBrN9kQXWQrD11hNYOJZbXBBI1C4r7hA4QhBAalO1nzijXikthGRUADIEMI3nlucLA==", - "dependencies": { - "EntityFramework": "6.4.4" - } - }, - "System.Data.SQLite.Linq": { + "Microsoft.NETFramework.ReferenceAssemblies.net48": { "type": "Transitive", - "resolved": "1.0.119", - "contentHash": "tkzb9aKEiQd18UW8VS6+vGtrkhcp4mjHg/AAKwNN8u7aWoBswquOnU07016MfTXyBUAR67mepWUhFC8zqNdPnA==" + "resolved": "1.0.3", + "contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ==" }, "sqlite.codefirst": { "type": "Project", diff --git a/SQLite.CodeFirst.NetCore.Console/SQLite.CodeFirst.NetCore.Console.csproj b/SQLite.CodeFirst.NetCore.Console/SQLite.CodeFirst.NetCore.Console.csproj index d8dbac3..3467640 100644 --- a/SQLite.CodeFirst.NetCore.Console/SQLite.CodeFirst.NetCore.Console.csproj +++ b/SQLite.CodeFirst.NetCore.Console/SQLite.CodeFirst.NetCore.Console.csproj @@ -8,7 +8,7 @@ - + diff --git a/SQLite.CodeFirst.NetCore.Console/packages.lock.json b/SQLite.CodeFirst.NetCore.Console/packages.lock.json index c50d503..abde9b6 100644 --- a/SQLite.CodeFirst.NetCore.Console/packages.lock.json +++ b/SQLite.CodeFirst.NetCore.Console/packages.lock.json @@ -4,13 +4,9 @@ "net10.0": { "System.Data.SQLite": { "type": "Direct", - "requested": "[1.0.119, )", - "resolved": "1.0.119", - "contentHash": "JSOJpnBf9goMnxGTJFGCmm6AffxgtpuXNXV5YvWO8UNC2zwd12qkUe5lAbnY+2ohIkIukgIjbvR1RA/sWILv3w==", - "dependencies": { - "System.Data.SQLite.Core": "[1.0.119]", - "System.Data.SQLite.EF6": "[1.0.119]" - } + "requested": "[2.0.3, )", + "resolved": "2.0.3", + "contentHash": "5I9dVqmHp1v0dhco21btIRkUE47zHSy4t6bRLwIO6nGZ1mxGIL1f1yp1zWI/AAZFfdUz7n6RrH1hyi/6EhlIeQ==" }, "System.Data.SQLite.EF6": { "type": "Direct", @@ -62,11 +58,6 @@ "resolved": "4.4.0", "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" }, - "Stub.System.Data.SQLite.Core.NetStandard": { - "type": "Transitive", - "resolved": "1.0.119", - "contentHash": "dI7ngiCNgdm+n00nQvFTa+LbHvE9MIQXwMSLRzJI/KAJ7G1WmCachsvfE1CD6xvb3OXJvYYEfv3+S/LHyhN0Rg==" - }, "System.CodeDom": { "type": "Transitive", "resolved": "6.0.0", @@ -94,14 +85,6 @@ "runtime.native.System.Data.SqlClient.sni": "4.7.0" } }, - "System.Data.SQLite.Core": { - "type": "Transitive", - "resolved": "1.0.119", - "contentHash": "bhQB8HVtRA+OOYw8UTD1F1kU+nGJ0/OZvH1JmlVUI4bGvgVEWeX1NcHjA765NvUoRVuCPlt8PrEpZ1thSsk1jg==", - "dependencies": { - "Stub.System.Data.SQLite.Core.NetStandard": "[1.0.119]" - } - }, "System.Drawing.Common": { "type": "Transitive", "resolved": "6.0.0",