Skip to content

Commit edb34f9

Browse files
Remove duplication from dependency tree
1 parent df82ede commit edb34f9

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

src/LibYear.Core/LibYear.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
2121
<PackageReference Include="NuGet.Protocol" Version="6.14.0" />
22-
<PackageReference Include="System.IO.Abstractions" Version="22.0.16" />
22+
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="22.1.0" />
2323
<None Include="../../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="." />
2424
</ItemGroup>
2525
</Project>

test/LibYear.Core.Tests/LibYear.Core.Tests.csproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@
88
<PackageReference Include="coverlet.collector" Version="6.0.4" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1010
<PackageReference Include="NSubstitute" Version="5.3.0" />
11-
<PackageReference Include="NuGet.Protocol" Version="6.14.0" />
12-
<PackageReference Include="System.IO.Abstractions" Version="22.0.16" />
1311
<PackageReference Include="xunit" Version="2.9.3" />
1412
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
1513
<ProjectReference Include="../../src/LibYear.Core/LibYear.Core.csproj" />
16-
<None Include="FileTypes/packages.config" CopyToOutputDirectory="Always" />
17-
<None Include="FileTypes/project.csproj" CopyToOutputDirectory="Always" />
18-
<None Include="FileTypes/Directory.Build.props" CopyToOutputDirectory="Always" />
19-
<None Include="FileTypes/Directory.Build.targets" CopyToOutputDirectory="Always" />
20-
<None Include="FileTypes/Directory.Packages.props" CopyToOutputDirectory="Always" />
21-
<None Include="FileTypes/RecursiveFolderTest/sub-project.csproj" CopyToOutputDirectory="Always" />
14+
<None Include="FileTypes/**/*.config" CopyToOutputDirectory="Always" />
15+
<None Include="FileTypes/**/*.csproj" CopyToOutputDirectory="Always" />
16+
<None Include="FileTypes/**/*.props" CopyToOutputDirectory="Always" />
17+
<None Include="FileTypes/**/*.targets" CopyToOutputDirectory="Always" />
2218
</ItemGroup>
2319
</Project>

test/LibYear.Tests/LibYear.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="coverlet.collector" Version="6.0.4" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
10-
<PackageReference Include="NSubstitute" Version="5.3.0" />
1110
<PackageReference Include="Spectre.Console.Testing" Version="0.53.0" />
12-
<PackageReference Include="xunit" Version="2.9.3" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
1411
<ProjectReference Include="..\..\src\LibYear\LibYear.csproj" />
1512
<ProjectReference Include="..\LibYear.Core.Tests\LibYear.Core.Tests.csproj" />
1613
</ItemGroup>

0 commit comments

Comments
 (0)