1 write to FrameworkOption
dotnet (1)
ReleasePropertyProjectLocator.cs (1)
31
=> (SlnOrProjectArgs, ConfigurationOption,
FrameworkOption
) = (slnOrProjectArgs ?? [], configOption, frameworkOption);
4 references to FrameworkOption
dotnet (4)
ReleasePropertyProjectLocator.cs (4)
289
if (_options.
FrameworkOption
!= null)
291
return new(new Dictionary<string, string>() { [MSBuildPropertyNames.TARGET_FRAMEWORK] = _options.
FrameworkOption
});
295
if (_options.
FrameworkOption
is null)
303
newDictionary[MSBuildPropertyNames.TARGET_FRAMEWORK] = _options.
FrameworkOption
;