Skip to content

Commit a45bc3c

Browse files
authored
Merge pull request #36 from tumugin/renovate/major-vstest-monorepo
Update dependency Microsoft.NET.Test.Sdk to v18
2 parents 972ded8 + 5c183b6 commit a45bc3c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

GCPCostNotifier.Test/GCPCostNotifier.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1414
<PackageReference Include="NUnit" Version="4.4.0" />
1515
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
1616
<PackageReference Include="NUnit.Analyzers" Version="4.11.2">

GCPCostNotifier.Test/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"Microsoft.NET.Test.Sdk": {
1212
"type": "Direct",
13-
"requested": "[17.14.1, )",
14-
"resolved": "17.14.1",
15-
"contentHash": "HJKqKOE+vshXra2aEHpi2TlxYX7Z9VFYkr+E5rwEvHC8eIXiyO+K9kNm8vmNom3e2rA56WqxU+/N9NJlLGXsJQ==",
13+
"requested": "[18.0.1, )",
14+
"resolved": "18.0.1",
15+
"contentHash": "WNpu6vI2rA0pXY4r7NKxCN16XRWl5uHu6qjuyVLoDo6oYEggIQefrMjkRuibQHm/NslIUNCcKftvoWAN80MSAg==",
1616
"dependencies": {
17-
"Microsoft.CodeCoverage": "17.14.1",
18-
"Microsoft.TestPlatform.TestHost": "17.14.1"
17+
"Microsoft.CodeCoverage": "18.0.1",
18+
"Microsoft.TestPlatform.TestHost": "18.0.1"
1919
}
2020
},
2121
"NUnit": {
@@ -157,8 +157,8 @@
157157
},
158158
"Microsoft.CodeCoverage": {
159159
"type": "Transitive",
160-
"resolved": "17.14.1",
161-
"contentHash": "pmTrhfFIoplzFVbhVwUquT+77CbGH+h4/3mBpdmIlYtBi9nAB+kKI6dN3A/nV4DFi3wLLx/BlHIPK+MkbQ6Tpg=="
160+
"resolved": "18.0.1",
161+
"contentHash": "O+utSr97NAJowIQT/OVp3Lh9QgW/wALVTP4RG1m2AfFP4IyJmJz0ZBmFJUsRQiAPgq6IRC0t8AAzsiPIsaUDEA=="
162162
},
163163
"Microsoft.Extensions.DependencyInjection.Abstractions": {
164164
"type": "Transitive",
@@ -224,18 +224,18 @@
224224
},
225225
"Microsoft.TestPlatform.ObjectModel": {
226226
"type": "Transitive",
227-
"resolved": "17.14.1",
228-
"contentHash": "xTP1W6Mi6SWmuxd3a+jj9G9UoC850WGwZUps1Wah9r1ZxgXhdJfj1QqDLJkFjHDCvN42qDL2Ps5KjQYWUU0zcQ==",
227+
"resolved": "18.0.1",
228+
"contentHash": "qT/mwMcLF9BieRkzOBPL2qCopl8hQu6A1P7JWAoj/FMu5i9vds/7cjbJ/LLtaiwWevWLAeD5v5wjQJ/l6jvhWQ==",
229229
"dependencies": {
230230
"System.Reflection.Metadata": "8.0.0"
231231
}
232232
},
233233
"Microsoft.TestPlatform.TestHost": {
234234
"type": "Transitive",
235-
"resolved": "17.14.1",
236-
"contentHash": "d78LPzGKkJwsJXAQwsbJJ7LE7D1wB+rAyhHHAaODF+RDSQ0NgMjDFkSA1Djw18VrxO76GlKAjRUhl+H8NL8Z+Q==",
235+
"resolved": "18.0.1",
236+
"contentHash": "uDJKAEjFTaa2wHdWlfo6ektyoh+WD4/Eesrwb4FpBFKsLGehhACVnwwTI4qD3FrIlIEPlxdXg3SyrYRIcO+RRQ==",
237237
"dependencies": {
238-
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
238+
"Microsoft.TestPlatform.ObjectModel": "18.0.1",
239239
"Newtonsoft.Json": "13.0.3"
240240
}
241241
},

0 commit comments

Comments
 (0)