You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the project to target .NET 10.0 and bumps related package versions.
This ensures compatibility with the latest .NET runtime and leverages new features and improvements in the updated packages.
Copy file name to clipboardExpand all lines: Pacos/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# 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.
2
2
3
3
# This stage is used when running from VS in fast mode (Default for Debug configuration)
4
-
FROM mcr.microsoft.com/dotnet/runtime:9.0-noble AS base
4
+
FROM mcr.microsoft.com/dotnet/runtime:10.0 AS base
0 commit comments