chore(deps): update dotnet monorepo

This commit is contained in:
Kasper Juul Hermansen 2025-05-14 00:48:11 +00:00
parent cd8c22bcfd
commit 01393b5449
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

View File

@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.200",
"version": "9.0.300",
"rollForward": "latestMajor",
"allowPrerelease": true
}

View File

@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.2"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.5"/>
</ItemGroup>
<ItemGroup>