Skip to content

Commit e4285ba

Browse files
authored
Merge pull request #269 from gitfool/renovate/major-xunit-dotnet-monorepo
2 parents 45be29f + b25ac33 commit e4285ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1919
<PackageReference Include="Serilog.Sinks.XUnit" Version="3.0.19" />
2020
<PackageReference Include="xunit" Version="2.9.3" />
21-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
21+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
2222
</ItemGroup>
2323

2424
<PropertyGroup>

Tests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
},
6868
"xunit.runner.visualstudio": {
6969
"type": "Direct",
70-
"requested": "[2.8.2, )",
71-
"resolved": "2.8.2",
72-
"contentHash": "vm1tbfXhFmjFMUmS4M0J0ASXz3/U5XvXBa6DOQUL3fEz4Vt6YPhv+ESCarx6M6D+9kJkJYZKCNvJMas1+nVfmQ=="
70+
"requested": "[3.0.2, )",
71+
"resolved": "3.0.2",
72+
"contentHash": "oXbusR6iPq0xlqoikjdLvzh+wQDkMv9If58myz9MEzldS4nIcp442Btgs2sWbYWV+caEluMe2pQCZ0hUZgPiow=="
7373
},
7474
"Castle.Core": {
7575
"type": "Transitive",

0 commit comments

Comments
 (0)