Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
945 stars 605 forks source link

Explicitly target dotnet6 and use FrameworkReference in that case #1403

Closed Arjan321 closed 10 months ago

Arjan321 commented 11 months ago

The Sustainsys.Saml2.AspNetCore2 project references nuget packages that are no longer supported in aspnetcore >=3.

This PR adds a new TFM (i picked 6, but any version would do) and when using this new TFM, it uses FrameworkReference instead of PackageReference to reference aspnetcore libraries

AndersAbel commented 10 months ago

Thanks, this is a small change that makes sense

Arjan321 commented 10 months ago

Thanks! When can we expect a release?

AndersAbel commented 10 months ago

Within a couple of weeks.