You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In order for Microsoft.Identity.Web to be referenced by the ASP.NET Core template, we need to support .NET Core 5.0
Describe the solution you'd like
Just add a target framework in the project.
From that moment, developer environments and build will need to reference the SDK 5.0.x.
Update the wiki to express the fact that MIcrosoft.Identity.Web supports .NET 5.0
To be able to build in Visual Studio enable preview options (Tools | Options | Environment| Preview features | Use previews of the .NET Core SDK (requires restart)
Is your feature request related to a problem? Please describe.
In order for Microsoft.Identity.Web to be referenced by the ASP.NET Core template, we need to support .NET Core 5.0
Describe the solution you'd like
See:
To be able to build in Visual Studio enable preview options (Tools | Options | Environment| Preview features | Use previews of the .NET Core SDK (requires restart)
Jenny found this explaining more about .NET 5.0:
https://github.com/dotnet/designs/blob/master/accepted/2020/net5/net5.md
The text was updated successfully, but these errors were encountered: