dotnet / reproducible-builds

Contains the DotNet.ReproducibleBuilds package
MIT License
168 stars 18 forks source link

Upgrade Microsoft.SourceLink.* packages to latest version #35

Closed joegoldman2 closed 3 months ago

joegoldman2 commented 6 months ago

Upgrade Microsoft.SourceLink.* packages to latest version.

cc @baronfel.

WeihanLi commented 6 months ago

do we need a condition only for target frameworks not greater than or equal to .NET 8.0, since these references included into .NET SDK since .NET 8

https://github.com/dotnet/sourcelink/?tab=readme-ov-file#using-source-link-in-net-projects

baronfel commented 3 months ago

I rolled this into #36 - thanks for the contribution! Working on a release, and longer term we'll probably need a solution that can conditionally-remove the sourcelink dependencies.