Closed AdmiralSnyder closed 6 years ago
hmm... you are running restore first, right?
i hadn't, i thought VS would do it, as it said in the status bar. but to be safe, i downloaded nuget.exe and ran nuget restore. but the error persisted.
if not, i'll create an issue.
Yes please. Thanks.
whoa, hours of trying and thinking and i found the problem: seems they changed the collation (that's the correct word for the way letters are ordered, right?) from non-preview to preview: if you change portable-net45+win8+wpa81+wp8 to portable-net45+win8+wp8+wpa81, it works. I haven't tested this with nonpreview vs yet. do you have an idea where to create that issue?
I believe this is fixed by a33401b0fcf
I cannot compile the project CodeGeneration.Roslyn.Attributes in VS2017 (15.5.0 preview 2.0) as long as the entry portable-net45+win8+wpa81+wp8 is in its
<TargetFramework>
-node. are there any dependencies i am missing?