Skip to content

Commit

Permalink
build(deps): bump SQLitePCLRaw.bundle_e_sqlite3 in /src (#712)
Browse files Browse the repository at this point in the history
Bumps [SQLitePCLRaw.bundle_e_sqlite3](https://github.com/ericsink/SQLitePCL.raw) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](ericsink/SQLitePCL.raw@v2.0.5...v2.0.6)

---
updated-dependencies:
- dependency-name: SQLitePCLRaw.bundle_e_sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 8, 2021
1 parent 86078ec commit a406c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Akavache.Tests/Akavache.Tests.csproj
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Xunit.StaFact" Version="1.0.37" />
<PackageReference Include="ReactiveUI.Testing" Version="16.*" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.5" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.6" />
<PackageReference Include="FluentAssertions" Version="6.1.0" />
<PackageReference Include="DiffEngine" Version="7.1.0" />
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Akavache/Akavache.csproj
Expand Up @@ -18,7 +18,7 @@
</Target>

<ItemGroup>
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.5" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.6" />
</ItemGroup>

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

0 comments on commit a406c6e

Please sign in to comment.