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 net6.0-windows7.0.
The short folder name is net60-windows7.0
.
The .NET framework name is .NETFramework,Version=v6.0,Profile=windows7.0
.
The framework identifier is .NETFramework
.
The framework version is 6.0.0.0
.
The result of ToString()
is .NETFramework,Version=v6.0,Profile=windows7.0
.
The framework profile is windows7.0
.
Platform information is only available in NuGet 5.8.0-preview.1 or later.