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