Skip to content

Commit 7697b7e

Browse files
dependabot[bot]JeevanJames
authored andcommitted
Bump xunit.runner.visualstudio from 2.4.3 to 2.5.3
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.3 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@v2.4.3...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cec1041 commit 7697b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/IniFile.Tests/IniFile.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Shouldly" Version="4.0.3" />
2727
<PackageReference Include="xunit" Version="2.4.1" />
2828
<PackageReference Include="Xunit.DataAttributes" Version="1.0.0" />
29-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
29+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3232
</PackageReference>

0 commit comments

Comments
 (0)