Trouble downloading WixSharp.. What am I missing? #1442
MarkHaroldson
started this conversation in
General
Replies: 2 comments
-
I figured it out. I added the the nuget package to a .Net Core project, rather than a .Net Framework project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Happens to me too, from time to time. :) I wish nuget manager notifies about this explicitly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to create a sample ".msi" package in c#.
When I download any of the WixSharp packages via NUGET I only get msbuild targets and not any binaries that I can use in my C# code.
using WixSharp; // <== This does not resolve.
What am I missing?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions