chore(deps): update dotnet monorepo

This commit is contained in:
Kasper Juul Hermansen 2025-03-26 02:00:41 +00:00
parent cd8c22bcfd
commit f5a18b5ead
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.202",
"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.3"/>
</ItemGroup>
<ItemGroup>