Skip to content

Fix launch.json to use net9.0 instead of net6.0 - #5

Open
Marcin Lentner (marcinlentner) wants to merge 1 commit into
MicrosoftDocs:mainfrom
marcinlentner:fix-launch-json-net9
Open

Fix launch.json to use net9.0 instead of net6.0#5
Marcin Lentner (marcinlentner) wants to merge 1 commit into
MicrosoftDocs:mainfrom
marcinlentner:fix-launch-json-net9

Conversation

@marcinlentner

Copy link
Copy Markdown

Summary

The exercise tutorial for this project (link) instructs users to use .NET 9.0, but the project was still configured for .NET 6.0, causing it to fail when run in VS Code as per the tutorial steps.

Changes

This pull request updates the .vscode/launch.json configuration file to target .NET 9.0 instead of .NET 6.0, ensuring compatibility with the tutorial instructions and allowing the project to run successfully in the latest version of VS Code.

Impact

  • Aligns the configuration with the tutorial’s .NET 9.0 requirement.
  • Fixes debugging issues in VS Code when following the Microsoft Learn exercise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant