From 5cf75e0cea7e83efb7f148dd92cf19fcd294dfa5 Mon Sep 17 00:00:00 2001 From: Sewer Date: Mon, 31 Oct 2022 16:28:31 +0000 Subject: [PATCH] Update build-and-publish.yml --- .github/workflows/build-and-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index db70b89..93e1d55 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -36,11 +36,11 @@ jobs: # Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x dotnet-version: 3.1.x - - name: Setup .NET Core SDK (6.0.x) - uses: actions/setup-dotnet@v1.9.0 + - name: Setup .NET Core SDK (7.0.x) + uses: actions/setup-dotnet@v3 with: # Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x - dotnet-version: 6.0.x + dotnet-version: 7.0.x # Required for C#10 features. - name: Setup Node.js