From fb6a3a8519681145ffc0adf5f68618ef98286b4c Mon Sep 17 00:00:00 2001 From: Chris Jacobsen Date: Tue, 30 Jan 2024 19:27:27 -0500 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 551168e..57c3ada 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,10 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: 4.7.1 + - name: Restore dependencies run: dotnet restore - name: Build