From ed39dd0a73ba526a3e5039751bd485deea97aa77 Mon Sep 17 00:00:00 2001 From: Peter De Tender Date: Wed, 4 Oct 2023 16:11:17 -0700 Subject: [PATCH] update 6.x to 7.x in actions setup-dotnet --- .github/workflows/eshoponweb-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index be10f9e..41e8f28 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -23,7 +23,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '7.0.x' include-prerelease: true #Build/Test/Publish the .net project - name: Build with dotnet