diff --git a/src/Bounteous.Data.MySQL/Bounteous.Data.MySQL.csproj b/src/Bounteous.Data.MySQL/Bounteous.Data.MySQL.csproj index 8542cce..f0e5919 100644 --- a/src/Bounteous.Data.MySQL/Bounteous.Data.MySQL.csproj +++ b/src/Bounteous.Data.MySQL/Bounteous.Data.MySQL.csproj @@ -8,15 +8,15 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/src/Bounteous.Data.MySQL/MySQLDbContextFactory.cs b/src/Bounteous.Data.MySQL/MySQLDbContextFactory.cs index a7accf8..a2cc031 100644 --- a/src/Bounteous.Data.MySQL/MySQLDbContextFactory.cs +++ b/src/Bounteous.Data.MySQL/MySQLDbContextFactory.cs @@ -2,7 +2,7 @@ namespace Bounteous.Data.MySQL; -public abstract class MySqlDbContextFactory : DbContextFactory where T : DbContext +public abstract class MySqlDbContextFactory : DbContextFactory where T : IDbContext { public MySqlDbContextFactory(IConnectionBuilder connectionBuilder, IDbContextObserver observer) : base(connectionBuilder, observer)