msbuild-structured-log-viewer: fix darwin build

This commit is contained in:
David McFarland
2026-02-16 10:01:27 -04:00
parent b75e144307
commit 39aafcb22f
@@ -23,6 +23,8 @@ buildDotnetModule (finalAttrs: {
hash = "sha256-5i5qEwUzk9bUn2F/wcMfIOodcfn4d9ApdADes5e1nIo=";
};
env.AVALONIA_TELEMETRY_OPTOUT = "1";
dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.runtime_8_0;