Skip to content

Commit

Permalink
Removed unnecessary <ItemGroup> that Nils discovered
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankRay78 committed Nov 6, 2023
1 parent 2d4f339 commit a0a9963
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/Spectre.Console.Cli.Tests/Spectre.Console.Cli.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,4 @@
<ProjectReference Include="..\..\src\Spectre.Console\Spectre.Console.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="Expectations\Help\Default_Without_Args_Additional.Output_EN.verified.txt">
<ParentFile>$([System.String]::Copy('%(FileName)').Split('.')[0])</ParentFile>
</None>
<None Update="Expectations\Help\Default_Greeter.Output.verified.txt">
<ParentFile>$([System.String]::Copy('%(FileName)').Split('.')[0])</ParentFile>
<DependentUpon>%(ParentFile).cs</DependentUpon>
</None>
</ItemGroup>

</Project>

0 comments on commit a0a9963

Please sign in to comment.