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