Hello everyone and thanks for the help in advance. I am trying to develop a class library using Visual Studio 2019. Unlike earlier versions of VS, the default seems to target .Net 2.0 Standard as the highest framework available. Thus, when this is deployed in other projects, they often require the registration of netstandard 2.0. Not this is the best path to take. Any help would be appreciated.
↧