Skip to content

Commit

Permalink
deps: Update dependency xunit.runner.visualstudio to version 2.5.6
Browse files Browse the repository at this point in the history
Updates-dependency: xunit.runner.visualstudio
Updates-dependency-from-version: 2.5.4
Updates-dependency-to-version: 2.5.6
  • Loading branch information
renovate[bot] committed Dec 23, 2023
1 parent 97d0d31 commit d01dbe0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageReference Include="Xunit.Combinatorial" Version="1.6.24" />
<PackageReference Include="NetArchTest.Rules" Version="1.3.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
Expand Down
18 changes: 9 additions & 9 deletions src/ChangeLog.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
},
"xunit.runner.visualstudio": {
"type": "Direct",
"requested": "[2.5.4, )",
"resolved": "2.5.4",
"contentHash": "YUtEOBdArAISyb1cTWcHc6/bilSDB9q5lc8ughPQP1MqlAKSkxKMBqLQ+tiWMFRBd2o22E59nLD/4V5R3jfZxQ=="
"requested": "[2.5.6, )",
"resolved": "2.5.6",
"contentHash": "CW6uhMXNaQQNMSG1IWhHkBT+V5eqHqn7MP0zfNMhU9wS/sgKX7FGL3rzoaUgt26wkY3bpf7pDVw3IjXhwfiP4w=="
},
"ApprovalUtilities": {
"type": "Transitive",
Expand Down Expand Up @@ -1577,9 +1577,9 @@
},
"xunit.runner.visualstudio": {
"type": "Direct",
"requested": "[2.5.4, )",
"resolved": "2.5.4",
"contentHash": "YUtEOBdArAISyb1cTWcHc6/bilSDB9q5lc8ughPQP1MqlAKSkxKMBqLQ+tiWMFRBd2o22E59nLD/4V5R3jfZxQ=="
"requested": "[2.5.6, )",
"resolved": "2.5.6",
"contentHash": "CW6uhMXNaQQNMSG1IWhHkBT+V5eqHqn7MP0zfNMhU9wS/sgKX7FGL3rzoaUgt26wkY3bpf7pDVw3IjXhwfiP4w=="
},
"ApprovalUtilities": {
"type": "Transitive",
Expand Down Expand Up @@ -3031,9 +3031,9 @@
},
"xunit.runner.visualstudio": {
"type": "Direct",
"requested": "[2.5.4, )",
"resolved": "2.5.4",
"contentHash": "YUtEOBdArAISyb1cTWcHc6/bilSDB9q5lc8ughPQP1MqlAKSkxKMBqLQ+tiWMFRBd2o22E59nLD/4V5R3jfZxQ=="
"requested": "[2.5.6, )",
"resolved": "2.5.6",
"contentHash": "CW6uhMXNaQQNMSG1IWhHkBT+V5eqHqn7MP0zfNMhU9wS/sgKX7FGL3rzoaUgt26wkY3bpf7pDVw3IjXhwfiP4w=="
},
"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 @@ -52,9 +52,9 @@
},
"xunit.runner.visualstudio": {
"type": "Direct",
"requested": "[2.5.4, )",
"resolved": "2.5.4",
"contentHash": "YUtEOBdArAISyb1cTWcHc6/bilSDB9q5lc8ughPQP1MqlAKSkxKMBqLQ+tiWMFRBd2o22E59nLD/4V5R3jfZxQ=="
"requested": "[2.5.6, )",
"resolved": "2.5.6",
"contentHash": "CW6uhMXNaQQNMSG1IWhHkBT+V5eqHqn7MP0zfNMhU9wS/sgKX7FGL3rzoaUgt26wkY3bpf7pDVw3IjXhwfiP4w=="
},
"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.48.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit d01dbe0

Please sign in to comment.