2 writes to TargetFramework
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
388
TargetFramework
= TargetFramework,
Microsoft.DotNet.HotReload.Watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
155
TargetFramework
= rootProjectsBuildResult.MainProjectTargetFramework,
9 references to TargetFramework
dotnet-watch (3)
Watch\BuildEvaluator.cs (3)
50
MainProjectOptions.
TargetFramework
,
86
if (MainProjectOptions.
TargetFramework
!= null)
89
arguments.Add(MainProjectOptions.
TargetFramework
);
Microsoft.DotNet.HotReload.Watch (6)
Context\ProjectOptions.cs (1)
19
/// If the project multi-targets and <see cref="
TargetFramework
"/> is null
HotReload\HotReloadDotNetWatcher.cs (2)
367
var targetFramework = mainProjectOptions?.
TargetFramework
;
979
var targetFramework = mainProjectOptions?.
TargetFramework
;
Process\ProjectLauncher.cs (3)
39
var projectNode = projectGraph.TryGetProjectNode(projectOptions.Representation.ProjectGraphPath, projectOptions.
TargetFramework
);
108
if (projectOptions.
TargetFramework
!= null)
111
arguments.Add(projectOptions.
TargetFramework
);