Moving target framework parsing to runtime #39885
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-HostModel
Microsoft.NET.HostModel issues
Milestone
Background and Motivation
During development of optional workload. We find many part of the system need to parse target framework. "net5.0-windows10.0.18362" means TargetFrameworkIdentifier = .NETCoreApp, TargetFrameworkVersion = 5.0, target platform identifier = windows, target platform version = 10.0.18362. Currently we have msbuild intrinsic already. And we are wondering if it should also be in the runtime.
The C# API is in NuGet.Frameworks today. However, due to DLL hell, we sometimes hesitated to depend on it
Proposed API
Files under https://github.com/NuGet/NuGet.Client/tree/1f1213960012d6452b63a267607d1e237318025e/src/NuGet.Core/NuGet.Frameworks
The text was updated successfully, but these errors were encountered: