Move EnumExtensions to Core namespace (#7)

This commit is contained in:
Oliver Booth 2022-04-26 10:22:59 +01:00
parent 6580cd6e83
commit 38ae5b0b7e
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
2 changed files with 2 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,4 +1,4 @@
namespace X10D;
namespace X10D.Core;
/// <summary>
/// Extension methods for <see langword="enum" /> types.