Compare commits

..

1 Commits

Author SHA1 Message Date
f5a18b5ead chore(deps): update dotnet monorepo 2025-03-26 02:00:41 +00:00
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>