10 lines
276 B
C#
10 lines
276 B
C#
// <copyright file="SharedTestUsings.cs" company="MUnique">
|
|
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
|
|
// </copyright>
|
|
|
|
#pragma warning disable SA1200
|
|
|
|
global using NUnit.Framework;
|
|
|
|
#pragma warning restore SA1200
|