From 4f448f203471a19a1444555a895f503515ad2fda Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 22 Mar 2023 08:36:13 +0300 Subject: Add basic test --- RhSolutions.Tests/Usings.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 RhSolutions.Tests/Usings.cs (limited to 'RhSolutions.Tests/Usings.cs') diff --git a/RhSolutions.Tests/Usings.cs b/RhSolutions.Tests/Usings.cs new file mode 100644 index 0000000..ef40d98 --- /dev/null +++ b/RhSolutions.Tests/Usings.cs @@ -0,0 +1,3 @@ +global using Xunit; +global using Microsoft.Office.Interop.Excel; +global using ExcelDna.Testing; -- cgit v1.2.3