Skip to content

v0.9.0 - info about .net framework

Compare
Choose a tag to compare
@enricosada enricosada released this 28 Oct 20:40
· 301 commits to main since this release

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.TargetFramework is now string option (was string), because old sdk project doesnt use that