Sebazzz / Return

Realtime retrospective tool built in ASP.NET Core and Blazor
GNU General Public License v3.0
74 stars 15 forks source link

Fix version conflicts caused by PR#232 #233

Closed sucrose0413 closed 1 year ago

sucrose0413 commented 3 years ago

I encountered a similar dependency hell issue when bump Microsoft.EntityFrameworkCore.Sqlite from 3.1.3 to 5.0.8 in /src/Return.Web. (PR#232). Hope this fix can help you.

Best regards, sucrose

Sebazzz commented 1 year ago

Thanks - I've pulled up develop all the way to .net7.0 now.