Skip to content

Commit

Permalink
Remove Microsoft.SourceLink.GitHub
Browse files Browse the repository at this point in the history
The Microsoft.SourceLink.GitHub package is now added automatically by the .NET SDK.
  • Loading branch information
martincostello committed Sep 12, 2023
1 parent d1f1c0b commit 89b4eb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<ItemGroup>
<PackageReference Include="coverlet.msbuild" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
<PackageReference Include="ReportGenerator" PrivateAssets="All" />
<PackageReference Include="MinVer" PrivateAssets="All" />
</ItemGroup>
Expand All @@ -27,7 +26,6 @@
<MinVerSkip Condition=" '$(Configuration)' == 'Debug' ">true</MinVerSkip>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnableSourceControlManagerQueries>$(EnableSourceLink)</EnableSourceControlManagerQueries>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NoWarn>$(NoWarn);CA1062;CA1303</NoWarn>
<PackageIcon>package-icon.png</PackageIcon>
Expand Down
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0-preview.5.23280.8" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="MinVer" Version="4.3.0" />
<PackageVersion Include="morelinq" Version="3.4.2" />
<PackageVersion Include="NSubstitute" Version="5.0.0" />
Expand Down

0 comments on commit 89b4eb4

Please sign in to comment.