apereo / dotnet-cas-client

Apereo .NET CAS Client
Apache License 2.0
234 stars 172 forks source link

Support for .net 5? #125

Closed elbulla closed 2 hours ago

elbulla commented 1 month ago

I used the client to integrate successfully with .net framework applications, but I also have a .net 5 application where the client does not appear to work. In fact I do get warning that my project target of 'net5.0' may not by compatible. Are there any updates or tricks to work with .net 5+ versions? Maybe another client project I'm not aware of? Thank you!

phantomtypist commented 2 hours ago

I'd suggest the packages from this "suite" of packages for .NET v5+:

GSS.Authentication.CAS.Core 5.5.0
Core components for CAS Authentication
GSS.Authentication.CAS.AspNetCore 5.5.0
ASP.NET Core Middlewares for CAS Authentication
GSS.Authentication.CAS.Owin 5.5.0
OWIN Middlewares for CAS Authentication