Skip to content

Commit 21c33ba

Browse files
authored
[release/7.0] Update to SQLitePCLRaw 2.1.4 (#30036)
Fixes #29584
1 parent 895be6c commit 21c33ba

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

benchmark/EFCore.Sqlite.Benchmarks/EFCore.Sqlite.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.1" />
19+
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.4" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

src/EFCore.Sqlite/EFCore.Sqlite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</ItemGroup>
4848

4949
<ItemGroup>
50-
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.2" />
50+
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.4" />
5151
</ItemGroup>
5252

5353
<ItemGroup>

src/Microsoft.Data.Sqlite.Core/Microsoft.Data.Sqlite.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Microsoft.Data.Sqlite.SqliteTransaction</Description>
3939
</ItemGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.2" />
42+
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.4" />
4343
</ItemGroup>
4444

4545
<ItemGroup>

src/Microsoft.Data.Sqlite/Microsoft.Data.Sqlite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Microsoft.Data.Sqlite.SqliteTransaction</Description>
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.2" />
27+
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.4" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

test/EFCore.Design.Tests/EFCore.Design.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<ItemGroup>
5858
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="$(MicrosoftCodeAnalysisVersion)" />
5959
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="$(MicrosoftExtensionsDependencyModelVersion)" />
60-
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.2" />
60+
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.4" />
6161
</ItemGroup>
6262

6363
</Project>

test/EFCore.Sqlite.FunctionalTests/EFCore.Sqlite.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</ItemGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.2" />
56+
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.4" />
5757
</ItemGroup>
5858

5959
</Project>

test/Microsoft.Data.Sqlite.Tests/Microsoft.Data.Sqlite.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.2" />
14+
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.4" />
1515
</ItemGroup>
1616

1717
</Project>

test/Microsoft.Data.Sqlite.Tests/Microsoft.Data.Sqlite.e_sqlcipher.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher" Version="2.1.2" />
14+
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher" Version="2.1.4" />
1515
</ItemGroup>
1616

1717
</Project>

test/Microsoft.Data.Sqlite.Tests/Microsoft.Data.Sqlite.sqlite3.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="SQLitePCLRaw.bundle_sqlite3" Version="2.1.2" />
14+
<PackageReference Include="SQLitePCLRaw.bundle_sqlite3" Version="2.1.4" />
1515
</ItemGroup>
1616

1717
</Project>

test/Microsoft.Data.Sqlite.Tests/Microsoft.Data.Sqlite.winsqlite3.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="SQLitePCLRaw.bundle_winsqlite3" Version="2.1.2" />
14+
<PackageReference Include="SQLitePCLRaw.bundle_winsqlite3" Version="2.1.4" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)