Skip to content

Commit

Permalink
Remove SourceLink package reference
Browse files Browse the repository at this point in the history
With .NET 8, SourceLink is available by default.

Fixes #304.

Signed-off-by: Jon Skeet <[email protected]>
  • Loading branch information
jskeet committed Aug 14, 2024
1 parent 6b038d0 commit c4009d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
</ItemGroup>

<!-- Use SourceLink for all production projects, and include the licence file -->
<!-- Include the licence file in NuGet packages. -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/>
<None Include="$(RepoRoot)/LICENSE" Pack="true" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit c4009d6

Please sign in to comment.