Getting an error on Nuget Pack when updating to latest Uno Platform #11994
Answered
by
jeromelaban
assassin316
asked this question in
Q&A
-
I'm updating my library to the latest Uno version. When executing a nuget pack command, I get the following:
When upgrading, I had to update my nuspec from:
to:
I'm assuming I need to install some new packages locally? |
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Apr 18, 2023
Replies: 1 comment 1 reply
-
This is a curious error. Are you using net6.0 targets explicitly? In general, building nuget packages is generally easier to do without nuspec files and use msbuild targets. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
assassin316
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a curious error. Are you using net6.0 targets explicitly? In general, building nuget packages is generally easier to do without nuspec files and use msbuild targets.