Unverified Commit ff9f8f24 authored by David McFarland's avatar David McFarland Committed by GitHub
Browse files

libation: pin dotnet sdk to 10_0_1xx (#500222)

parents 85658d69 d7857612
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildDotnetModule rec {

  env.AVALONIA_TELEMETRY_OPTOUT = "1";

  dotnet-sdk = dotnetCorePackages.sdk_10_0;
  dotnet-sdk = dotnetCorePackages.sdk_10_0_1xx;

  dotnet-runtime = dotnetCorePackages.runtime_10_0;