Browse Source

Fix package target framework.

pull/1815/head
Jeremy Koritzinsky 8 years ago
parent
commit
4381efeab6
  1. 2
      packages.cake

2
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

Loading…
Cancel
Save