Skip to content

Commit e762856

Browse files
committed
don't include sourcelink build dependency in nuget package
1 parent 26df5a5 commit e762856

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.53.1] - 2021-06-23
8+
9+
### Changed
10+
11+
- Fixed nuget package spec to not embed sourcelink dependency
12+
713
## [0.53.0] - 2021-06-22
814

915
### Changed

paket.dependencies

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ nuget FSharp.Core
99
nuget FSharp.Compiler.Service
1010
nuget Argu ~> 5.1
1111

12-
nuget Microsoft.SourceLink.GitHub copy_local: false
12+
# copy_local: true doesn't expose sourcelink as a package dependency
13+
nuget Microsoft.SourceLink.GitHub copy_local: true
1314

1415
nuget Expecto ~> 8.4
1516
nuget Expecto.Diff
1617
nuget Expecto.TestResults ~> 8.4
1718
nuget MedallionShell ~> 1.5.0
1819

19-
20+
# copy_local: false exculdes runtime assets (desired for msbuild)
2021
nuget Microsoft.Build copy_local: false
2122
nuget Microsoft.Build.Framework copy_local: false
2223
nuget Microsoft.Build.Utilities.Core copy_local: false

paket.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ NUGET
7676
System.Security.Cryptography.Xml (>= 4.7)
7777
System.Security.Permissions (>= 4.7)
7878
System.Threading.Tasks.Dataflow (>= 4.9)
79-
Microsoft.Build.Tasks.Git (1.0) - copy_local: false
79+
Microsoft.Build.Tasks.Git (1.0) - copy_local: true
8080
Microsoft.Build.Utilities.Core (16.10) - copy_local: false
8181
Microsoft.Build.Framework (>= 16.10)
8282
Microsoft.NET.StringTools (>= 1.0)
@@ -90,8 +90,8 @@ NUGET
9090
System.Runtime.CompilerServices.Unsafe (>= 5.0)
9191
Microsoft.NETCore.Platforms (5.0.2) - copy_local: false
9292
Microsoft.NETCore.Targets (5.0)
93-
Microsoft.SourceLink.Common (1.0) - copy_local: false
94-
Microsoft.SourceLink.GitHub (1.0) - copy_local: false
93+
Microsoft.SourceLink.Common (1.0) - copy_local: true
94+
Microsoft.SourceLink.GitHub (1.0) - copy_local: true
9595
Microsoft.Build.Tasks.Git (>= 1.0)
9696
Microsoft.SourceLink.Common (>= 1.0)
9797
Microsoft.Win32.Primitives (4.3)

0 commit comments

Comments
 (0)