This repository was archived by the owner on Oct 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.5 " />
30+ <PackageReference Include =" Microsoft.AspNetCore.Grpc.JsonTranscoding" Version =" 9 .0.5 " />
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.5 " >
3333 <PrivateAssets >all</PrivateAssets >
3434 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3535 </PackageReference >
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0 AS base
22USER $APP_UID
33WORKDIR /app
44EXPOSE 8080
55EXPOSE 8081
66
7- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
7+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
88ARG BUILD_CONFIGURATION=Release
99WORKDIR /src
1010COPY ["Api/Api.csproj" , "Api/" ]
You can’t perform that action at this time.
0 commit comments