From cf66a91efb73fa0b053dea70c42ecde4c57558f6 Mon Sep 17 00:00:00 2001 From: Auros Nexus <41306347+Auros@users.noreply.github.com> Date: Wed, 17 Nov 2021 03:43:23 -0500 Subject: [PATCH] Nope --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index adc7164..6a5ca5d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x-windows + dotnet-version: 6.0.x - name: Restore dependencies run: dotnet restore - name: Build