7 lines
92 B
C#
Raw Normal View History

using NUnit.Framework;
[assembly: LevelOfParallelism(100)]
namespace FrameworkTests
{
}