Skip to content

Commit

Permalink
.NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Mar 9, 2024
1 parent 70353a4 commit 08eb0d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-deploy-issuer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and deploy Issue Door unlocked
env:
AZURE_WEBAPP_NAME: issueunlockdoor # 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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-deploy-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and deploy EmployeeUnlockDoor
env:
AZURE_WEBAPP_NAME: employeeunlockdoor # 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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0'
dotnet-version: '8.0'
include-prerelease: True
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 08eb0d6

Please sign in to comment.