possible fix for docker

This commit is contained in:
Toastie 2024-09-20 17:41:07 +12:00
parent 47b146a501
commit 0d6b4da1ce
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#nullable disable
using LinqToDB.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using LinqToDB.EntityFrameworkCore;
using EllieBot.Db.Models;
namespace EllieBot.Db;

View file

@ -37,7 +37,6 @@
<!-- <PackageReference Include="Grpc.AspNetCore" Version="2.62.0" />-->
<PackageReference Include="Google.Protobuf" Version="3.26.1" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.62.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.62.0" />
<PackageReference Include="Grpc.Tools" Version="2.63.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>