From 53fc79257d4c171a12130fc335114ec822246ce0 Mon Sep 17 00:00:00 2001 From: Max Brauer Date: Sun, 18 Feb 2024 09:53:49 +0100 Subject: [PATCH] Add dotnet 7 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..b5f6337 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | + 7.0.3 6.0.102 3.1.101 - name: Install dependencies diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 96ba277..db0f81f 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: 7.0.3 - 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..5f4ed3b 100644 --- a/MaxLib.WebServer/MaxLib.WebServer.csproj +++ b/MaxLib.WebServer/MaxLib.WebServer.csproj @@ -3,7 +3,7 @@ - net6.0;netstandard2.1 + net7.0;net6.0;netstandard2.1 MaxLib.WebServer garados007 Max Brauer