Skip to content

Commit c4009d6

Browse files
committed
Remove SourceLink package reference
With .NET 8, SourceLink is available by default. Fixes #304. Signed-off-by: Jon Skeet <[email protected]>
1 parent 6b038d0 commit c4009d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Directory.Build.targets

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
99
</ItemGroup>
1010

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

0 commit comments

Comments
 (0)