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