Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
the TargetFrameworkMoniker ( i hope it's the right term) written to project.assets.json is wrong for net5 and higher:
MD writes
"targets": { ".NETFramework,Version=v5.0": {} }
rather than as
"targets": { "net5.0": {} }