Skip to content

Commit

Permalink
Merge pull request #64 from EnessenE/renames
Browse files Browse the repository at this point in the history
Rename NET6.Tests > Tests
  • Loading branch information
EnessenE authored Dec 5, 2022
2 parents 9f6f331 + 2587035 commit 74340c5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion CM.Text.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CM.Text/CM.Text.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="CM.Text.NET6.Tests" />
<InternalsVisibleTo Include="CM.Text.Tests" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
Expand Down

0 comments on commit 74340c5

Please sign in to comment.