I'm seeing the following build error when using SDK version 6.0.100-preview.5.21253.6 or newer:
.dotnet\sdk\6.0.100-preview.5.21253.6\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(255,5): error NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.
The error is not present with 6.0.100-preview.5.21253.4.
Judging from the error message and time of the SDK builds, I assume this has to do with #17014?
Is there something we have to update in our repo to work around this issue?
(For reference, we're hitting this in dotnet/yarp#972 when trying to move to net6.0 targets)