Skip to content

Commit b4524ad

Browse files
committed
.NET 9
1 parent 363ce3b commit b4524ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/azure-webapps-dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build and deploy to Azure Web App
44
env:
55
AZURE_WEBAPP_NAME: bff-angular-aspnetcore # set this to the name of your Azure Web App
66
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
7-
DOTNET_VERSION: '8.0' # set this to the .NET Core version to use
7+
DOTNET_VERSION: '9.0' # set this to the .NET Core version to use
88

99
on:
1010
push:

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: 8.0.x
20+
dotnet-version: 9.0.x
2121

2222
- name: Restore dependencies
2323
run: dotnet restore

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## ASP.NET Core, Angular BFF using Microsoft Entra ID Changelog
22

3-
### 2024-12-18 0.0.17
3+
### 2024-12-18 1.0.0
44
- Updated packages
55
- .NET 9
66
- Angular 19

0 commit comments

Comments
 (0)