Skip to content

Commit c4c75d2

Browse files
authored
Merge pull request #281 from gitfool/renovate/major-vstest-monorepo
2 parents 188c825 + 360ec96 commit c4c75d2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="FakeItEasy" Version="8.3.0" />
1616
<PackageReference Include="FluentAssertions" Version="8.7.1" />
1717
<PackageReference Include="JunitXml.TestLogger" Version="6.1.0" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1919
<PackageReference Include="Serilog.Sinks.XUnit" Version="3.0.19" />
2020
<PackageReference Include="xunit" Version="2.9.3" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />

Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
},
3232
"Microsoft.NET.Test.Sdk": {
3333
"type": "Direct",
34-
"requested": "[17.14.1, )",
35-
"resolved": "17.14.1",
36-
"contentHash": "HJKqKOE+vshXra2aEHpi2TlxYX7Z9VFYkr+E5rwEvHC8eIXiyO+K9kNm8vmNom3e2rA56WqxU+/N9NJlLGXsJQ==",
34+
"requested": "[18.0.0, )",
35+
"resolved": "18.0.0",
36+
"contentHash": "bvxj2Asb7nT+tqOFFerrhQeEjUYLwx0Poi0Rznu63WbqN+A4uDn1t5NWXfAOOQsF6lpmK6N2v+Vvgso7KWZS7g==",
3737
"dependencies": {
38-
"Microsoft.CodeCoverage": "17.14.1",
39-
"Microsoft.TestPlatform.TestHost": "17.14.1"
38+
"Microsoft.CodeCoverage": "18.0.0",
39+
"Microsoft.TestPlatform.TestHost": "18.0.0"
4040
}
4141
},
4242
"Serilog.Sinks.XUnit": {
@@ -107,8 +107,8 @@
107107
},
108108
"Microsoft.CodeCoverage": {
109109
"type": "Transitive",
110-
"resolved": "17.14.1",
111-
"contentHash": "pmTrhfFIoplzFVbhVwUquT+77CbGH+h4/3mBpdmIlYtBi9nAB+kKI6dN3A/nV4DFi3wLLx/BlHIPK+MkbQ6Tpg=="
110+
"resolved": "18.0.0",
111+
"contentHash": "DFPhMrsIofgJ1DDU3ModqqRArDm15/bNl4ecmcuBspZkZ4ONYnCC0R8U27WzK7cYv6r8l6Q/fRmvg7cb+I/dJA=="
112112
},
113113
"Microsoft.Extensions.Configuration": {
114114
"type": "Transitive",
@@ -395,18 +395,18 @@
395395
},
396396
"Microsoft.TestPlatform.ObjectModel": {
397397
"type": "Transitive",
398-
"resolved": "17.14.1",
399-
"contentHash": "xTP1W6Mi6SWmuxd3a+jj9G9UoC850WGwZUps1Wah9r1ZxgXhdJfj1QqDLJkFjHDCvN42qDL2Ps5KjQYWUU0zcQ==",
398+
"resolved": "18.0.0",
399+
"contentHash": "Al/a99ymb8UdEEh6DKNiaoFn5i8fvX5PdM9LfU9Z/Q8NJrlyHHzF+LRHLbR+t89gRsJ2fFMpwYxgEn3eH1BQwA==",
400400
"dependencies": {
401401
"System.Reflection.Metadata": "8.0.0"
402402
}
403403
},
404404
"Microsoft.TestPlatform.TestHost": {
405405
"type": "Transitive",
406-
"resolved": "17.14.1",
407-
"contentHash": "d78LPzGKkJwsJXAQwsbJJ7LE7D1wB+rAyhHHAaODF+RDSQ0NgMjDFkSA1Djw18VrxO76GlKAjRUhl+H8NL8Z+Q==",
406+
"resolved": "18.0.0",
407+
"contentHash": "aAxE8Thr9ZHGrljOYaDeLJqitQi75iE4xeEFn6CEGFirlHSn1KwpKPniuEn6zCLZ90Z3XqNlrC3ZJTuvBov45w==",
408408
"dependencies": {
409-
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
409+
"Microsoft.TestPlatform.ObjectModel": "18.0.0",
410410
"Newtonsoft.Json": "13.0.3"
411411
}
412412
},

0 commit comments

Comments
 (0)