File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed
Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments