Skip to content

Commit 08976fd

Browse files
dependabot[bot]SteveDesmond-ca
authored andcommitted
Update dependencies
Bump System.IO.Abstractions from 21.1.3 to 21.1.7 Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 21.1.3 to 21.1.7. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v21.1.3...v21.1.7) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.2 to 3.0.0. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/commits) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump System.IO.Abstractions from 21.1.7 to 21.2.1 Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 21.1.7 to 21.2.1. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v21.1.7...v21.2.1) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump coverlet.collector from 6.0.2 to 6.0.3 Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump xunit from 2.9.2 to 2.9.3 Bumps [xunit](https://github.com/xunit/xunit) from 2.9.2 to 2.9.3. - [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Bump xunit.runner.visualstudio from 3.0.0 to 3.0.1 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@3.0.0...3.0.1) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2fdc28c commit 08976fd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/LibYear.Core/LibYear.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ItemGroup>
2121
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
2222
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
23-
<PackageReference Include="System.IO.Abstractions" Version="21.1.3" />
23+
<PackageReference Include="System.IO.Abstractions" Version="21.2.1" />
2424
<None Include="../../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="." />
2525
</ItemGroup>
2626
</Project>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="coverlet.collector" Version="6.0.2" />
8+
<PackageReference Include="coverlet.collector" Version="6.0.3" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1010
<PackageReference Include="NSubstitute" Version="5.3.0" />
1111
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
12-
<PackageReference Include="System.IO.Abstractions" Version="21.1.3" />
13-
<PackageReference Include="xunit" Version="2.9.2" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
12+
<PackageReference Include="System.IO.Abstractions" Version="21.2.1" />
13+
<PackageReference Include="xunit" Version="2.9.3" />
14+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
1515
<ProjectReference Include="../../src/LibYear.Core/LibYear.Core.csproj" />
1616

1717
<None Include="FileTypes/packages.config" CopyToOutputDirectory="Always" />

test/LibYear.Tests/LibYear.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="coverlet.collector" Version="6.0.2" />
8+
<PackageReference Include="coverlet.collector" Version="6.0.3" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1010
<PackageReference Include="NSubstitute" Version="5.3.0" />
1111
<PackageReference Include="Spectre.Console.Testing" Version="0.49.1" />
12-
<PackageReference Include="xunit" Version="2.9.2" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
12+
<PackageReference Include="xunit" Version="2.9.3" />
13+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
1414
<ProjectReference Include="..\..\src\LibYear\LibYear.csproj" />
1515
<ProjectReference Include="..\LibYear.Core.Tests\LibYear.Core.Tests.csproj" />
1616
</ItemGroup>

0 commit comments

Comments
 (0)