4 references to FrameworkOption
dotnet (4)
ReleasePropertyProjectLocator.cs (4)
276
if (commandOptions.
FrameworkOption
!= null)
278
return new(new Dictionary<string, string>() { [MSBuildPropertyNames.TARGET_FRAMEWORK] = commandOptions.
FrameworkOption
});
282
if (commandOptions.
FrameworkOption
is null)
290
newDictionary[MSBuildPropertyNames.TARGET_FRAMEWORK] = commandOptions.
FrameworkOption
;