Skip to content

Commit 4926539

Browse files
authoredMar 18, 2025··
chore(deps): update dotnet monorepo to v9
1 parent 963f8a3 commit 4926539

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎log-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine
22

33
WORKDIR /dotnetapp
44

‎sample/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine
22

33
WORKDIR /dotnetapp
44

‎sample/sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Bogus" Version="35.6.0" />
11-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
1212
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
1313
<PackageReference Include="Serilog.Sinks.Http" Version="9.0.0" />
1414
</ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.