diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30de4d98..e8cbbeec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
NOTE: Features with breaking changes are found on branch [releases/v8](https://github.com/FantasticFiasco/mvvm-dialogs/tree/releases/v8) and will stay there until a new major version is released. Until then the features have been published to [www.nuget.org](https://www.nuget.org/packages/MvvmDialogs/) as pre-releases to v8.
+### :syringe: Fixed
+
+- Specify dependency groups in nuspec for each supported framework version
+
## 7.1.0 - 2020-06-07
### :zap: Added
diff --git a/MvvmDialogs.nuspec b/MvvmDialogs.nuspec
index 8798fa82..4f352f9d 100644
--- a/MvvmDialogs.nuspec
+++ b/MvvmDialogs.nuspec
@@ -14,6 +14,16 @@
Framework simplifying the concept of opening dialogs from a view model when using MVVM in WPF or UWP.
For release notes, please see the change log on GitHub.
wpf uwp mvvm dialog window messagebox openfiledialog savefiledialog folderbrowserdialog messagedialog contentdialog fileopenpicker filesavepicker folderpicker
+
+
+
+
+
+
+
+
+
+