v0.9.0 - info about .net framework
get info about .net framework (reference path, installed versions)
find .net framework reference path
cli arg --net-fw-references-path, used as --net-fw-references-path System System.Data
This support also -f (--framework) argument, like -f v4.7.
Note that the value is the target framework version (TargetFrameworkVersion msbuild prop)
this command doesnt need a project to be used
find installed .net framework versions
cli arg --installed-net-frameworks
list of the installed .NET Frameworks versions
this command doesnt need a project to be used
Additional
- fix
--project-reference, now show the project refs paths - minor breaking change,
ResolvedP2PRefsInfo.TargetFrameworkis nowstring option(wasstring), because old sdk project doesnt use that