Skip to content

Commit 29509a5

Browse files
committed
.NET 10
1 parent 3545983 commit 29509a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: '9.0' # set this to the .NET Core version to use
7+
DOTNET_VERSION: '10.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: 9.0.x
20+
dotnet-version: 10.0.x
2121

2222
- name: Restore dependencies
2323
run: dotnet restore

0 commit comments

Comments
 (0)