Skip to content

Commit 65e934a

Browse files
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c909985 commit 65e934a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

test/Dotnet.Samples.AspNetCore.WebApi.Tests/Dotnet.Samples.AspNetCore.WebApi.Tests.csproj

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

1111
<ItemGroup Label="Test dependencies">
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" PrivateAssets="all" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" PrivateAssets="all" />
1313
<PackageReference Include="Moq" Version="4.20.72" PrivateAssets="all" />
1414
<PackageReference Include="FluentAssertions" Version="8.8.0" PrivateAssets="all" />
1515
<PackageReference Include="xunit" Version="2.9.3" PrivateAssets="all" />

test/Dotnet.Samples.AspNetCore.WebApi.Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"Microsoft.NET.Test.Sdk": {
1818
"type": "Direct",
19-
"requested": "[17.14.1, )",
20-
"resolved": "17.14.1",
21-
"contentHash": "HJKqKOE+vshXra2aEHpi2TlxYX7Z9VFYkr+E5rwEvHC8eIXiyO+K9kNm8vmNom3e2rA56WqxU+/N9NJlLGXsJQ==",
19+
"requested": "[18.0.1, )",
20+
"resolved": "18.0.1",
21+
"contentHash": "WNpu6vI2rA0pXY4r7NKxCN16XRWl5uHu6qjuyVLoDo6oYEggIQefrMjkRuibQHm/NslIUNCcKftvoWAN80MSAg==",
2222
"dependencies": {
23-
"Microsoft.CodeCoverage": "17.14.1",
24-
"Microsoft.TestPlatform.TestHost": "17.14.1"
23+
"Microsoft.CodeCoverage": "18.0.1",
24+
"Microsoft.TestPlatform.TestHost": "18.0.1"
2525
}
2626
},
2727
"Moq": {
@@ -90,8 +90,8 @@
9090
},
9191
"Microsoft.CodeCoverage": {
9292
"type": "Transitive",
93-
"resolved": "17.14.1",
94-
"contentHash": "pmTrhfFIoplzFVbhVwUquT+77CbGH+h4/3mBpdmIlYtBi9nAB+kKI6dN3A/nV4DFi3wLLx/BlHIPK+MkbQ6Tpg=="
93+
"resolved": "18.0.1",
94+
"contentHash": "O+utSr97NAJowIQT/OVp3Lh9QgW/wALVTP4RG1m2AfFP4IyJmJz0ZBmFJUsRQiAPgq6IRC0t8AAzsiPIsaUDEA=="
9595
},
9696
"Microsoft.Data.Sqlite.Core": {
9797
"type": "Transitive",
@@ -344,18 +344,18 @@
344344
},
345345
"Microsoft.TestPlatform.ObjectModel": {
346346
"type": "Transitive",
347-
"resolved": "17.14.1",
348-
"contentHash": "xTP1W6Mi6SWmuxd3a+jj9G9UoC850WGwZUps1Wah9r1ZxgXhdJfj1QqDLJkFjHDCvN42qDL2Ps5KjQYWUU0zcQ==",
347+
"resolved": "18.0.1",
348+
"contentHash": "qT/mwMcLF9BieRkzOBPL2qCopl8hQu6A1P7JWAoj/FMu5i9vds/7cjbJ/LLtaiwWevWLAeD5v5wjQJ/l6jvhWQ==",
349349
"dependencies": {
350350
"System.Reflection.Metadata": "8.0.0"
351351
}
352352
},
353353
"Microsoft.TestPlatform.TestHost": {
354354
"type": "Transitive",
355-
"resolved": "17.14.1",
356-
"contentHash": "d78LPzGKkJwsJXAQwsbJJ7LE7D1wB+rAyhHHAaODF+RDSQ0NgMjDFkSA1Djw18VrxO76GlKAjRUhl+H8NL8Z+Q==",
355+
"resolved": "18.0.1",
356+
"contentHash": "uDJKAEjFTaa2wHdWlfo6ektyoh+WD4/Eesrwb4FpBFKsLGehhACVnwwTI4qD3FrIlIEPlxdXg3SyrYRIcO+RRQ==",
357357
"dependencies": {
358-
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
358+
"Microsoft.TestPlatform.ObjectModel": "18.0.1",
359359
"Newtonsoft.Json": "13.0.3"
360360
}
361361
},

0 commit comments

Comments
 (0)