Skip to content

Commit 32f73fe

Browse files
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] <support@github.com>
1 parent eb35aba commit 32f73fe

4 files changed

Lines changed: 19 additions & 53 deletions

File tree

SQLite.CodeFirst.Console/SQLite.CodeFirst.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AssemblyOriginatorKeyFile>..\Shared\SQLite.CodeFirst.StrongNameKey.snk</AssemblyOriginatorKeyFile>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="System.Data.SQLite" Version="1.0.119" />
13+
<PackageReference Include="System.Data.SQLite" Version="2.0.3" />
1414
</ItemGroup>
1515
<ItemGroup>
1616
<Reference Include="System.ComponentModel.DataAnnotations" />

SQLite.CodeFirst.Console/packages.lock.json

Lines changed: 14 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,30 @@
22
"version": 1,
33
"dependencies": {
44
".NETFramework,Version=v4.8": {
5-
"System.Data.SQLite": {
5+
"Microsoft.NETFramework.ReferenceAssemblies": {
66
"type": "Direct",
7-
"requested": "[1.0.119, )",
8-
"resolved": "1.0.119",
9-
"contentHash": "JSOJpnBf9goMnxGTJFGCmm6AffxgtpuXNXV5YvWO8UNC2zwd12qkUe5lAbnY+2ohIkIukgIjbvR1RA/sWILv3w==",
7+
"requested": "[1.0.3, )",
8+
"resolved": "1.0.3",
9+
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
1010
"dependencies": {
11-
"System.Data.SQLite.Core": "[1.0.119]",
12-
"System.Data.SQLite.EF6": "[1.0.119]",
13-
"System.Data.SQLite.Linq": "[1.0.119]"
11+
"Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3"
1412
}
1513
},
14+
"System.Data.SQLite": {
15+
"type": "Direct",
16+
"requested": "[2.0.3, )",
17+
"resolved": "2.0.3",
18+
"contentHash": "5I9dVqmHp1v0dhco21btIRkUE47zHSy4t6bRLwIO6nGZ1mxGIL1f1yp1zWI/AAZFfdUz7n6RrH1hyi/6EhlIeQ=="
19+
},
1620
"EntityFramework": {
1721
"type": "Transitive",
1822
"resolved": "6.5.2",
1923
"contentHash": "8iOcnaKcgkWh35s8EhknnENNwwqvrBJ7jeNbQITbGo1mIeIOhGPfVdNOXZ3Y496T6e6wfXvz0WeXlgMdcgVYSA=="
2024
},
21-
"Stub.System.Data.SQLite.Core.NetFramework": {
22-
"type": "Transitive",
23-
"resolved": "1.0.119",
24-
"contentHash": "8b4SbSXAxXJ8tfn6bnBu0m+HXMZvkE+BfogUKITRFm+snxfT5BTK7fLZaAsNoFX8DkBBjtCEDd+ajWkcyu55QA=="
25-
},
26-
"System.Data.SQLite.Core": {
27-
"type": "Transitive",
28-
"resolved": "1.0.119",
29-
"contentHash": "bhQB8HVtRA+OOYw8UTD1F1kU+nGJ0/OZvH1JmlVUI4bGvgVEWeX1NcHjA765NvUoRVuCPlt8PrEpZ1thSsk1jg==",
30-
"dependencies": {
31-
"Stub.System.Data.SQLite.Core.NetFramework": "[1.0.119]"
32-
}
33-
},
34-
"System.Data.SQLite.EF6": {
35-
"type": "Transitive",
36-
"resolved": "1.0.119",
37-
"contentHash": "BwwgCSeA80gsxdXtU7IQEBrN9kQXWQrD11hNYOJZbXBBI1C4r7hA4QhBAalO1nzijXikthGRUADIEMI3nlucLA==",
38-
"dependencies": {
39-
"EntityFramework": "6.4.4"
40-
}
41-
},
42-
"System.Data.SQLite.Linq": {
25+
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
4326
"type": "Transitive",
44-
"resolved": "1.0.119",
45-
"contentHash": "tkzb9aKEiQd18UW8VS6+vGtrkhcp4mjHg/AAKwNN8u7aWoBswquOnU07016MfTXyBUAR67mepWUhFC8zqNdPnA=="
27+
"resolved": "1.0.3",
28+
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
4629
},
4730
"sqlite.codefirst": {
4831
"type": "Project",

SQLite.CodeFirst.NetCore.Console/SQLite.CodeFirst.NetCore.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.Data.SQLite" Version="1.0.119" />
11+
<PackageReference Include="System.Data.SQLite" Version="2.0.3" />
1212
<PackageReference Include="System.Data.SQLite.EF6" Version="1.0.119" />
1313
</ItemGroup>
1414

SQLite.CodeFirst.NetCore.Console/packages.lock.json

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
"net10.0": {
55
"System.Data.SQLite": {
66
"type": "Direct",
7-
"requested": "[1.0.119, )",
8-
"resolved": "1.0.119",
9-
"contentHash": "JSOJpnBf9goMnxGTJFGCmm6AffxgtpuXNXV5YvWO8UNC2zwd12qkUe5lAbnY+2ohIkIukgIjbvR1RA/sWILv3w==",
10-
"dependencies": {
11-
"System.Data.SQLite.Core": "[1.0.119]",
12-
"System.Data.SQLite.EF6": "[1.0.119]"
13-
}
7+
"requested": "[2.0.3, )",
8+
"resolved": "2.0.3",
9+
"contentHash": "5I9dVqmHp1v0dhco21btIRkUE47zHSy4t6bRLwIO6nGZ1mxGIL1f1yp1zWI/AAZFfdUz7n6RrH1hyi/6EhlIeQ=="
1410
},
1511
"System.Data.SQLite.EF6": {
1612
"type": "Direct",
@@ -62,11 +58,6 @@
6258
"resolved": "4.4.0",
6359
"contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA=="
6460
},
65-
"Stub.System.Data.SQLite.Core.NetStandard": {
66-
"type": "Transitive",
67-
"resolved": "1.0.119",
68-
"contentHash": "dI7ngiCNgdm+n00nQvFTa+LbHvE9MIQXwMSLRzJI/KAJ7G1WmCachsvfE1CD6xvb3OXJvYYEfv3+S/LHyhN0Rg=="
69-
},
7061
"System.CodeDom": {
7162
"type": "Transitive",
7263
"resolved": "6.0.0",
@@ -94,14 +85,6 @@
9485
"runtime.native.System.Data.SqlClient.sni": "4.7.0"
9586
}
9687
},
97-
"System.Data.SQLite.Core": {
98-
"type": "Transitive",
99-
"resolved": "1.0.119",
100-
"contentHash": "bhQB8HVtRA+OOYw8UTD1F1kU+nGJ0/OZvH1JmlVUI4bGvgVEWeX1NcHjA765NvUoRVuCPlt8PrEpZ1thSsk1jg==",
101-
"dependencies": {
102-
"Stub.System.Data.SQLite.Core.NetStandard": "[1.0.119]"
103-
}
104-
},
10588
"System.Drawing.Common": {
10689
"type": "Transitive",
10790
"resolved": "6.0.0",

0 commit comments

Comments
 (0)