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