This is an automated email from the ASF dual-hosted git repository. lukaszzborek pushed a commit to branch dotnet-fix-sourcelink in repository https://gitbox.apache.org/repos/asf/iggy.git
commit 1d18f5b0e0ba2dd436c0f16dd9b26cd277580ebf Author: Ćukasz Zborek <[email protected]> AuthorDate: Thu Sep 10 00:41:34 2026 +0200 chore(deps): remove Microsoft.SourceLink.GitHub package reference --- foreign/csharp/Directory.Build.props | 5 +---- foreign/csharp/Directory.Packages.props | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/foreign/csharp/Directory.Build.props b/foreign/csharp/Directory.Build.props index 684da2c88..fab170ef2 100644 --- a/foreign/csharp/Directory.Build.props +++ b/foreign/csharp/Directory.Build.props @@ -26,8 +26,5 @@ under the License. <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> </PropertyGroup> - - <ItemGroup> - <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> - </ItemGroup> + </Project> diff --git a/foreign/csharp/Directory.Packages.props b/foreign/csharp/Directory.Packages.props index 2388831f3..525f09c3c 100644 --- a/foreign/csharp/Directory.Packages.props +++ b/foreign/csharp/Directory.Packages.props @@ -27,7 +27,6 @@ under the License. <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" /> <PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="10.0.11" /> <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.9.0" /> - <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.108" /> <PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.10.0" /> <PackageVersion Include="Microsoft.Testing.Extensions.Retry" Version="2.3.3" /> <PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="2.3.3" />
