Skip to content

Commit

Permalink
Merge pull request #1377 from baronfel/sourcelink-private
Browse files Browse the repository at this point in the history
set sourcelink to be a private asset so that it doesn't get added to package dependencies
  • Loading branch information
cartermp authored Apr 27, 2021
2 parents b719e98 + a55290a commit bad0e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fs
github fsprojects/FSharp.TypeProviders.SDK tests/ProvidedTypesTesting.fs

nuget FSharp.Core >= 4.7.2
nuget Microsoft.SourceLink.GitHub
nuget Microsoft.SourceLink.GitHub copy_local: true

group Fake
source https://api.nuget.org/v3/index.json
Expand Down
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RESTRICTION: || (== net50) (== netstandard2.0)
NUGET
remote: https://api.nuget.org/v3/index.json
FSharp.Core (5.0.1)
Microsoft.Build.Tasks.Git (1.0)
Microsoft.Build.Tasks.Git (1.0) - copy_local: true
Microsoft.NETCore.App (2.2.8)
Microsoft.NETCore.DotNetHostPolicy (>= 2.2.8) - restriction: || (== net50) (&& (== netstandard2.0) (>= netcoreapp2.2))
Microsoft.NETCore.Platforms (>= 2.2.4) - restriction: || (== net50) (&& (== netstandard2.0) (>= netcoreapp2.2))
Expand All @@ -15,8 +15,8 @@ NUGET
Microsoft.NETCore.DotNetAppHost (>= 5.0.3)
Microsoft.NETCore.Platforms (5.0.1) - restriction: || (== net50) (&& (== netstandard2.0) (>= netcoreapp2.2))
Microsoft.NETCore.Targets (5.0) - restriction: || (== net50) (&& (== netstandard2.0) (>= netcoreapp2.2))
Microsoft.SourceLink.Common (1.0)
Microsoft.SourceLink.GitHub (1.0)
Microsoft.SourceLink.Common (1.0) - copy_local: true
Microsoft.SourceLink.GitHub (1.0) - copy_local: true
Microsoft.Build.Tasks.Git (>= 1.0)
Microsoft.SourceLink.Common (>= 1.0)
NETStandard.Library (2.0.3) - restriction: || (== net50) (&& (== netstandard2.0) (>= netcoreapp2.2))
Expand Down

0 comments on commit bad0e36

Please sign in to comment.