From dd613232d3c7c1968b880e689d5a7d3905104ddc Mon Sep 17 00:00:00 2001 From: Jason Thompson Date: Thu, 9 Sep 2021 19:42:30 -0500 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 0bfc72c..274e184 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -9,10 +9,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup dotnet 6.x + - name: Setup dotnet 6.0.x uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.x' + dotnet-version: '6.0.x' + include-prerelease: true - name: Display dotnet version run: dotnet --version