5 references to AspNetCore
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
Nuget.Frameworks\DefaultFrameworkMappings.cs (3)
28new KeyValuePair<string, string>("asp.netcore", FrameworkConstants.FrameworkIdentifiers.AspNetCore), 63new KeyValuePair<string, string>(FrameworkConstants.FrameworkIdentifiers.AspNetCore, "aspnetcore"), 605FrameworkConstants.FrameworkIdentifiers.AspNetCore,
Nuget.Frameworks\FrameworkConstants.cs (2)
115public static readonly NuGetFramework AspNetCore = new(FrameworkIdentifiers.AspNetCore, EmptyVersion); 117public static readonly NuGetFramework AspNetCore50 = new(FrameworkIdentifiers.AspNetCore, Version5);