Sebazzz / financial-app

Financial management SPA app created using ASP.NET Core, knockout.js and Typescript
GNU General Public License v2.0
50 stars 15 forks source link

Fix version conflicts caused by PR#483 #490

Open sucrose0413 opened 3 years ago

sucrose0413 commented 3 years ago

I encountered a similar dependency hell issue when bump Microsoft.EntityFrameworkCore.Design from 3.0.0 to 5.0.7. (PR#483). Hope this fix can help you.

Best regards, sucrose