Skip to content

Commit

Permalink
Unleashing Parallel Processing
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Aug 24, 2023
1 parent 24de4b9 commit a2989d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup>
<OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen</OtherFlags>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
</PropertyGroup>

</Project>
7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "7.0.400",
"rollForward": "latestMajor",
"allowPrerelease": true
}
}

0 comments on commit a2989d0

Please sign in to comment.