Skip to content

Commit

Permalink
Clean up remaining netcoreapp3.1 references (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcrashxor authored Jan 25, 2024
1 parent 0eaf3aa commit 8a36ad8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
3.1.x
7.0.x
- run: dotnet --info
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build targets",
"program": "${workspaceFolder}/targets/bin/Debug/netcoreapp3.1/targets.dll",
"program": "${workspaceFolder}/targets/bin/Debug/net7.0/targets.dll",
"args": [
"build",
"-c", "release"
Expand Down

0 comments on commit 8a36ad8

Please sign in to comment.