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 netstandard2.0.
The short folder name is netstandard2.0
.
The .NET framework name is .NETStandard,Version=v2.0
.
The framework identifier is .NETStandard
.
The framework version is 2.0.0.0
.
The result of ToString()
is .NETStandard,Version=v2.0
.
There is no framework profile.
There is no framework platform.