mguinness / IdentityManagerUI

Identity management system for ASP.NET Core Identity.
MIT License
230 stars 63 forks source link

Upgrade to .Net5.0 #10

Closed Hamidnch closed 3 years ago

Hamidnch commented 3 years ago

Hi.

At first, thanks for this project.

Is it possible update repository to latest asp.net core(Net 5.0 or 6.0).

[Best Regards]

mguinness commented 3 years ago

The upgrade to .NET 5.0 is blocked by https://github.com/morrisjdev/FileContextCore/issues/32, but if you're using another EF Core provider all you should need to do is change <TargetFramework>netcoreapp3.1</TargetFramework> to <TargetFramework>net5.0</TargetFramework> in your csproj file and update package references to the latest versions.