SCIMReferenceCode
SCIMReferenceCode copied to clipboard
Upgrade to .NET 6
Seriously, APS.NET Core 3.1 is end of support Since Dec 2022. Is that a good idea to have an unsupported sample? This pull request only changes metadata.
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
looks like it still doesn't really target the latest asp.net?
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
looks like it still doesn't really target the latest asp.net?