-
Notifications
You must be signed in to change notification settings - Fork 525
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
.Net 5 package resolution problems with some packages #3921
Comments
where is that one coming from? |
NuGet.Packaging 5.7.0 requested package System.Security.Cryptography.Cng: >= 5.0.0-preview.3.20214.6 (preview) lol what? |
Adding nuget Nuget.Packaging 5.6 works.
|
So the problem is that we need to wait for a "real" stable net5 release and cannot use |
So the "fix" would be to "whitelist" |
Contrary to what I wrote earlier the crash isn't specific to GitLab but it seems unixes in general. For example you can easily reproduce the crash in WSL 2 (Sorry, I confused myself there). So while there is a 'workaround' and it finds a solution on windows the crash should still be investigated as the conflict here is not too complicated and I'd assume this indicates that a lot of other scenarios will crash as well. |
I have seen similar "conflicts" myself locally. It did not end in a crash (or I did not wait long enough), but the conflicht from above does not really sound like a conflict, as only "greater or equal" restrictions are given. In my case, this is the conflict:
If it is likely that this is another problem, I'll open another issue for this. But at least in both cases, I can't see a version conflict from the information given here. |
From fsprojects/FAKE#2544
The text was updated successfully, but these errors were encountered: