Move Extensions to Core namespace

This commit is contained in:
Oliver Booth 2022-04-22 09:28:03 +01:00
parent 07ea06b9be
commit a5df7a9ee8
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using X10D.Core;
namespace X10D.Tests.Core;

View File

@ -1,5 +1,6 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using X10D.Collections;
using X10D.Core;
namespace X10D.Tests.Core;

View File

@ -1,4 +1,4 @@
namespace X10D;
namespace X10D.Core;
/// <summary>
/// Extension methods which apply to all types.