Use .NET 7.x in CodeQL build

This commit is contained in:
Ronald Barendse
2022-08-25 17:04:46 +02:00
parent 1b5225f4cd
commit 143fbef3d7
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,8 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '7.x'
include-prerelease: true
- name: dotnet build
run: dotnet build umbraco.sln -c SkipTests