cs-codex-dist-tests/Tests/Parallelism.cs

7 lines
81 B
C#
Raw Normal View History

2023-05-04 06:25:48 +00:00
using NUnit.Framework;
2023-05-04 13:22:11 +00:00
[assembly: LevelOfParallelism(1)]
2023-05-04 06:25:48 +00:00
namespace Tests
{
}