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
The
Sustainsys.Saml2.AspNetCore2
project references nuget packages that are no longer supported inaspnetcore >=3
.This PR adds a new TFM (i picked
6
, but any version would do) and when using this new TFM, it usesFrameworkReference
instead ofPackageReference
to referenceaspnetcore
libraries