IdentityServer / IdentityServer4.AccessTokenValidation

IdentityServer Access Token Validation for ASP.NET Core
Apache License 2.0
544 stars 214 forks source link

Is .NETStandard still supported? #126

Closed MikeChristensen closed 5 years ago

MikeChristensen commented 5 years ago

It looks like 3.x targets .NET Core, while 2.x targets .NET Standard. Any plans to create a .NET Standard version of 3.x for people who are running ASP.NET Core on .NET Framework?

leastprivilege commented 5 years ago

No. Because 3.x targets ASP.NET Core 3 - which only runs on .NET Core.

MikeChristensen commented 5 years ago

Wow, that's disappointing. From what I understand, ASP.NET 5 was basically renamed to ASP.NET Core 1.0 (which, being .NET Standard, can run on any .NET platform). If future versions of ASP.NET Core only work on .NET Core, does that mean ASP.NET on .NET Framework is basically being discontinued? Or, will they "bring back" ASP.NET (Non-Core) such as ASP.NET 6 or something? All this stuff is very confusing!

leastprivilege commented 5 years ago

.NET Framework is "done" yes.