jetbrains.rider: Use unwrapped location of sdk (#358178)

This commit is contained in:
Masum Reza
2024-11-28 22:15:56 +05:30
committed by GitHub
@@ -231,7 +231,7 @@ rec {
for dir in lib/ReSharperHost/linux-*; do
rm -rf $dir/dotnet
ln -s ${dotnet-sdk_7} $dir/dotnet
ln -s ${dotnet-sdk_7.unwrapped}/share/dotnet $dir/dotnet
done
)
'';