From ea9e3241d8f8550b412b6f9cc508b339bc7968b4 Mon Sep 17 00:00:00 2001 From: num0005 Date: Sat, 16 Oct 2021 14:37:11 +0100 Subject: [PATCH] Update SDK to `dotnet 5.0.402`. --- .github/workflows/dotnet-5.yml | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-5.yml b/.github/workflows/dotnet-5.yml index b890d69..af2c3a6 100644 --- a/.github/workflows/dotnet-5.yml +++ b/.github/workflows/dotnet-5.yml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.300' + dotnet-version: '5.0.402' - name: Install dependencies run: dotnet restore - name: Install nbgv diff --git a/global.json b/global.json index da9fe60..591906a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "5.0.300", + "version": "5.0.402", "rollForward": "latestMajor", "allowPrerelease": true }