diff --git a/build/Rx.props b/build/Rx.props
index e63055da3e..e88ab1ec37 100644
--- a/build/Rx.props
+++ b/build/Rx.props
@@ -5,7 +5,6 @@
-
-
+
diff --git a/packages.cake b/packages.cake
index 4f8cadb4cd..78052e8a5e 100644
--- a/packages.cake
+++ b/packages.cake
@@ -281,11 +281,10 @@ public class Packages
new NuGetPackSettings()
{
Id = "Avalonia.ReactiveUI",
- Dependencies = new []
+ Dependencies = new DependencyBuilder(this)
{
new NuSpecDependency() { Id = "Avalonia", Version = parameters.Version },
- new NuSpecDependency() { Id = "reactiveui", Version = ReactiveUIVersion }
- },
+ }.Deps(new string[] {null}, "reactiveui"),
Files = new []
{
new NuSpecContent { Source = "Avalonia.ReactiveUI.dll", Target = "lib/netstandard1.3" }