Enter a NuGet framework to see how it parses. Both short form (e.g. net45
) and long form (e.g. .NETFramework,Version=v4.5
) are supported.
The input value is net45.
The short folder name is net45
.
The .NET framework name is .NETFramework,Version=v4.5
.
The framework identifier is .NETFramework
.
The framework version is 4.5.0.0
.
The result of ToString()
is .NETFramework,Version=v4.5
.
There is no framework profile.
Platform information is only available in NuGet 5.8.0-preview.1 or later.