Skip to content

Commit c9e128c

Browse files
chore(deps): update dotnet monorepo to v9
1 parent a922390 commit c9e128c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Desktop/Desktop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="KubernetesClient.Fluent" Version="1.0.5" />
2626
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2727
<PackageReference Include="Stl.Fusion.Blazor" Version="0.7.67" />
28-
<PackageReference Include="System.Text.Json" Version="5.0.2" />
28+
<PackageReference Include="System.Text.Json" Version="9.0.6" />
2929
<PackageReference Include="YamlDotNet" Version="9.1.4" />
3030
</ItemGroup>
3131
<ItemGroup>

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:5.0 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
22
WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443
55

6-
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
77
WORKDIR /src
88
COPY . .
99
RUN dotnet restore .

0 commit comments

Comments
 (0)