Skip to content

Commit 2460935

Browse files
chore(deps): update dotnet monorepo
1 parent 6711bcb commit 2460935

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Samples/WeatherApi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
22

3-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
3+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
44
USER app
55
WORKDIR /app
66
EXPOSE 8080
77
EXPOSE 8081
88

9-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
9+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
1010
WORKDIR /src
1111
COPY ["WeatherApi/WeatherApi.csproj", "WeatherApi/"]
1212
RUN dotnet restore "WeatherApi/WeatherApi.csproj"

Samples/WeatherApi/WeatherApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.20" />
12+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
1313
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
1414
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.12.0" />
1515
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.2" />

0 commit comments

Comments
 (0)