Skip to content

Commit

Permalink
don't include sourcelink build dependency in nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Jun 23, 2021
1 parent 26df5a5 commit e762856
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.53.1] - 2021-06-23

### Changed

- Fixed nuget package spec to not embed sourcelink dependency

## [0.53.0] - 2021-06-22

### Changed
Expand Down
5 changes: 3 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ nuget FSharp.Core
nuget FSharp.Compiler.Service
nuget Argu ~> 5.1

nuget Microsoft.SourceLink.GitHub copy_local: false
# copy_local: true doesn't expose sourcelink as a package dependency
nuget Microsoft.SourceLink.GitHub copy_local: true

nuget Expecto ~> 8.4
nuget Expecto.Diff
nuget Expecto.TestResults ~> 8.4
nuget MedallionShell ~> 1.5.0


# copy_local: false exculdes runtime assets (desired for msbuild)
nuget Microsoft.Build copy_local: false
nuget Microsoft.Build.Framework copy_local: false
nuget Microsoft.Build.Utilities.Core copy_local: false
Expand Down
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ NUGET
System.Security.Cryptography.Xml (>= 4.7)
System.Security.Permissions (>= 4.7)
System.Threading.Tasks.Dataflow (>= 4.9)
Microsoft.Build.Tasks.Git (1.0) - copy_local: false
Microsoft.Build.Tasks.Git (1.0) - copy_local: true
Microsoft.Build.Utilities.Core (16.10) - copy_local: false
Microsoft.Build.Framework (>= 16.10)
Microsoft.NET.StringTools (>= 1.0)
Expand All @@ -90,8 +90,8 @@ NUGET
System.Runtime.CompilerServices.Unsafe (>= 5.0)
Microsoft.NETCore.Platforms (5.0.2) - copy_local: false
Microsoft.NETCore.Targets (5.0)
Microsoft.SourceLink.Common (1.0) - copy_local: false
Microsoft.SourceLink.GitHub (1.0) - copy_local: false
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)
Microsoft.Win32.Primitives (4.3)
Expand Down

0 comments on commit e762856

Please sign in to comment.