From f7e8c5f262c09901d72b0afdcd3ab6c19e831635 Mon Sep 17 00:00:00 2001 From: agracio Date: Sun, 14 Jan 2024 19:43:23 +0000 Subject: [PATCH] Update main.yml Updating dotnet version --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63dc9e2..25a78de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,9 +19,9 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel + dotnet-version: '7.0.x' # SDK Version to use; x will use the latest version of the 7.0 channel - name: Install dependencies - run: npm i --verbose + run: npm i - name: Run Dotnet Build run: dotnet build src/QuickStart.sln - name: Run