diff --git a/CM.Text.NET6.Tests/BuilderTests.cs b/CM.Text.Tests/BuilderTests.cs
similarity index 97%
rename from CM.Text.NET6.Tests/BuilderTests.cs
rename to CM.Text.Tests/BuilderTests.cs
index 3fa3399..24d3c9b 100644
--- a/CM.Text.NET6.Tests/BuilderTests.cs
+++ b/CM.Text.Tests/BuilderTests.cs
@@ -3,7 +3,7 @@
using CM.Text.BusinessMessaging.Model.MultiChannel;
using FluentAssertions;
-namespace CM.Text.NET6.Tests
+namespace CM.Text.Tests
{
[TestClass]
public class BuilderTests
diff --git a/CM.Text.NET6.Tests/BusinessMessagingApiTests.cs b/CM.Text.Tests/BusinessMessagingApiTests.cs
similarity index 99%
rename from CM.Text.NET6.Tests/BusinessMessagingApiTests.cs
rename to CM.Text.Tests/BusinessMessagingApiTests.cs
index be0833d..7494d9a 100644
--- a/CM.Text.NET6.Tests/BusinessMessagingApiTests.cs
+++ b/CM.Text.Tests/BusinessMessagingApiTests.cs
@@ -3,7 +3,7 @@
using CM.Text.BusinessMessaging.Model.MultiChannel;
using FluentAssertions;
-namespace CM.Text.NET6.Tests
+namespace CM.Text.Tests
{
[TestClass]
public class BusinessMessagingApiTests
diff --git a/CM.Text.NET6.Tests/CM.Text.NET6.Tests.csproj b/CM.Text.Tests/CM.Text.Tests.csproj
similarity index 100%
rename from CM.Text.NET6.Tests/CM.Text.NET6.Tests.csproj
rename to CM.Text.Tests/CM.Text.Tests.csproj
diff --git a/CM.Text.NET6.Tests/Usings.cs b/CM.Text.Tests/Usings.cs
similarity index 100%
rename from CM.Text.NET6.Tests/Usings.cs
rename to CM.Text.Tests/Usings.cs
diff --git a/CM.Text.sln b/CM.Text.sln
index 1bc20cb..941bda6 100644
--- a/CM.Text.sln
+++ b/CM.Text.sln
@@ -12,7 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CM.Text.NET6.Tests", "CM.Text.NET6.Tests\CM.Text.NET6.Tests.csproj", "{5389A890-EBC2-45F0-95E3-374B0BD239FF}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CM.Text.Tests", "CM.Text.Tests\CM.Text.Tests.csproj", "{5389A890-EBC2-45F0-95E3-374B0BD239FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{8AC75C4D-CF2F-4E5F-85D2-4BB92C8ED1DE}"
EndProject
diff --git a/CM.Text/CM.Text.csproj b/CM.Text/CM.Text.csproj
index 54db35c..a46922f 100644
--- a/CM.Text/CM.Text.csproj
+++ b/CM.Text/CM.Text.csproj
@@ -59,7 +59,7 @@
-
+