From 6c91f7a244da390c27a65114188a47b4970b5710 Mon Sep 17 00:00:00 2001 From: tintheanh Date: Thu, 21 Sep 2023 13:03:34 -0700 Subject: [PATCH] setup net 5 for actions --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 834d802..344391e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,9 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-dotnet@v3 + with: + dotnet-version: '5.0' - name: Install dependencies run: dotnet restore - name: Build