Open damianh opened 1 day ago
If we were to adopt this we would need to add a net9.0 target to IdentityModel
and have some conditional package references.
Ref https://github.com/dotnet/runtime/issues/1658#issuecomment-2221062478 .
Resulting package references:
netstandard2.0
: System.Text.Json.8.0.5
and System.BCL.Memory.9.0.0
net8.0
: System.BCL.Memory.9.0.0
net9.0
: none
@joegoldman2 wrote:
https://github.com/IdentityModel/IdentityModel/issues/580