7 references to Version5
Microsoft.VisualStudio.TestPlatform.ObjectModel (7)
Nuget.Frameworks\DefaultFrameworkMappings.cs (2)
309new NuGetFramework(FrameworkConstants.FrameworkIdentifiers.NetCore, FrameworkConstants.Version5), 310new NuGetFramework(FrameworkConstants.FrameworkIdentifiers.NetCore, FrameworkConstants.Version5))),
Nuget.Frameworks\FrameworkConstants.cs (5)
116public static readonly NuGetFramework AspNet50 = new(FrameworkIdentifiers.AspNet, Version5); 117public static readonly NuGetFramework AspNetCore50 = new(FrameworkIdentifiers.AspNetCore, Version5); 124public static readonly NuGetFramework DnxCore50 = new(FrameworkIdentifiers.DnxCore, Version5); 129= new(FrameworkIdentifiers.NetPlatform, Version5); 188public static readonly NuGetFramework Net50 = new(FrameworkIdentifiers.NetCoreApp, Version5);