From 61730269f2983dd1f613ed9e2f084643a5e7dcc2 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Fri, 6 Jan 2023 02:34:22 -0500 Subject: [PATCH] Update dotnet-core.yml --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 358ee45..ae430cc 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6 + dotnet-version: 6.0.x - name: Install dependencies run: dotnet restore working-directory: ${{env.working-directory}}