Skip to content

Commit

Permalink
Bump System.Data.SQLite.Core, Stub.System.Data.SQLite.Core.NetFramewo…
Browse files Browse the repository at this point in the history
…rk and Stub.System.Data.SQLite.Core.NetStandard (#1819)

Bumps System.Data.SQLite.Core, Stub.System.Data.SQLite.Core.NetFramework and Stub.System.Data.SQLite.Core.NetStandard. These dependencies needed to be updated together.

Updates `System.Data.SQLite.Core` from 1.0.118 to 1.0.119

Updates `Stub.System.Data.SQLite.Core.NetFramework` from 1.0.118 to 1.0.119

Updates `Stub.System.Data.SQLite.Core.NetStandard` from 1.0.118 to 1.0.119

---
updated-dependencies:
- dependency-name: System.Data.SQLite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Stub.System.Data.SQLite.Core.NetFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Stub.System.Data.SQLite.Core.NetStandard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 8fd2a69 commit 2a42387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
<PackageReference Include="Stub.System.Data.SQLite.Core.NetFramework" Version="1.0.118" GeneratePathProperty="true" Condition=" $(TargetFramework.StartsWith('net4')) ">
<IncludeAssets>all</IncludeAssets>
</PackageReference>
<PackageReference Include="Stub.System.Data.SQLite.Core.NetStandard" Version="1.0.118" GeneratePathProperty="true" Condition=" !$(TargetFramework.StartsWith('net4')) ">
<PackageReference Include="Stub.System.Data.SQLite.Core.NetStandard" Version="1.0.119" GeneratePathProperty="true" Condition=" !$(TargetFramework.StartsWith('net4')) ">
<IncludeAssets>all</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 2a42387

Please sign in to comment.