Skip to content

Commit

Permalink
more lint correction
Browse files Browse the repository at this point in the history
  • Loading branch information
owais-rehman committed Feb 18, 2025
1 parent b2e1009 commit 61257dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ To enable remote debugging for your .NET application in a container, you need to

Ensure that your Dockerfile is based on a .NET runtime or SDK image. You will typically have one of the following:

- SDK Image (for development and debugging): mcr.microsoft.com/dotnet/sdk:<version>
- Runtime Image (for running the app): mcr.microsoft.com/dotnet/aspnet:<version>
- `SDK Image` (for development and debugging): mcr.microsoft.com/dotnet/sdk:<version>
- `Runtime Image` (for running the app): mcr.microsoft.com/dotnet/aspnet:<version>

If you're using a runtime-only image, debugging support might be limited, and you may need to switch to an SDK image for development.

Expand Down

0 comments on commit 61257dc

Please sign in to comment.