Skip to content

Commit 37d6939

Browse files
dependabot[bot]SteveDesmond-ca
authored andcommitted
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] <[email protected]>
1 parent 3bb3599 commit 37d6939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
1212
<PackageReference Include="System.IO.Abstractions" Version="21.2.1" />
1313
<PackageReference Include="xunit" Version="2.9.3" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="NSubstitute" Version="5.3.0" />
1111
<PackageReference Include="Spectre.Console.Testing" Version="0.49.1" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
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)