瀏覽代碼

Remove Microsoft.SourceLink.GitHub PackageReference (#19744)

SourceLink comes with the SDK now, and having the old package has an incremental build bug, see:
https://github.com/dotnet/sdk/issues/36666#issuecomment-2162173453
Kirill Osenkov 2 周之前
父節點
當前提交
d060f96d52
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      build/SourceLink.props

+ 0 - 4
build/SourceLink.props

@@ -14,10 +14,6 @@
     <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
   </PropertyGroup>
   
-  <ItemGroup>
-    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
-  </ItemGroup>
-
   <!-- Workaround for https://github.com/dotnet/sdk/issues/11105 -->
   <ItemGroup>
     <SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageRoot)))" Condition="'$(NuGetPackageRoot)' != ''" />