diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index 58b390d..04a2628 100644 --- a/.github/workflows/azure-webapps-dotnet-core.yml +++ b/.github/workflows/azure-webapps-dotnet-core.yml @@ -4,7 +4,7 @@ name: Build and deploy to Azure Web App env: AZURE_WEBAPP_NAME: bff-angular-aspnetcore # 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 8459bfb..85ebabb 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,7 +17,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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b04b96..4ef1289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## ASP.NET Core, Angular BFF using Microsoft Entra ID Changelog +### 2023-11-14 0.0.7 + +- .NET 8 + ### 2023-11-10 0.0.6 - Angular 17 diff --git a/server/BffMicrosoftEntraID.Server.csproj b/server/BffMicrosoftEntraID.Server.csproj index f234c86..49e343a 100644 --- a/server/BffMicrosoftEntraID.Server.csproj +++ b/server/BffMicrosoftEntraID.Server.csproj @@ -1,15 +1,15 @@  - net7.0 + net8.0 enable enable 3e0420a7-5c54-4b9b-9c9c-e51013e5f99b - - + +