From a98aa46fa5711724918636db758f9c6ecc6fd4b8 Mon Sep 17 00:00:00 2001 From: Marcus Turewicz <24448509+marcusturewicz@users.noreply.github.com> Date: Sat, 13 Nov 2021 12:24:26 +1100 Subject: [PATCH] Update cicd.yml --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 121368c..fcf7d14 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 3.1.x source-url: https://nuget.pkg.github.com/marcusturewicz/index.json env: NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}