jeikabu / nng.NETCore

MIT License
40 stars 22 forks source link

Visual Studio 19.2 breaks on project structure #58

Open azhmur opened 5 years ago

azhmur commented 5 years ago

I'm not sure if it was changed recently in VS, it seems to me that i have used previous versions without such problems. But with VS 19.2 it tries to convert projects for no reason and ends up with broken project files.

image image

It seems including common.targets doesn't work as expected. I have fixed projects manually, but the long term solution seems to switch to Directory.Build.props and Directory.Build.targets.

jeikabu commented 5 years ago

Interesting, I'll have to take a look at this.