Update test projects to use "net8.0" as a moniker for testing#2566
Update test projects to use "net8.0" as a moniker for testing#2566ViktorHofer merged 5 commits intodotnet:mainfrom
Conversation
Signed-off-by: Zafer Balkan <zafer@zaferbalkan.com>
Signed-off-by: Zafer Balkan <zafer@zaferbalkan.com>
ViktorHofer
left a comment
There was a problem hiding this comment.
@jeffhandley @adamsitnik I think it would be good to consider this change for the next possible nuget.org release.
|
5 commits for this small change may look a bit messy. Should I squash and force-push or do you prefer a merge with squash after it is approved? |
|
Other than the package version change for System.Memory, these changes only affect tests. The System.CommandLine library already targets |
|
Right but we shouldn't be depending on old / obsolete package dependencies, specifically System.Memory/4.5.4 and Newtonsoft.Json/13.0.2 in upcoming releases. |
|
From PR description
?! |
Good point, I've renamed it to "Update test projects to use "net8.0" as a moniker for testing " |
Since .NET 7.0 EOL, it's better to stick to LTS version that is till supported. I used LTS instead of LTS to minimize friction between new versions.