8 references to DnxCore
Microsoft.DotNet.Build.Tasks.Packaging (1)
GeneratePackageReport.cs (1)
188
FrameworkConstants.FrameworkIdentifiers.
DnxCore
,
NuGet.Frameworks (7)
DefaultFrameworkMappings.cs (4)
77
new KeyValuePair<string, string>(FrameworkConstants.FrameworkIdentifiers.
DnxCore
, "dnxcore"),
266
FrameworkConstants.FrameworkIdentifiers.
DnxCore
),
368
FrameworkConstants.FrameworkIdentifiers.
DnxCore
,
603
FrameworkConstants.FrameworkIdentifiers.
DnxCore
,
FrameworkConstants.cs (2)
150
public static readonly NuGetFramework DnxCore = new NuGetFramework(FrameworkIdentifiers.
DnxCore
, EmptyVersion);
151
public static readonly NuGetFramework DnxCore50 = new NuGetFramework(FrameworkIdentifiers.
DnxCore
, Version5);
NuGetFramework.cs (1)
491
FrameworkConstants.FrameworkIdentifiers.
DnxCore
,