From 41e74aec35f68c6e8446a6758c7512f83a076ec5 Mon Sep 17 00:00:00 2001 From: Ubit Umarov Date: Sun, 19 Mar 2023 21:37:40 +0000 Subject: [PATCH] Update msbuildnet6.yml --- .github/workflows/msbuildnet6.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/msbuildnet6.yml b/.github/workflows/msbuildnet6.yml index 7b4241c01f..a853c8c44a 100644 --- a/.github/workflows/msbuildnet6.yml +++ b/.github/workflows/msbuildnet6.yml @@ -21,9 +21,9 @@ jobs: - name: preBuild run: bash ${GITHUB_WORKSPACE}/runprebuild.sh - - name: Setup dotnet - uses: actions/setup-dotnet@v3 - with: + - name: Setup dotnet + uses: actions/setup-dotnet@v3 + with: dotnet-version: '6.0.x' - name: Build id: build