From 774152c4c1f362d7b602cf2316166b0e778743fd Mon Sep 17 00:00:00 2001 From: Prince527 Date: Thu, 20 Jun 2024 23:51:06 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1746366..946b7b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v3 with: - dotnet-version: '4.x.x' + dotnet-version: '5.x.x' - name: Install dependencies run: dotnet restore