7 references to DnxCore
Microsoft.VisualStudio.TestPlatform.ObjectModel (7)
Nuget.Frameworks\DefaultFrameworkMappings.cs (4)
78
new KeyValuePair<string, string>(FrameworkConstants.FrameworkIdentifiers.
DnxCore
, "dnxcore"),
267
FrameworkConstants.FrameworkIdentifiers.
DnxCore
),
369
FrameworkConstants.FrameworkIdentifiers.
DnxCore
,
604
FrameworkConstants.FrameworkIdentifiers.
DnxCore
,
Nuget.Frameworks\FrameworkConstants.cs (2)
123
public static readonly NuGetFramework DnxCore = new(FrameworkIdentifiers.
DnxCore
, EmptyVersion);
124
public static readonly NuGetFramework DnxCore50 = new(FrameworkIdentifiers.
DnxCore
, Version5);
Nuget.Frameworks\NuGetFramework.cs (1)
490
FrameworkConstants.FrameworkIdentifiers.
DnxCore
,