From 731f2058c4254a1cb71ee11f27439f162f742737 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Wed, 9 Dec 2020 09:07:43 +0100 Subject: [PATCH] (GH-2980) Update to .NET 5 SDK 5.0.101 * fixes #2980 --- .github/workflows/build.yml | 8 ++++---- .travis.yml | 2 +- build.config | 2 +- global.json | 2 +- src/Cake.Common.Tests/Cake.Common.Tests.csproj | 2 +- src/Cake.Core.Tests/Cake.Core.Tests.csproj | 2 +- src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj | 4 ++-- src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj | 2 +- src/Cake.Tests/Cake.Tests.csproj | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f56e24761..cc37736603 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,15 +26,15 @@ jobs: with: dotnet-version: '2.1.811' - - name: Install .NET Core SDK 3.1.403 + - name: Install .NET Core SDK 3.1.404 uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.403' + dotnet-version: '3.1.404' - - name: Install .NET Core SDK 5.0.100 + - name: Install .NET Core SDK 5.0.101 uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.100' + dotnet-version: '5.0.101' - name: Run Cake script uses: cake-build/cake-action@v1 diff --git a/.travis.yml b/.travis.yml index 4b10cc06a0..2f19a3382e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ mono: - 5.12.0 - 5.20.1 -dotnet: 5.0.100 +dotnet: 5.0.101 before_install: - git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags diff --git a/build.config b/build.config index 0d311dbb2a..91afe58311 100644 --- a/build.config +++ b/build.config @@ -1,3 +1,3 @@ #!/usr/bin/env bash CAKE_VERSION=1.0.0-rc0001 -DOTNET_VERSION=5.0.100 +DOTNET_VERSION=5.0.101 diff --git a/global.json b/global.json index 73f204c38a..86b9885b38 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "src" ], "sdk": { - "version": "5.0.100", + "version": "5.0.101", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/src/Cake.Common.Tests/Cake.Common.Tests.csproj b/src/Cake.Common.Tests/Cake.Common.Tests.csproj index f35be2d75e..25416b4c57 100644 --- a/src/Cake.Common.Tests/Cake.Common.Tests.csproj +++ b/src/Cake.Common.Tests/Cake.Common.Tests.csproj @@ -17,7 +17,7 @@ - + all diff --git a/src/Cake.Core.Tests/Cake.Core.Tests.csproj b/src/Cake.Core.Tests/Cake.Core.Tests.csproj index 9479b37ff3..73f7af50ce 100644 --- a/src/Cake.Core.Tests/Cake.Core.Tests.csproj +++ b/src/Cake.Core.Tests/Cake.Core.Tests.csproj @@ -15,7 +15,7 @@ - + all diff --git a/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj b/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj index 7484de5c6e..8044869314 100644 --- a/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj +++ b/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj @@ -13,8 +13,8 @@ - - + + all diff --git a/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj b/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj index 32eb7bbb3e..907228eab6 100644 --- a/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj +++ b/src/Cake.NuGet.Tests/Cake.NuGet.Tests.csproj @@ -16,7 +16,7 @@ - + all diff --git a/src/Cake.Tests/Cake.Tests.csproj b/src/Cake.Tests/Cake.Tests.csproj index 7d711d0b07..a51605e0bf 100644 --- a/src/Cake.Tests/Cake.Tests.csproj +++ b/src/Cake.Tests/Cake.Tests.csproj @@ -12,7 +12,7 @@ - + all