| 5 Mar 2025 |
lzcunt | it'd be awesome to get them up to date on this | 21:27:36 |
6pak |  Download image.png | 21:28:52 |
6pak | 40 projects, ouch | 21:28:55 |
lzcunt | oof | 21:29:07 |
6pak | I'd say the ideal solution is to migrate to modern (sdk-style) project format upstream, but that does need a bit msbuild experience | 21:29:55 |
6pak | and it would be a bit of work with 40 projects | 21:30:06 |
lzcunt | I think the reason this happened is that this is a fork and the original kinda died around 2019, this is the only maintained fork so they still use the original's name | 21:30:39 |
lzcunt | worth it for train go vroom vroom | 21:30:47 |
lzcunt | or tcheuf tcheuf | 21:31:04 |
lzcunt | I think I kinda know what I need to do then | 21:31:42 |
GGG | There's a migration tool | 21:31:50 |
GGG | Could probably use that | 21:31:53 |
lzcunt | * I think I kinda know what I need to do then (but now how) | 21:31:53 |
6pak | isn't it VS only? | 21:31:59 |
lzcunt | oh? sounds good | 21:32:05 |
6pak | https://learn.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference | 21:32:05 |
GGG | No, it's CLI | 21:32:07 |
GGG | The .NET Framework upgrade tool | 21:32:23 |
6pak | or you mean for the project format | 21:32:24 |
GGG | It should do this too | 21:32:26 |
6pak | looks like it does, but I doubt it will just work with a project of this size | 21:33:56 |
| 6 Mar 2025 |
lzcunt | Is the migration tool upgrade-assistant? | 20:49:03 |
lzcunt | I think it's the case, the "convert to SDK-style" uption in upgrade-assistant seems to work | 21:00:47 |
lzcunt | * I think it's the case, the "convert to SDK-style" option in upgrade-assistant seems to work | 21:00:53 |
GGG | Yes, that's what I had in mind | 21:10:20 |
lzcunt | It's still tedious doing it for every project | 21:11:18 |
GGG | I think it can work on a solution file if you give it one | 21:13:12 |
lzcunt | Seemingly can't | 21:13:22 |
lzcunt | It does the .NET version upgrade analysis on the entire solution tho | 21:13:44 |
lzcunt | but I'm not interested in version upgrades | 21:13:53 |