dotnet / format

Home for the dotnet-format command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update net7.0 TFM references to net8.0

MichaelSimons opened this issue · comments

In order to be source-build compliant for the .NET 8.0 release. All projects targeting a net7.0 TFM must be upgraded to net8.0. It is preferred that a new NetCurrent Arcade property be utilized as it eliminates this type of maintenance work for every release.

@jmarolf - Can you take a look at this? It looks like there hasn't been a recent merge of Arcade (#1795) which would be needed to enable this.