diff --git a/packages.cake b/packages.cake index 7fde3270dd..07d8f9c535 100644 --- a/packages.cake +++ b/packages.cake @@ -473,7 +473,7 @@ public class Packages }, Files = new [] { - new NuSpecContent { Source = "Avalonia.Win32.Interop/bin/net461/" + 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/net461" } }, BasePath = context.Directory("./src/Windows"), OutputDirectory = parameters.NugetRoot