AssemblyInfo.cs 361 B

12345678910
  1. // Copyright (c) The Avalonia Project. All rights reserved.
  2. // Licensed under the MIT license. See licence.md file in the project root for full license information.
  3. using System.Reflection;
  4. using Xunit;
  5. [assembly: AssemblyTitle("Avalonia.Animation.UnitTests")]
  6. // Don't run tests in parallel.
  7. [assembly: CollectionBehavior(DisableTestParallelization = true)]