Skip to content

Commit ad9e9d6

Browse files
committed
Update EF Core packages to version 8.0.8
Updated the `Microsoft.EntityFrameworkCore.Sqlite` and `Microsoft.EntityFrameworkCore.Tools` NuGet package references in `TelegramBot.ConsoleTest.csproj` from version 8.0.7 to 8.0.8.
1 parent 20ed1e2 commit ad9e9d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/TelegramBot.ConsoleTest/TelegramBot.ConsoleTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<Content Include="appsettings.json">
1212
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1313
</Content>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7">
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)