-
Notifications
You must be signed in to change notification settings - Fork 1
Add Support for installing NuGet Packages #19
Comments
@adamdriscoll any update on this? |
This requires an update to the NuGet package manager and it's not something I can control with PoshTools. :( |
In the absence of being able to use nuget or dotnet to install these packages, do you know how to get the extended wpf toolkit working within a project. I have got the DLL for it, created a reference for it in the project. I have also added the below to the .xaml file:
But when running the project I get the below error:
My .xaml.ps1 file is as below:
I tried adding the |
Manage NuGet Packages is greyed out and doesn't let you install them when developing a project in Powershell Pro Tools.
Specifically the one I want to use is the below to add more functionality to WPF.:
https://www.nuget.org/packages/Extended.Wpf.Toolkit/
The text was updated successfully, but these errors were encountered: