Update webapi.yml

Changed to dotnet6
This commit is contained in:
Brett Hewitson 2022-06-21 19:20:27 +10:00 committed by GitHub
parent 5374b0c52a
commit c454fc45a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'
include-prerelease: true
- name: Build with dotnet