Skip to content

Commit 4ed1ac8

Browse files
committed
chore(tests): Move Spectre.Console.Testing to Tests project
1 parent b1a71a9 commit 4ed1ac8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

FixNormalization.sln

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ Global
1616
Debug|Any CPU = Debug|Any CPU
1717
Release|Any CPU = Release|Any CPU
1818
EndGlobalSection
19-
GlobalSection(SolutionProperties) = preSolution
20-
HideSolutionNode = FALSE
21-
EndGlobalSection
2219
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2320
{9D89D171-7B60-4AB9-B796-EB2A8D0752CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2421
{9D89D171-7B60-4AB9-B796-EB2A8D0752CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
@@ -29,8 +26,14 @@ Global
2926
{F182A2B9-B40B-48FA-A4D2-D4DD1AF55639}.Release|Any CPU.ActiveCfg = Release|Any CPU
3027
{F182A2B9-B40B-48FA-A4D2-D4DD1AF55639}.Release|Any CPU.Build.0 = Release|Any CPU
3128
EndGlobalSection
29+
GlobalSection(SolutionProperties) = preSolution
30+
HideSolutionNode = FALSE
31+
EndGlobalSection
3232
GlobalSection(NestedProjects) = preSolution
3333
{9D89D171-7B60-4AB9-B796-EB2A8D0752CD} = {526768AD-9796-433E-858C-B9BAC8D98C75}
3434
{F182A2B9-B40B-48FA-A4D2-D4DD1AF55639} = {67D0952D-425C-40F9-BC80-F4D9A91979C8}
3535
EndGlobalSection
36+
GlobalSection(ExtensibilityGlobals) = postSolution
37+
SolutionGuid = {F19D01F9-A3F0-409A-BD6D-C02F6DC2BD7B}
38+
EndGlobalSection
3639
EndGlobal

src/FixNormalization/FixNormalization.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.1" />
2020
<PackageReference Include="Ookii.CommandLine" Version="4.2.0" />
2121
<PackageReference Include="Spectre.Console" Version="0.49.1" />
22-
<PackageReference Include="Spectre.Console.Testing" Version="0.49.1" />
2322
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="21.2.1" />
2423
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="21.2.1" />
2524
</ItemGroup>

tests/FixNormalization.Tests/FixNormalization.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
</PackageReference>
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1818
<PackageReference Include="NSubstitute" Version="5.3.0" />
19+
<PackageReference Include="Spectre.Console.Testing" Version="0.49.1" />
1920
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="21.2.1" />
2021
<PackageReference Include="xunit" Version="2.9.3" />
2122
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">

0 commit comments

Comments
 (0)