diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index 51b13cf..9d1c310 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 ASP.Net Core app to an Azure Web App env: AZURE_WEBAPP_NAME: 'Property Portfolio Manager' # set this to the name of your Azure Web App AZURE_WEBAPP_PACKAGE_PATH: './Publish' # set this to the path to your web app project, defaults to the repository root - DOTNET_VERSION: '7.0.1' # set this to the .NET Core version to use + DOTNET_VERSION: '7.0' # set this to the .NET Core version to use on: push: