-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
kind/bugSomething isn't workingSomething isn't workingtriage/untriagedIndicates an issue requires triaging or verification.Indicates an issue requires triaging or verification.
Description
Current behavior
D:\code\uno\temp\temp23250506>type global.json
{
// some comment
"msbuild-sdks": { "Uno.Sdk": "6.0.0-dev.171" },
"sdk": { "allowPrerelease": false }
}
D:\code\uno\temp\temp23250506>nugetupdater -s=. --useNuGetorg -v=dev | findstr "|"
| Package | Referenced version | Updated version |
|---------|--------------------|-----------------|
| Uno.Sdk | 6.0.0-dev.171 | 6.1.0-dev.91 |
D:\code\uno\temp\temp23250506>type global.json
{"msbuild-sdks":{"Uno.Sdk":"6.1.0-dev.91"}}Expected behavior
the comment being dropped, is somewhat understandable
but, the "sdk" property should be preserved
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't workingtriage/untriagedIndicates an issue requires triaging or verification.Indicates an issue requires triaging or verification.