5 references to TargetFrameworkVersion
dotnet (5)
Commands\Run\CSharpCompilerCommand.cs (1)
53
internal static string TargetFrameworkVersion => Product.
TargetFrameworkVersion
;
Commands\Run\RunCommand.cs (1)
716
Product.
TargetFrameworkVersion
,
Commands\Run\VirtualProjectBuildingCommand.cs (2)
85
public static string TargetFrameworkVersion => Product.
TargetFrameworkVersion
;
86
public static string TargetFramework => $"net{Product.
TargetFrameworkVersion
}";
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
328
Product.
TargetFrameworkVersion
,