dotnet / roslyn-tools

Tools used in Roslyn based repos
MIT License
103 stars 75 forks source link

Update all the TFMs to use arcade 9.0 sdk #1398

Closed Cosifne closed 3 months ago

Cosifne commented 3 months ago

Arcade sdks using in the repo hasn't been updated for years. Some TFMs are retired and, we need to update the sdk to move to 1ES.

$(NetFrameworkToolCurrent) means net472 $(NetCurrent) mean net9.0

This will fix the build see validation https://github.com/dotnet/roslyn-tools/pull/1396