Update to latest packages and show examples
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using GerstITS.Data.EntityFramework;
|
||||
|
||||
namespace GerstITS.Examples.Data.Migrations.DesignTime;
|
||||
|
||||
public sealed class CustomerDbContextDesignTimeFactory : DesignTimeDbContextFactoryBase<CustomerDbContext>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user