From 151eef470ff22066032912cc26f2762bca9dd988 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 10 Apr 2021 21:49:44 -0700 Subject: [PATCH] update(release): Updates .NET 5 version in workflows (#569) --- .github/workflows/build-test.yml | 2 +- azure-pipelines.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 414a85a2d..070760708 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -26,7 +26,7 @@ jobs: - name: Setup .NET 5 uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.200 + dotnet-version: 5.0.202 - name: Build run: ./publish.cmd - name: Test diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 06c1a40e8..fb871d631 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ jobs: displayName: 'Install .NET 5' inputs: packageType: sdk - version: 5.0.200 + version: 5.0.202 - task: NuGetAuthenticate@0 - script: ./publish.cmd Release win displayName: 'Build' @@ -56,7 +56,7 @@ jobs: displayName: 'Install .NET 5' inputs: packageType: sdk - version: 5.0.200 + version: 5.0.202 - task: NuGetAuthenticate@0 - script: ./publish.cmd Release $(os) displayName: 'Build'