Skip to content
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

Microsoft.Experimentals.Collections missing? #6

Open
norleaf opened this issue Nov 5, 2020 · 1 comment
Open

Microsoft.Experimentals.Collections missing? #6

norleaf opened this issue Nov 5, 2020 · 1 comment

Comments

@norleaf
Copy link

norleaf commented Nov 5, 2020

Hi,

I have never tried commenting on projects before so forgive me if my wording is clumsy and unusual for this forum.

I cloned crazycore yesterday, but could not build, apparantly due to Microsoft.Experimentals.Collections reference not finding anything. I quickly found out that it lived in the corefxlab project here on github and cloned that and built succesfully.

It didn't help much as it builds to NET Standard 2.0 and crazycore is NET Core 1.1 and I get an error sying that MS.E.Collections reference System.Runtime at version 4.2.1 against 4.1.0. I tried following a tip on stackoverflow on how to upgrade System.Runtime version by editing .csproj but again I could not build.

I tried changing CrazyCore to run at NET Core 2.1 (and others) but then System.Numerics.Vectors threw a tantrum.
I also tried lowering MS.E.Collections to NET Standard 1.3 but then it wont build anymore.

I´m using visual studio 2019 Version 16.7.7

Any suggestions to move forward?

best regards
Hans Christian

@simonpbond
Copy link

Same issue. Have been trying to figure out how to build this for a few hours now. No luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants