Skip to content

Commit 9d70528

Browse files
chore(deps): update dotnet monorepo to v9
1 parent 149df9c commit 9d70528

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/ListeningPostApiServer/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:8.0@sha256:04f79dd7f0a27eb079c2498ca9bab729ed40b91ed393d24846d6cb505f3fe646 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:c013be6e8c5219fa56002ad96aac9d99afcca23a185aadd0a30e9b4f3d6efd8c AS base
22
WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443
55

6-
FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:032381bcea86fa0a408af5df63a930f1ff5b03116c940a7cd744d3b648e66749 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:4845ef954a33b55c1a1f5db1ac24ba6cedb1dafb7f0b6a64ebce2fabe611f0c0 AS build
77
WORKDIR /src
88
COPY ["ListeningPostApiServer/ListeningPostApiServer.csproj" "ListeningPostApiServer/"]
99
RUN dotnet restore "ListeningPostApiServer/ListeningPostApiServer.csproj"

src/ListeningPostApiServer/ListeningPostApiServer.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
<ItemGroup>
1717
<!-- <PackageReference Include="JetBrains.Annotations" Version="2021.1.0" /> -->
18-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.11" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.3" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.3" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.3" />
2222
<!-- <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" /> -->
2323
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
2424
</ItemGroup>

0 commit comments

Comments
 (0)