clawrenceks / ReferenceTokenExchange

ASP.NET Core Middleware providing reference token exchange with Identity Server 4
5 stars 2 forks source link

Does not support .NETFramework, Version 4.x #1

Open KasperHoldum opened 7 years ago

KasperHoldum commented 7 years ago

I looked over the source code, and I see no reason why this package couldn't support the full .net framework as well.

Package Clawrenceks.Middleware.ReferenceTokenExchange 1.0.4 is not compatible with net46 (.NETFramework,Version=v4.6) / win7-x86. Package Clawrenceks.Middleware.ReferenceTokenExchange 1.0.4 supports: netcoreapp1.1 (.NETCoreApp,Version=v1.1) One or more packages are incompatible with .NETFramework,Version=v4.6 (win7-x86).

clawrenceks commented 7 years ago

@KasperHoldum - What project type were you using when you got the error above? Was it a dot net core based project targetting the full .Net Framework?

KasperHoldum commented 7 years ago

Yup. It was ASP.NET Core project targeting full .NET.

clawrenceks commented 7 years ago

OK - I will take a look this week and update the issue with findings