From 1d7e8878d7584cb74967226c5352175aea110cc4 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Tue, 10 Sep 2024 16:06:23 +0200 Subject: [PATCH] fix: bundle dependencies into the package for net6.0 fix #23 --- CHANGELOG.md | 6 ++++++ .../Ionide.KeepAChangelog.Tasks.fsproj | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a89f5..d48c6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +### Fixed + +* Fix bundled dependencies into the package for net6.0 + ## [0.2.0] - 2023.12.05 ### Changed diff --git a/src/Ionide.KeepAChangelog.Tasks/Ionide.KeepAChangelog.Tasks.fsproj b/src/Ionide.KeepAChangelog.Tasks/Ionide.KeepAChangelog.Tasks.fsproj index 906a5b7..77607a0 100644 --- a/src/Ionide.KeepAChangelog.Tasks/Ionide.KeepAChangelog.Tasks.fsproj +++ b/src/Ionide.KeepAChangelog.Tasks/Ionide.KeepAChangelog.Tasks.fsproj @@ -1,4 +1,4 @@ - + net472;net6.0 @@ -13,6 +13,7 @@ true + true