Skip to content

Commit fec76c2

Browse files
chore(deps): update dotnet monorepo
1 parent 19ab875 commit fec76c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

HaSpMan.Web.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
22
WORKDIR /src
33

44
COPY ./*.sln ./
@@ -12,7 +12,7 @@ COPY . ./
1212
WORKDIR /src/Web
1313
RUN dotnet publish -c Release -o /app
1414

15-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
15+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
1616
WORKDIR /app
1717
COPY --from=build /app .
1818

Web/Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.20" />
15+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.10" />
1616
<PackageReference Include="Microsoft.AspNetCore.Components.DataAnnotations.Validation" Version="3.2.0-rc1.20223.4" />
1717
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.9">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)