From c454fc45a7b0cd51844700f7f714f4e96dc7f5f1 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Tue, 21 Jun 2022 19:20:27 +1000 Subject: [PATCH] Update webapi.yml Changed to dotnet6 --- .github/workflows/webapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webapi.yml b/.github/workflows/webapi.yml index 9bbdf573..6d5e376f 100644 --- a/.github/workflows/webapi.yml +++ b/.github/workflows/webapi.yml @@ -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