From f6e5c8d738e32973fa20ede572e154942902b7c4 Mon Sep 17 00:00:00 2001 From: damienbod Date: Sun, 26 Nov 2023 10:01:00 +0100 Subject: [PATCH] .NET 8 --- .github/workflows/azure-webapps-dotnet-core.yml | 2 +- .github/workflows/dotnet.yml | 2 +- AspNetCoreAzureLogging.sln | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index 1f24045..7fb9a97 100644 --- a/.github/workflows/azure-webapps-dotnet-core.yml +++ b/.github/workflows/azure-webapps-dotnet-core.yml @@ -22,7 +22,7 @@ name: Build and deploy to Azure Web App env: AZURE_WEBAPP_NAME: AspNetCoreAzureLogging # set this to the name of your Azure Web App AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root - DOTNET_VERSION: '7.0' # set this to the .NET Core version to use + DOTNET_VERSION: '8.0' # set this to the .NET Core version to use on: push: diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index da74b91..0bfc8aa 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/AspNetCoreAzureLogging.sln b/AspNetCoreAzureLogging.sln index c92ff07..f65774f 100644 --- a/AspNetCoreAzureLogging.sln +++ b/AspNetCoreAzureLogging.sln @@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreAzureLogging", "A EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF98228D-0FAF-4206-9C14-FF0E731B6114}" ProjectSection(SolutionItems) = preProject + .github\workflows\azure-webapps-dotnet-core.yml = .github\workflows\azure-webapps-dotnet-core.yml + .github\workflows\dotnet.yml = .github\workflows\dotnet.yml README.md = README.md EndProjectSection EndProject