[Solved] What is the difference between .net Core multi target and .net Standard?
[ad_1] You would need to target multiple frameworks in the csproj file. In the original launch of Visual Studio 2017 there’s no UI for this, but you can do it manually. I believe that there will be UI support for this in an update. It’s just a matter of changing the <TargetFramework> element to <TargetFrameworks> … Read more