What's the current story for shared projects with the .NET Core SDK?
I can create a shared project in VS, and reference it from my .NET Core project, but the experience is far from ideal. The shproj is an "old-style" project, where source files are explicitly included. I can use glob patterns, but when I add a new file from VIsual Studio, it's added explicitly to the project, which causes it to be included twice.
Is it possible to make a real .NET Core shared project ?
Any updates on this?
I would also love to know if there are any developments on this. If I can be of any help too!
Almost two years now without any reactions :-/
Most helpful comment
Any updates on this?