From f3cf3843ca6ed24855fbfb99d405a1040f0bca4e Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 16 Aug 2018 21:40:36 -0500 Subject: [PATCH] Fix package path for Avalonia.Win32.Interop. --- packages.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.cake b/packages.cake index 8681299c6d..02512eb8b1 100644 --- a/packages.cake +++ b/packages.cake @@ -473,7 +473,7 @@ public class Packages }, Files = new [] { - new NuSpecContent { Source = "Avalonia.Win32.Interop/bin/" + parameters.DirSuffix + "/Avalonia.Win32.Interop.dll", Target = "lib/net45" } + new NuSpecContent { Source = "Avalonia.Win32.Interop/bin/net461" + parameters.DirSuffix + "/Avalonia.Win32.Interop.dll", Target = "lib/net45" } }, BasePath = context.Directory("./src/Windows"), OutputDirectory = parameters.NugetRoot