This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Build against .NET 4.6 to avoid problems with .NET Standard #1849
Closed
Description
@sharwell wrote:
You're compiling against .NET 4.6.1 and referencing packages that ship .NET Standard builds. That can cause problems. You should build against .NET 4.6 to avoid.
https://gitter.im/Microsoft/extendvs?at=5b6b3cac359c70045ca5db89
@sharwell could you elaborate on the potential issues here? I've head about this but never understood the problem.