diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 9c098b85c..f854f34f1 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -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"
},
diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml
index 96fe17270..75d2ebec8 100644
--- a/.github/workflows/dotnet-core.yml
+++ b/.github/workflows/dotnet-core.yml
@@ -17,7 +17,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 5.0.100
+ dotnet-version: 6.0.100
- name: Install dependencies
run: dotnet restore
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 054a8d4ff..b80a131f2 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 5.0.100
+ dotnet-version: 6.0.100
- name: minver-cli
run: |
diff --git a/Example/Example.csproj b/Example/Example.csproj
index ed47093e8..5ea8cd45b 100644
--- a/Example/Example.csproj
+++ b/Example/Example.csproj
@@ -2,7 +2,7 @@
Exe
- net5.0
+ net6.0
diff --git a/FSharpExample/FSharpExample.fsproj b/FSharpExample/FSharpExample.fsproj
index 4ac06f71f..6045b22c7 100644
--- a/FSharpExample/FSharpExample.fsproj
+++ b/FSharpExample/FSharpExample.fsproj
@@ -2,7 +2,7 @@
Exe
- net5.0
+ net6.0
diff --git a/ReactiveExample/ReactiveExample.csproj b/ReactiveExample/ReactiveExample.csproj
index 3346aa2c6..e6d68f1ca 100644
--- a/ReactiveExample/ReactiveExample.csproj
+++ b/ReactiveExample/ReactiveExample.csproj
@@ -1,15 +1,12 @@
Exe
- net5.0
+ net6.0
-
-
-
+
+
+
diff --git a/StandaloneExample/StandaloneExample.csproj b/StandaloneExample/StandaloneExample.csproj
index 4065cfb38..b70be9f1a 100644
--- a/StandaloneExample/StandaloneExample.csproj
+++ b/StandaloneExample/StandaloneExample.csproj
@@ -3,7 +3,7 @@
latest
Exe
- net5.0
+ net6.0
diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj
index bba15aab1..d93b7aa18 100644
--- a/Terminal.Gui/Terminal.Gui.csproj
+++ b/Terminal.Gui/Terminal.Gui.csproj
@@ -25,7 +25,7 @@
v
- net472;netstandard2.0;net5.0
+ net472;netstandard2.0;net6.0
Terminal.Gui
Terminal.Gui
bin\Release\Terminal.Gui.xml
diff --git a/UICatalog/UICatalog.csproj b/UICatalog/UICatalog.csproj
index 530eed77d..66710ac4d 100644
--- a/UICatalog/UICatalog.csproj
+++ b/UICatalog/UICatalog.csproj
@@ -2,7 +2,7 @@
Exe
- net5.0
+ net6.0
UICatalog.UICatalogApp
1.0.0.1
8.0
diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj
index d48f47246..d56bf8b73 100644
--- a/UnitTests/UnitTests.csproj
+++ b/UnitTests/UnitTests.csproj
@@ -1,7 +1,7 @@
- net5.0
+ net6.0
false
diff --git a/global.json b/global.json
index f1cbdaf83..539d965a8 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk":{
- "version":"5.0.100",
+ "version":"6.0.100",
"rollForward":"latestMajor"
}
}