Skip to content

Commit

Permalink
deps: Update dependency xunit.runner.visualstudio to version 2.5.1
Browse files Browse the repository at this point in the history
Updates-dependency: xunit.runner.visualstudio
Updates-dependency-from-version: 2.5.0
Updates-dependency-to-version: 2.5.1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Pull-Request: #502
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent 4a5bdd3 commit 10ad810
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/ChangeLog.Test/Grynwald.ChangeLog.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" />
<PackageReference Include="Xunit.Combinatorial" Version="1.6.24" />
<PackageReference Include="NetArchTest.Rules" Version="1.3.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
Expand Down
12 changes: 6 additions & 6 deletions src/ChangeLog.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
},
"xunit.runner.visualstudio": {
"type": "Direct",
"requested": "[2.5.0, )",
"resolved": "2.5.0",
"contentHash": "+Gp9vuC2431yPyKB15YrOTxCuEAErBQUTIs6CquumX1F073UaPHGW0VE/XVJLMh9W4sXdz3TBkcHdFWZrRn2Hw=="
"requested": "[2.5.1, )",
"resolved": "2.5.1",
"contentHash": "W5dQj2tysIY6MHaidZyqyiR7MGFEk+FrvHRapFyhe11HuR4A6aFGSVi8txi+kkXdY9FDjXffU/1PkNzRX52Caw=="
},
"ApprovalUtilities": {
"type": "Transitive",
Expand Down Expand Up @@ -1608,9 +1608,9 @@
},
"xunit.runner.visualstudio": {
"type": "Direct",
"requested": "[2.5.0, )",
"resolved": "2.5.0",
"contentHash": "+Gp9vuC2431yPyKB15YrOTxCuEAErBQUTIs6CquumX1F073UaPHGW0VE/XVJLMh9W4sXdz3TBkcHdFWZrRn2Hw=="
"requested": "[2.5.1, )",
"resolved": "2.5.1",
"contentHash": "W5dQj2tysIY6MHaidZyqyiR7MGFEk+FrvHRapFyhe11HuR4A6aFGSVi8txi+kkXdY9FDjXffU/1PkNzRX52Caw=="
},
"ApprovalUtilities": {
"type": "Transitive",
Expand Down
6 changes: 3 additions & 3 deletions utilities/schema/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
},
"xunit.runner.visualstudio": {
"type": "Direct",
"requested": "[2.5.0, )",
"resolved": "2.5.0",
"contentHash": "+Gp9vuC2431yPyKB15YrOTxCuEAErBQUTIs6CquumX1F073UaPHGW0VE/XVJLMh9W4sXdz3TBkcHdFWZrRn2Hw=="
"requested": "[2.5.1, )",
"resolved": "2.5.1",
"contentHash": "W5dQj2tysIY6MHaidZyqyiR7MGFEk+FrvHRapFyhe11HuR4A6aFGSVi8txi+kkXdY9FDjXffU/1PkNzRX52Caw=="
},
"Autofac": {
"type": "Transitive",
Expand Down
2 changes: 1 addition & 1 deletion utilities/schema/schema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 10ad810

Please sign in to comment.