diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index de32d82..bf24300 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -22,8 +22,6 @@ jobs:
git config --global user.email github-actions@github.com
- name: Setup .NET
uses: actions/setup-dotnet@v4
- with:
- dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
diff --git a/examples/WordFrequency.ConsoleApp/WordFrequency.ConsoleApp.csproj b/examples/WordFrequency.ConsoleApp/WordFrequency.ConsoleApp.csproj
index 3349cbe..f8df0f2 100644
--- a/examples/WordFrequency.ConsoleApp/WordFrequency.ConsoleApp.csproj
+++ b/examples/WordFrequency.ConsoleApp/WordFrequency.ConsoleApp.csproj
@@ -3,7 +3,7 @@
Exe
- netcoreapp3.1
+ net8.0
diff --git a/test/KnowledgePicker.WordCloud.Tests/KnowledgePicker.WordCloud.Tests.csproj b/test/KnowledgePicker.WordCloud.Tests/KnowledgePicker.WordCloud.Tests.csproj
index 7a133b6..3a93ffc 100644
--- a/test/KnowledgePicker.WordCloud.Tests/KnowledgePicker.WordCloud.Tests.csproj
+++ b/test/KnowledgePicker.WordCloud.Tests/KnowledgePicker.WordCloud.Tests.csproj
@@ -2,7 +2,7 @@
Exe
- net6.0
+ net8.0
enable
enable
@@ -11,7 +11,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all