diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fce4d18..efd3645 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- dotnet-version: [ '5.0.x' ]
+ dotnet-version: [ '6.0.x' ]
steps:
- uses: actions/checkout@v2
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 18a728b..ab36beb 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,7 +9,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "buildWeb",
- "program": "${workspaceFolder}/Selector.Web/bin/Debug/net5.0/Selector.Web.dll",
+ "program": "${workspaceFolder}/Selector.Web/bin/Debug/net6.0/Selector.Web.dll",
"args": [],
"cwd": "${workspaceFolder}/Selector.Web",
"stopAtEntry": false,
@@ -30,7 +30,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "buildCLI",
- "program": "${workspaceFolder}/Selector.CLI/bin/Debug/net5.0/Selector.CLI.dll",
+ "program": "${workspaceFolder}/Selector.CLI/bin/Debug/net6.0/Selector.CLI.dll",
"env": {
"DOTNET_ENVIRONMENT": "Development"
},
diff --git a/Selector.CLI/Selector.CLI.csproj b/Selector.CLI/Selector.CLI.csproj
index 8dcbd4a..ca25d85 100644
--- a/Selector.CLI/Selector.CLI.csproj
+++ b/Selector.CLI/Selector.CLI.csproj
@@ -2,16 +2,16 @@
Exe
- net5.0
+ net6.0
Selector.CLI.Program
latest
-
-
-
-
+
+
+
+
diff --git a/Selector.Cache/Selector.Cache.csproj b/Selector.Cache/Selector.Cache.csproj
index 936630d..e1f56d5 100644
--- a/Selector.Cache/Selector.Cache.csproj
+++ b/Selector.Cache/Selector.Cache.csproj
@@ -1,14 +1,14 @@
- net5.0
+ net6.0
true
latest
-
+
diff --git a/Selector.Model/Selector.Model.csproj b/Selector.Model/Selector.Model.csproj
index 61b0a55..5698975 100644
--- a/Selector.Model/Selector.Model.csproj
+++ b/Selector.Model/Selector.Model.csproj
@@ -1,7 +1,7 @@
- net5.0
+ net6.0
true
latest
@@ -12,17 +12,17 @@
-
-
-
-
+
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
-
-
-
+
+
+
+
diff --git a/Selector.Tests/Selector.Tests.csproj b/Selector.Tests/Selector.Tests.csproj
index 15dfd93..8621833 100644
--- a/Selector.Tests/Selector.Tests.csproj
+++ b/Selector.Tests/Selector.Tests.csproj
@@ -1,7 +1,7 @@
- net5.0
+ net6.0
false
latest
diff --git a/Selector.Web/Selector.Web.csproj b/Selector.Web/Selector.Web.csproj
index 5b45152..75e6f8e 100644
--- a/Selector.Web/Selector.Web.csproj
+++ b/Selector.Web/Selector.Web.csproj
@@ -1,7 +1,7 @@
- net5.0
+ net6.0
latest
@@ -12,17 +12,17 @@
-
-
+
+
-
+
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+