Upgrading to Net6.0 (#1515)

This commit is contained in:
BDisp
2021-12-18 13:26:00 +00:00
committed by GitHub
parent 024ce57430
commit 1b3668ca70
11 changed files with 14 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Terminal.Gui Codespace",
"image": "mcr.microsoft.com/vscode/devcontainers/dotnet:5.0",
"image": "mcr.microsoft.com/vscode/devcontainers/dotnet:6.0",
"settings": {
"terminal.integrated.defaultProfile.linux": "pwsh"
},