Describe the solution you'd like
dotnet-sdk.dotnet build --runtime=linux-x64 --configuration=Release
Possible fix - adding this to PropertyGroup in App.csproj
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatchuntimePatch>
UPD: looks like it's working and could improve app performance and remove .net runtime dependency