Skip to content

Commit 56447a6

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/ListeningPostApiServer/Dockerfile

+2-2
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:c3aee4ea4f51369d1f906b4dbd19b0f74fd34399e5ef59f91b70fcd332f36566 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:9b0a4330cb3dac23ebd6df76ab4211ec5903907ad2c1ccde16a010bf25f8dfde AS build
77
WORKDIR /src
88
COPY ["ListeningPostApiServer/ListeningPostApiServer.csproj" "ListeningPostApiServer/"]
99
RUN dotnet restore "ListeningPostApiServer/ListeningPostApiServer.csproj"

src/ListeningPostApiServer/ListeningPostApiServer.csproj

+4-4
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.4" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.4" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.4" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.4" />
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)