Unverified Commit 80a596aa authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

jetbrains: bump dotnet version to 10 (#473119)

parents b50f3228 ad4649cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ let

  products = versions.${system} or (throw "Unsupported system: ${system}");

  dotnet-sdk = dotnetCorePackages.sdk_9_0-source;
  dotnet-sdk = dotnetCorePackages.sdk_10_0-source;

  package = if stdenv.hostPlatform.isDarwin then ./bin/darwin.nix else ./bin/linux.nix;
  mkJetBrainsProductCore = callPackage package { inherit vmopts; };