From f3ee316cc0645e5a5109a387010c695616ffaa23 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:32:21 -0800 Subject: [PATCH] [main] Bump us to Octokit v10.0.0 - see https://github.com/dotnet/dnceng/issues/2065 - comment about Octokit.dll not being signed is no longer true (since v4.0.0) - still need to avoid signing Microsoft.DotNet.Maestro.Tasks.dll for other reasons --- Directory.Packages.props | 4 ++-- .../Microsoft.DotNet.Maestro.Tasks.csproj | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 62e0006558..91d67b28f5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -116,7 +116,7 @@ - + @@ -138,4 +138,4 @@ - \ No newline at end of file + diff --git a/src/Maestro/Microsoft.DotNet.Maestro.Tasks/Microsoft.DotNet.Maestro.Tasks.csproj b/src/Maestro/Microsoft.DotNet.Maestro.Tasks/Microsoft.DotNet.Maestro.Tasks.csproj index b57a533dff..46d28c8585 100644 --- a/src/Maestro/Microsoft.DotNet.Maestro.Tasks/Microsoft.DotNet.Maestro.Tasks.csproj +++ b/src/Maestro/Microsoft.DotNet.Maestro.Tasks/Microsoft.DotNet.Maestro.Tasks.csproj @@ -5,7 +5,6 @@ This package include tasks involving Maestro++ and the Build Asset Registry. true MSBuildSdk - false true