Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
961 stars 603 forks source link

Explicitly target dotnet6 and use FrameworkReference in that case #1403

Closed Arjan321 closed 1 year ago

Arjan321 commented 1 year 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 1 year ago

Thanks, this is a small change that makes sense

Arjan321 commented 1 year ago

Thanks! When can we expect a release?

AndersAbel commented 1 year ago

Within a couple of weeks.