diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bbcbfb1a..e45b85a20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Comment after equals in record type is lost. [#2001](https://github.com/fsprojects/fantomas/issues/2001) * Comment after match keyword is lost. [#1851](https://github.com/fsprojects/fantomas/issues/1851) * Preserve in keyword on next line. [#1182](https://github.com/fsprojects/fantomas/issues/1182) +* Remove Ionide.KeepAChangelog.Tasks and Dotnet.ReproducibleBuilds as NuGet dependencies. [#2131](https://github.com/fsprojects/fantomas/pull/2131) ## [4.7.0] - 2022-03-04 diff --git a/src/Fantomas.Client/paket.references b/src/Fantomas.Client/paket.references index 4e0bc55081..900875c1c0 100644 --- a/src/Fantomas.Client/paket.references +++ b/src/Fantomas.Client/paket.references @@ -1,5 +1,5 @@ -Ionide.KeepAChangelog.Tasks -Dotnet.ReproducibleBuilds +Ionide.KeepAChangelog.Tasks copy_local: true +Dotnet.ReproducibleBuilds copy_local: true group client FSharp.Core diff --git a/src/Fantomas.CoreGlobalTool/paket.references b/src/Fantomas.CoreGlobalTool/paket.references index cb2a4d73fe..45bfe93974 100644 --- a/src/Fantomas.CoreGlobalTool/paket.references +++ b/src/Fantomas.CoreGlobalTool/paket.references @@ -4,5 +4,5 @@ Argu StreamJsonRpc Thoth.Json.Net SerilogTraceListener -Ionide.KeepAChangelog.Tasks -Dotnet.ReproducibleBuilds \ No newline at end of file +Ionide.KeepAChangelog.Tasks copy_local: true +Dotnet.ReproducibleBuilds copy_local: true \ No newline at end of file diff --git a/src/Fantomas.Extras/paket.references b/src/Fantomas.Extras/paket.references index 7a4f42f5ae..deb2132611 100644 --- a/src/Fantomas.Extras/paket.references +++ b/src/Fantomas.Extras/paket.references @@ -1,6 +1,5 @@ FSharp.Core -Ionide.KeepAChangelog.Tasks -Dotnet.ReproducibleBuilds +Ionide.KeepAChangelog.Tasks copy_local: true +Dotnet.ReproducibleBuilds copy_local: true editorconfig -MAB.DotIgnore -Microsoft.SourceLink.GitHub \ No newline at end of file +MAB.DotIgnore \ No newline at end of file diff --git a/src/Fantomas/paket.references b/src/Fantomas/paket.references index e1a9c2d75f..d2919492e9 100644 --- a/src/Fantomas/paket.references +++ b/src/Fantomas/paket.references @@ -1,4 +1,4 @@ FSharp.Compiler.Service FSharp.Core -Ionide.KeepAChangelog.Tasks -Dotnet.ReproducibleBuilds \ No newline at end of file +Ionide.KeepAChangelog.Tasks copy_local: true +Dotnet.ReproducibleBuilds copy_local: true \ No newline at end of file