4 lines
130 B
C#
4 lines
130 B
C#
|
using Xunit;
|
||
|
|
||
|
// Don't let the tests execute concurrently
|
||
|
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)]
|