Browse Source

Add .NET Core 3.1/.NET 6.0/.NET 7.0 TFMs to OpenIddict.Validation.ServerIntegration

pull/1836/head
Kévin Chalet 3 years ago
parent
commit
9272bbc9a8
  1. 3
      src/OpenIddict.Validation.ServerIntegration/OpenIddict.Validation.ServerIntegration.csproj

3
src/OpenIddict.Validation.ServerIntegration/OpenIddict.Validation.ServerIntegration.csproj

@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFrameworks>
net461;
netcoreapp3.1;
net6.0;
net7.0;
netstandard2.0;
netstandard2.1
</TargetFrameworks>

Loading…
Cancel
Save