Skip to content

Commit

Permalink
Merge pull request #444 from louisaxel-ambroise/dependabot/nuget/Micr…
Browse files Browse the repository at this point in the history
…osoft.EntityFrameworkCore.Sqlite-8.0.0

Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.13 to 8.0.0
  • Loading branch information
louisaxel-ambroise authored Nov 15, 2023
2 parents be9938b + cf8f950 commit f633550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Providers/FasTnT.Sqlite/FasTnT.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
Expand Down

0 comments on commit f633550

Please sign in to comment.