2
0
mirror of synced 2025-01-27 00:39:32 +00:00

7 lines
81 B
C#
Raw Normal View History

using NUnit.Framework;
[assembly: LevelOfParallelism(1)]
namespace Tests
{
}