Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 13, 2025

Summary

  • Updates the VS Code launch.json configuration to use net8 instead of the outdated netcoreapp3.0 framework reference
  • Aligns the debug configuration with the current project target framework

Details

The issue #60 originally requested updating from netcoreapp3.0 to netcoreapp3.1, but since then the entire codebase has been modernized to use net8. However, the VS Code launch configuration still contained a stale reference to netcoreapp3.0 in the program path.

This change ensures that VS Code debugging will work correctly with the current build output location.

Files Changed

  • .vscode/launch.json: Updated program path from netcoreapp3.0 to net8

Fixes #60

🤖 Generated with Claude Code

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #60
@konard konard self-assigned this Sep 13, 2025
@konard konard changed the title [WIP] Use netcoreapp3.1 instead of netcoreapp3.0 Update VS Code launch configuration from netcoreapp3.0 to net8 Sep 13, 2025
Updates .vscode/launch.json to use the correct build output path
that matches the current net8 target framework, replacing the
outdated netcoreapp3.0 reference.

This ensures VS Code debugging works correctly with the current
build configuration.

Fixes #60

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@konard konard marked this pull request as ready for review September 13, 2025 17:25
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.

Use netcoreapp3.1 instead of netcoreapp3.0

2 participants