Skip to content

Commit

Permalink
chore(deps): update dependency sqlitepclraw.bundle_e_sqlite3 to v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent 4a3235a commit 39432b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Akavache.Tests/Akavache.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
<PackageReference Include="ReactiveUI.Testing" Version="19.*" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.8" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.9" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="DiffEngine" Version="15.5.0" />
<PackageReference Include="PublicApiGenerator" Version="11.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Akavache/Akavache.Sqlite3.BundleE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.8" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.9" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin')) ">
Expand Down
2 changes: 1 addition & 1 deletion src/Akavache/Akavache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Using Remove="Foundation" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.8" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.9" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin')) ">
Expand Down

0 comments on commit 39432b2

Please sign in to comment.