7 references to Dnx
Microsoft.VisualStudio.TestPlatform.ObjectModel (7)
Nuget.Frameworks\DefaultFrameworkMappings.cs (3)
77
new KeyValuePair<string, string>(FrameworkConstants.FrameworkIdentifiers.
Dnx
, "dnx"),
262
FrameworkConstants.FrameworkIdentifiers.
Dnx
),
607
FrameworkConstants.FrameworkIdentifiers.
Dnx
,
Nuget.Frameworks\FrameworkConstants.cs (4)
119
public static readonly NuGetFramework Dnx = new(FrameworkIdentifiers.
Dnx
, EmptyVersion);
120
public static readonly NuGetFramework Dnx45 = new(FrameworkIdentifiers.
Dnx
, new Version(4, 5, 0, 0));
121
public static readonly NuGetFramework Dnx451 = new(FrameworkIdentifiers.
Dnx
, new Version(4, 5, 1, 0));
122
public static readonly NuGetFramework Dnx452 = new(FrameworkIdentifiers.
Dnx
, new Version(4, 5, 2, 0));