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