Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 58fc656

Browse files
chore(deps): update dotnet monorepo to v9
1 parent 866688f commit 58fc656

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Api/Api.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
<ItemGroup>
2727
<PackageReference Include="FirebaseAdmin" Version="2.4.0" />
2828
<PackageReference Include="Grpc.AspNetCore" Version="2.60.0" />
29-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
30-
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.1" />
29+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.2" />
30+
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="9.0.2" />
3131
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.1" />
32-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1">
32+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2">
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
</PackageReference>

Api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
22
USER $APP_UID
33
WORKDIR /app
44
EXPOSE 8080
55
EXPOSE 8081
66

7-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
7+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
88
ARG BUILD_CONFIGURATION=Release
99
WORKDIR /src
1010
COPY ["Api/Api.csproj", "Api/"]

0 commit comments

Comments
 (0)