Skip to content

Commit 263de0c

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Samples/WeatherApi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

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)