-
Notifications
You must be signed in to change notification settings - Fork 200
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 Dependencies #105
Comments
The sources for label 2.2.0 and 2.2.1 don't contain the empty group for .NET 4.6.2. This must have been automatically added somewhere. I downloaded the version from the "assets" for the release here in GitHub, and it doesn't contain the empty group either. What's the side effect of the missing 4.6.2? Does it pull in unexpected dependencies? If so, I should do a rerelease, in which case I'll open a new ticket, so I can reference it in the commit history. Retested with NuGet 5.11 and it didn't add the empty 4.6.2 dependency either (but complained there was a missing net40 and net45 dependency, see below). At least I should probably fix that (there are no dependencies that I'm aware of).
|
I've uploaded here the generated packages for testing. |
Raised by https://github.com/romerod in ticket #104.
The nuget package shows depencendencies for 4.6.2.
The empty group "
<group targetFramework=".NETFramework4.6.2" />
" is missing.2.2.0 package:
2.2.1 package:
The text was updated successfully, but these errors were encountered: