GetTargetFrameworkMoniker
target to get framework version of the referenced project, and then NuGet's VersionUtility.GetShortFrameworkName
to determine the folder name.
Extensions.cs
VersionUtility.GetShortFrameworkName
, or they want to use some other way of detecting netstandard projects
VersionUtility.GetShortFrameworkName
in NuGet.Client doesn't mention netstandardX.Y
at all
...\src\ClassLibrary7\bin\Debug\netstandard1.6\ClassLibrary7.dll
.NETFramework,Version=v4.5.1
for `GetTargetFrameworkMoniker, even though it's supposed be netstandard1.6