From cd08c8bc22528ea27dce57d43a08268075af4566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20A=2EP?= <53834183+Jossec101@users.noreply.github.com> Date: Wed, 26 Jul 2023 21:47:07 +0200 Subject: [PATCH] chore(dotnet.yml): upgrade .NET version from 6.0.x to 7.0.x to stay up-to-date with the latest .NET version --- .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 7c642750..96163c4a 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' + dotnet-version: '7.0.x' - name: Restore dependencies run: dotnet restore