From b12051af5c50d065ac079a07d9436a8eb99f3870 Mon Sep 17 00:00:00 2001 From: Kenneth Carter Date: Sat, 15 Aug 2020 22:33:27 -0600 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 320b902..42563cc 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest env: - VERSION: 4.2.2 + VERSION: 4.3.0-alpha.1 steps: - uses: actions/checkout@v2