SCIMReferenceCode icon indicating copy to clipboard operation
SCIMReferenceCode copied to clipboard

Upgrade to .NET 6

Open dev-experience opened this issue 1 year ago • 3 comments

dev-experience avatar Mar 20 '23 21:03 dev-experience

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.

apcsb avatar Apr 21 '23 19:04 apcsb

    <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?

EugeneKrapivin avatar May 10 '23 14:05 EugeneKrapivin

    <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?

EugeneKrapivin avatar May 10 '23 14:05 EugeneKrapivin