From 805792643379bda537a4353bd371db715580ca26 Mon Sep 17 00:00:00 2001 From: Oleg Rakhmatulin Date: Thu, 8 Jun 2023 07:41:54 +0200 Subject: [PATCH] All GitHub actions updated - the .NET SDK 7.0.x used for all activitites now. --- .github/workflows/dotnetcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 13a2804..e424c9e 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Setup .NET 6.0.x + - name: Setup .NET 7.0.x uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '7.0.x' - name: Cache NuGet Packages uses: actions/cache@v3