Skip to content

Commit

Permalink
Remove source link
Browse files Browse the repository at this point in the history
Included in dotnet 8 sdk.
  • Loading branch information
gitfool committed Jan 7, 2024
1 parent 82c5f5a commit e01f855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="NuGetizer" Version="1.2.1" PrivateAssets="All" />
</ItemGroup>
</Project>
34 changes: 3 additions & 31 deletions packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
"version": 1,
"dependencies": {
".NETStandard,Version=v2.0": {
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
"requested": "[1.1.1, )",
"resolved": "1.1.1",
"contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==",
"dependencies": {
"Microsoft.Build.Tasks.Git": "1.1.1",
"Microsoft.SourceLink.Common": "1.1.1"
}
},
"NETStandard.Library": {
"type": "Direct",
"requested": "[2.0.3, )",
Expand All @@ -23,32 +13,14 @@
},
"NuGetizer": {
"type": "Direct",
"requested": "[1.0.4, )",
"resolved": "1.0.4",
"contentHash": "mtY8u7XyBOJ5oJYpGDCQseSBUqjV7e26UbLZRBapkd7AeZlsGMGtOSrF9IMuSGlzdluos7c/qXcr6lNEtWtZRg==",
"dependencies": {
"Devlooped.SponsorLink": "0.10.5"
}
},
"Devlooped.SponsorLink": {
"type": "Transitive",
"resolved": "0.10.5",
"contentHash": "pN72e3YLnTYsbyTG8E0Wa/JUXunf92fwPLfd6F/3TiHKFL3ZZREZpLDocTskGGp/uQWxI3Y8HWQeHyFS0yQ/nw=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
"resolved": "1.1.1",
"contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q=="
"requested": "[1.2.1, )",
"resolved": "1.2.1",
"contentHash": "9+xLkeFvpR0QzClFLaW/JwM+VNDwDQ22+aZmbljDxopk9aWn/MWaWJWgWUotpOUT7xWrijKTp9pfHfLT5BJfig=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.0",
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
},
"Microsoft.SourceLink.Common": {
"type": "Transitive",
"resolved": "1.1.1",
"contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg=="
}
}
}
Expand Down

0 comments on commit e01f855

Please sign in to comment.