diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4903ba5..dd76b6d 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "1.3.0", + "version": "2.3.0", "commands": [ "dotnet-cake" ] diff --git a/Source/Cake.SendGrid/Cake.SendGrid.csproj b/Source/Cake.SendGrid/Cake.SendGrid.csproj index 98a9e7e..e5b05b8 100644 --- a/Source/Cake.SendGrid/Cake.SendGrid.csproj +++ b/Source/Cake.SendGrid/Cake.SendGrid.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net8.0;net9.0 anycpu true Library @@ -27,9 +27,9 @@ - - - + + + diff --git a/appveyor.yml b/appveyor.yml index 67f738c..2cc90fb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,7 +40,6 @@ cache: # Environment configuration image: - - Ubuntu1804 - Visual Studio 2022 # Skip builds for doc changes diff --git a/global.json b/global.json index 8e621ca..11db103 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "9.0.100", "rollForward": "patch", "allowPrerelease": false } diff --git a/recipe.cake b/recipe.cake index 69c36cc..bb6fdf6 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:?package=Cake.Recipe&version=3.1.1 +#load nuget:https://pkgs.dev.azure.com/cake-contrib/Home/_packaging/addins/nuget/v3/index.json?package=Cake.Recipe&version=4.0.0-alpha0126 Environment.SetVariableNames(); @@ -12,7 +12,6 @@ BuildParameters.SetParameters(context: Context, shouldRunDotNetCorePack: true, shouldRunInspectCode: false, shouldRunCodecov: false, - shouldPostToGitter: false, appVeyorAccountName: "cakecontrib", shouldCalculateVersion: true);