File tree 2 files changed +6
-6
lines changed
src/ListeningPostApiServer
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
2
2
WORKDIR /app
3
3
EXPOSE 80
4
4
EXPOSE 443
5
5
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
7
7
WORKDIR /src
8
8
COPY ["ListeningPostApiServer/ListeningPostApiServer.csproj" "ListeningPostApiServer/" ]
9
9
RUN dotnet restore "ListeningPostApiServer/ListeningPostApiServer.csproj"
Original file line number Diff line number Diff line change 15
15
16
16
<ItemGroup >
17
17
<!-- <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 " />
22
22
<!-- <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" /> -->
23
23
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.9.0" />
24
24
</ItemGroup >
You can’t perform that action at this time.
0 commit comments