From e85cd0752ea39b0e21fa55f2da69dd5949281eb1 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 1 Jun 2021 02:58:12 -0500 Subject: [PATCH] Upgrade .NET Core version used in builds --- .github/workflows/build.yml | 2 +- .github/workflows/docs.yml | 2 +- Common.props | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5fe15c0..8d5a74e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: uses: actions/setup-dotnet@v1 with: # As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json - dotnet-version: "3.1.404" # since we now use this + dotnet-version: "3.1.409" # since we now use this - name: Clear Nuget Cache run: dotnet nuget locals all --clear - name: Restore diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 868aaeab..c908588e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: uses: actions/setup-dotnet@v1 with: # As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json - dotnet-version: "3.1.404" # since we now use this + dotnet-version: "3.1.409" # since we now use this - name: Clear Nuget Cache run: dotnet nuget locals all --clear - name: Nuget Restore diff --git a/Common.props b/Common.props index c3f703e4..d76b2ec5 100644 --- a/Common.props +++ b/Common.props @@ -11,5 +11,9 @@ AllEnabledByDefault latest + + + + \ No newline at end of file