Skip to content

Commit 0de46b1

Browse files
authored
Merge pull request #179 from Profitbase/main
Update .NET Core version to 10.0.x in workflow
2 parents f132d61 + 3d71067 commit 0de46b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-azure-naming-tool-to-azure-webapps-dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: Azure Naming Tool - Build and deploy to an Azure Web App
2121

2222
env:
2323
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
24-
DOTNET_VERSION: '8.0.x' # set this to the .NET Core version to use
24+
DOTNET_VERSION: '10.0.x' # set this to the .NET Core version to use
2525

2626
on:
2727
push:

0 commit comments

Comments
 (0)