From 2b10f37b422735d485f997e45bd7f844fd991cda Mon Sep 17 00:00:00 2001 From: Israel Aece Date: Fri, 29 Dec 2023 18:33:13 -0300 Subject: [PATCH] Update dotnet.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Atualização para .NET 8. --- .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 836007f..2dbca6b 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: 5.0.x + dotnet-version: 8.0 - name: Restore dependencies run: dotnet restore - name: Build