mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-26 18:34:31 +01:00
* Need to reference Microsoft.EntityFrameworkCore.Design else you can't generate migrations * fix design time migrations issues * update snapshot ``` Your startup project 'BTCPayServer.Data' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is c orrect, install the package, and try again. ``` *