Skip to content

Commit b598495

Browse files
authored
jetbrains.rider: use dotnet sdk 8 as sdk 7 has been marked insecure (#360383)
2 parents 23a7a7d + cad8b48 commit b598495

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgs/applications/editors/jetbrains/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ in
1414
, zlib
1515
, python3
1616
, lldb
17-
, dotnet-sdk_7
1817
, dotnet-sdk_8
1918
, maven
2019
, openssl
@@ -241,7 +240,7 @@ rec {
241240
242241
for dir in lib/ReSharperHost/linux-*; do
243242
rm -rf $dir/dotnet
244-
ln -s ${dotnet-sdk_7.unwrapped}/share/dotnet $dir/dotnet
243+
ln -s ${dotnet-sdk_8.unwrapped}/share/dotnet $dir/dotnet
245244
done
246245
)
247246
'';

0 commit comments

Comments
 (0)