From e3791ae5939ee2376271e1cc828fae5e4880350b Mon Sep 17 00:00:00 2001 From: David Federman Date: Thu, 16 Apr 2026 11:09:54 -0700 Subject: [PATCH] Remove redundant Microsoft.SourceLink.GitHub package reference The .NET 8+ SDK includes SourceLink support natively, making the explicit Microsoft.SourceLink.GitHub package reference unnecessary. The SourceLink MSBuild properties (PublishRepositoryUrl, EmbedUntrackedSources) are retained as they are still needed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Directory.Build.props | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 349fd61..649270c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -48,14 +48,11 @@ MIT - + true true - - -