diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6413b38..7fdc14a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -17,6 +17,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
+ 8.0
6.0.102
3.1.101
- name: Install dependencies
diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml
index 96ba277..b30ed37 100644
--- a/.github/workflows/nuget.yml
+++ b/.github/workflows/nuget.yml
@@ -10,17 +10,17 @@ jobs:
steps:
- uses: actions/checkout@v2
-
+
- name: Init git submodules
run: git submodule init && git submodule update
-
+
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 6.0.102
+ dotnet-version: '8.0'
- name: Install dependencies
run: dotnet restore
-
+
- name: Publish MaxLib.WebServer NuGet
uses: brandedoutcast/publish-nuget@v2.5.5
with:
diff --git a/MaxLib.WebServer/MaxLib.WebServer.csproj b/MaxLib.WebServer/MaxLib.WebServer.csproj
index 1b80b28..68f99d0 100644
--- a/MaxLib.WebServer/MaxLib.WebServer.csproj
+++ b/MaxLib.WebServer/MaxLib.WebServer.csproj
@@ -3,7 +3,7 @@
- net6.0;netstandard2.1
+ net8.0;net6.0;netstandard2.1
MaxLib.WebServer
garados007
Max Brauer