From 0c8c1b31913970641169d9742cc34237424e888d Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Tue, 7 Mar 2023 22:00:48 +1000 Subject: [PATCH] Update webapi.yml --- .github/workflows/webapi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/webapi.yml b/.github/workflows/webapi.yml index 2f1aef7c..a7b0f34f 100644 --- a/.github/workflows/webapi.yml +++ b/.github/workflows/webapi.yml @@ -18,10 +18,9 @@ jobs: - uses: actions/checkout@v3.3.0 - name: Set up .NET Core - uses: actions/setup-dotnet@v3.0.3 + uses: actions/setup-dotnet@v2.1.1 with: dotnet-version: '6.0.x' - include-prerelease: true - name: Build with dotnet run: dotnet build ./src/ServerManager.WebApplication/ServerManager.WebApplication.csproj --configuration Release