Can someone provide some notes in upgrading the project to .NET 5.
Is there any plans to update the project?
Tried using the "Migrate from ASP.NET Core 3.1 to 5.0" page for guidance.
https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-5.0&tabs=visual-studio
It builds with the suggested change.
Having problems with the SQLite database:
Unhandled exception: SQLite Error 1: 'no such column: p.ConsumedTime'
Can someone provide some notes in upgrading the project to .NET 5.
Is there any plans to update the project?
Tried using the "Migrate from ASP.NET Core 3.1 to 5.0" page for guidance.
https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-5.0&tabs=visual-studio
It builds with the suggested change.
Having problems with the SQLite database:
Unhandled exception: SQLite Error 1: 'no such column: p.ConsumedTime'