You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: