The Microsoft.AspNetCore.Watch.BrowserRefresh's net6.0 TFM is causing Microsoft.NETCore.App.Ref and Microsoft.AspNetCore.App.Ref source-build prebuilts in .NET 8.0.
.NET 8.0 source-build only produces the .NET8.0 targeting pack. All projects must reference a net standard or the net current TFM.
I am not familiar with this tool. Can someone help me understand why this needs to be pinned to the older supported net tfm?
cc @mmitche, @pranavkm