From 64e1dcf6442ee3fca90e877db2cc8b67b6e5cdde Mon Sep 17 00:00:00 2001 From: Hannele Ruiz Date: Mon, 13 Feb 2023 17:44:44 -0300 Subject: [PATCH] Fixed .NET Version of the compile step --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91eac403..06a66a27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2.1.0 with: - dotnet-version: "6.0.x" + dotnet-version: "7.0.x" - name: Restore NuGet Packages run: dotnet restore ${{ github.event.repository.name }}.sln - name: Patch csproj version