Skip to content

Commit

Permalink
Remove SourceLink package
Browse files Browse the repository at this point in the history
This is redundant now as it's built in to the .NET 8 SDK.
  • Loading branch information
martincostello committed Nov 17, 2023
1 parent 8ded09c commit 21a0e54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="$(MicrosoftExtensionsVersion)" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="MinVer" Version="4.3.0" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="Polly" Version="$(PollyVersion)" />
Expand Down
4 changes: 0 additions & 4 deletions eng/Library.targets
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup Label="SourceLink">
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup Label="SharedNuspecProperties">
<PackageIcon>package-icon.png</PackageIcon>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down

0 comments on commit 21a0e54

Please sign in to comment.