2
0
mirror of synced 2025-02-19 19:48:17 +00:00

7 lines
81 B
C#
Raw Normal View History

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