Skip to content

Commit 69cd3a5

Browse files
Update dotnet monorepo to v10
1 parent 77fb504 commit 69cd3a5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

DebianRepository/DebianRepository.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" />
12-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.3" />
13-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3"/>
12+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.2" />
13+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2"/>
1414
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.0" />
1515
<PackageReference Include="SharpCompress" Version="0.39.0" />
1616
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
17-
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.3" />
17+
<PackageReference Include="System.Text.Encoding.CodePages" Version="10.0.2" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

DebianRepository/Dockerfile

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

6-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
77
ARG BUILD_CONFIGURATION=Release
88
WORKDIR /src
99
COPY ["DebianRepository/DebianRepository.csproj", "DebianRepository/"]

0 commit comments

Comments
 (0)