We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70b9bf commit 324f8ddCopy full SHA for 324f8dd
LibGit2Sharp.Tests/Properties/AssemblyInfo.cs
@@ -1,5 +1,6 @@
1
using System.Reflection;
2
using System.Runtime.InteropServices;
3
+using Xunit;
4
5
// General Information about an assembly is controlled through the following
6
// set of attributes. Change these attribute values to modify the information
@@ -37,3 +38,5 @@
37
38
39
[assembly: AssemblyVersion("1.0.0.0")]
40
[assembly: AssemblyFileVersion("1.0.0.0")]
41
+
42
+[assembly: CollectionBehavior(DisableTestParallelization = true)]
0 commit comments