Skip to content

Commit 15c325f

Browse files
Remove duplication from dependency tree
1 parent df82ede commit 15c325f

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed

src/LibYear.Core/LibYear.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<Nullable>enable</Nullable>
1818
</PropertyGroup>
1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
21-
<PackageReference Include="NuGet.Protocol" Version="6.14.0" />
22-
<PackageReference Include="System.IO.Abstractions" Version="22.0.16" />
20+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="all" />
21+
<PackageReference Include="NuGet.Protocol" Version="7.3.0" />
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>

src/LibYear/LibYear.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<Nullable>enable</Nullable>
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
24-
<PackageReference Include="Spectre.Console.Cli" Version="0.53.0" />
23+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="all" />
24+
<PackageReference Include="Spectre.Console.Cli" Version="0.53.1" />
2525
<ProjectReference Include="../LibYear.Core/LibYear.Core.csproj" />
2626
<None Include="../../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="." />
2727
</ItemGroup>

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: 1 addition & 4 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" />
11-
<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" />
10+
<PackageReference Include="Spectre.Console.Testing" Version="0.54.0" />
1411
<ProjectReference Include="..\..\src\LibYear\LibYear.csproj" />
1512
<ProjectReference Include="..\LibYear.Core.Tests\LibYear.Core.Tests.csproj" />
1613
</ItemGroup>

0 commit comments

Comments
 (0)