diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a672a3..b87afcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,10 +19,10 @@ jobs: - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow - - name: Install .NET Core SDK 3.1.301 + - name: Install .NET Core SDK 3.1.402 uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.301' + dotnet-version: '3.1.402' - name: Run Frosting Build env: diff --git a/build.config b/build.config index da9a3c7..3caa4d8 100644 --- a/build.config +++ b/build.config @@ -1,2 +1,2 @@ #!/usr/bin/env bash -DOTNET_VERSION=3.1.301 +DOTNET_VERSION=3.1.402 diff --git a/build/Build.csproj b/build/Build.csproj index 53e57c2..bbf51b1 100644 --- a/build/Build.csproj +++ b/build/Build.csproj @@ -12,7 +12,7 @@ - + diff --git a/build/Lifetime.cs b/build/Lifetime.cs index a98dc50..91d25b2 100644 --- a/build/Lifetime.cs +++ b/build/Lifetime.cs @@ -42,7 +42,7 @@ public override void Setup(Context context) context.Information("Installing .Net Global Tools..."); context.DotNetCoreToolInstall("GitReleaseManager.Tool", "0.11.0", "dotnet-gitreleasemanager"); context.DotNetCoreToolInstall("SignClient", "1.2.109", "SignClient"); - context.DotNetCoreToolInstall("GitVersion.Tool", "5.1.2", "dotnet-gitversion"); + context.DotNetCoreToolInstall("GitVersion.Tool", "5.3.7", "dotnet-gitversion"); // Calculate semantic version. context.Version = BuildVersion.Calculate(context); diff --git a/global.json b/global.json index 6e90c94..009ffae 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "3.1.301", - "rollForward": "latestMajor" + "version": "3.1.402", + "rollForward": "latestPatch" } } diff --git a/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj b/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj index ad8e77e..d8f9f4f 100644 --- a/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj +++ b/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj @@ -12,17 +12,16 @@ - - + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + diff --git a/src/Cake.Frosting/Cake.Frosting.csproj b/src/Cake.Frosting/Cake.Frosting.csproj index fc6583e..4a8c660 100644 --- a/src/Cake.Frosting/Cake.Frosting.csproj +++ b/src/Cake.Frosting/Cake.Frosting.csproj @@ -9,8 +9,8 @@ - - + +