Upgrade Arcade to .NET 8 SDK and TFM#12096
Conversation
|
from
@alexperovich @mmitche do you remember what needs to be done to update the |
|
@ViktorHofer I'm not really up to speed with the source indexing, but looking at #11995, it seems like @MattGal published a version which might work with v15? Could try changing to1.0.1-20221220.2
|
|
@ViktorHofer I think it may make sense to factor out the TFM property into a top-level property to make upgrades touch fewer files the next time around. |
Arcade already does that (we changed that last year as part of #9127): The file changes in this PR are for props and targets files inside nuget packages which hardcode the TFM. In the past we discussed if we would like to automate that, but the cost vs benefit wasn't great at that time. |
Oh. good call. Thanks. |
|
I'm going to defer my signoff to @lbussell since he did this for the 7.0 release. |
Builds on top of the work from last year: dotnet#12096 Installer version: 9.0.100-alpha.1.23612.1 AspNetCore runtime version: 9.0.0-alpha.1.23577.26
Builds on-top of the work from last year: #9127
The chosen SDK just released today and finally contains the .NET 8 targeting pack and runtime.
To double check: