Remove SourceLink package reference
With .NET 8, SourceLink is available by default. Fixes #304. Signed-off-by: Jon Skeet <jonskeet@google.com>
This commit is contained in:
parent
6b038d067c
commit
181949f884
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue