Skip to content

Commit cafd692

Browse files
chore(deps): update dotnet monorepo to v9
1 parent 8ae039f commit cafd692

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

SSTAlumniAssociation.AdminWebApi/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 ["SSTAlumniAssociation.AdminWebApi/SSTAlumniAssociation.AdminWebApi.csproj", "SSTAlumniAssociation.AdminWebApi/"]

SSTAlumniAssociation.AdminWebApi/SSTAlumniAssociation.AdminWebApi.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<ItemGroup>
1313
<PackageReference Include="Calzolari.Grpc.AspNetCore.Validation" Version="8.1.0"/>
1414
<PackageReference Include="Grpc.AspNetCore" Version="2.65.0"/>
15-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8"/>
16-
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.8"/>
15+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.1"/>
16+
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="9.0.1"/>
1717
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.8"/>
18-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7"/>
18+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.1"/>
1919
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>
2020
</ItemGroup>
2121

SSTAlumniAssociation.MemberWebApi/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 ["SSTAlumniAssociation.WebApi/SSTAlumniAssociation.WebApi.csproj", "SSTAlumniAssociation.WebApi/"]

SSTAlumniAssociation.MemberWebApi/SSTAlumniAssociation.MemberWebApi.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<PackageReference Include="FluentValidation" Version="11.9.2"/>
1515
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0"/>
1616
<PackageReference Include="Grpc.AspNetCore" Version="2.65.0"/>
17-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8"/>
18-
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.8"/>
17+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.1"/>
18+
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="9.0.1"/>
1919
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.8"/>
20-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8"/>
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
20+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.1"/>
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

SSTAlumniAssociation.ServiceAccountWebApi/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 ["SSTAlumniAssociation.ServiceAccountWebApi/SSTAlumniAssociation.ServiceAccountWebApi.csproj", "SSTAlumniAssociation.ServiceAccountWebApi/"]

SSTAlumniAssociation.ServiceAccountWebApi/SSTAlumniAssociation.ServiceAccountWebApi.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<ItemGroup>
1313
<PackageReference Include="Calzolari.Grpc.AspNetCore.Validation" Version="8.1.0"/>
1414
<PackageReference Include="Grpc.AspNetCore" Version="2.65.0"/>
15-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8"/>
16-
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.8"/>
15+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.1"/>
16+
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="9.0.1"/>
1717
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.8"/>
18-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7"/>
18+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.1"/>
1919
<PackageReference Include="Riok.Mapperly" Version="3.6.0" />
2020
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>
2121
</ItemGroup>

SSTAlumniAssociation.ServiceDefaults/SSTAlumniAssociation.ServiceDefaults.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
1212

13-
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.9.1" />
13+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.1.0" />
1414
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.0" />
1515
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
1616
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />

0 commit comments

Comments
 (0)