3 references to TargetFramework
Microsoft.DotNet.HotReload.Watch (3)
Build\BuildNames.cs (1)
8
public const string TargetFramework = nameof(
TargetFramework
);
Build\ProjectGraphUtilities.cs (1)
23
=> project.GetPropertyValue(PropertyNames.
TargetFramework
);
HotReload\HotReloadDotNetWatcher.cs (1)
1009
if (VirtualProjectBuilder.GetPropertyFromSourceFile(sourcePath, PropertyNames.
TargetFramework
) is { } framework and not "")