From aaeb5840cd464fb71d574c3641c59a6604ae6036 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Tue, 22 Jun 2021 15:14:46 -0700 Subject: [PATCH] Dump to latest .NET SDK [skip ci] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5e271b..b561821 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,9 +28,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.8.0 with: - dotnet-version: 3.1.x + dotnet-version: 5.0.x - name: Restore run: dotnet restore @@ -81,7 +81,7 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v1.8.0 with: - dotnet-version: 3.1.x + dotnet-version: 5.0.x - name: Get certificate id: cert_file