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