-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NuGet update error #350
Comments
Ugh. Turns out my magical tricks to make it put a dependency DLL into the main package aren't completely working. |
Sorry! Should be fixed in the just published package 0.13.1. (It may take up to an hour for it to become available on nuget.org.) |
0.13.1 broke my app. These statements worked fine in version 0.12 |
0.13.0 has several breaking changes, please take a look at the changelog.
Try using
There are several migration ways, depending on your usage of the resulting In the most common case, you'll need the following:
where (I'm sorry, my VB.NET skills may not be up to date, but I did my best) Let me know if you have any further questions. Also, I should note that you are free to skip this 0.13 upgrade for now: it only contains breaking changes (and was released specifically to isolate the scope for further library development). Newer versions will still build on top of 0.13 API, though, so it's good if you'll let me know if any APIs of features are missing for your use cases. |
VS2019 NuGet package manager gives following error when trying to update from 0.12 to 0.13
"Unable to resolve dependency 'WpfMath.Shared'. Source(s) used: 'nuget.org', 'Microsoft Visual Studio Offline Packages'.
The text was updated successfully, but these errors were encountered: