4 references to FrameworkOption
dotnet (4)
ReleasePropertyProjectLocator.cs (4)
285
if (commandOptions.
FrameworkOption
!= null)
287
return new(new Dictionary<string, string>() { [MSBuildPropertyNames.TARGET_FRAMEWORK] = commandOptions.
FrameworkOption
});
291
if (commandOptions.
FrameworkOption
is null)
299
newDictionary[MSBuildPropertyNames.TARGET_FRAMEWORK] = commandOptions.
FrameworkOption
;