From a2989d0e55fd68c587370d353aa29e10d12cb2ef Mon Sep 17 00:00:00 2001 From: edgardev Date: Thu, 24 Aug 2023 14:37:47 +0200 Subject: [PATCH] Unleashing Parallel Processing --- Directory.Build.props | 5 +++++ global.json | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 global.json diff --git a/Directory.Build.props b/Directory.Build.props index 257c87297..0b9322c2b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -18,4 +18,9 @@ snupkg + + $(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen + true + + \ No newline at end of file diff --git a/global.json b/global.json new file mode 100644 index 000000000..c39fd0056 --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "7.0.400", + "rollForward": "latestMajor", + "allowPrerelease": true + } +} \ No newline at end of file