From 098804f92051d0c9b7388de479b7d1f8f4653422 Mon Sep 17 00:00:00 2001 From: Max Brauer Date: Sun, 18 Feb 2024 09:53:49 +0100 Subject: [PATCH] Add dotnet 8 builds --- .github/workflows/main.yml | 1 + .github/workflows/nuget.yml | 8 ++++---- MaxLib.WebServer/MaxLib.WebServer.csproj | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) 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