Skip to content

Commit b7cc648

Browse files
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a5420a commit b7cc648

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.0" 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.0, )",
20+
"resolved": "18.0.0",
21+
"contentHash": "bvxj2Asb7nT+tqOFFerrhQeEjUYLwx0Poi0Rznu63WbqN+A4uDn1t5NWXfAOOQsF6lpmK6N2v+Vvgso7KWZS7g==",
2222
"dependencies": {
23-
"Microsoft.CodeCoverage": "17.14.1",
24-
"Microsoft.TestPlatform.TestHost": "17.14.1"
23+
"Microsoft.CodeCoverage": "18.0.0",
24+
"Microsoft.TestPlatform.TestHost": "18.0.0"
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.0",
94+
"contentHash": "DFPhMrsIofgJ1DDU3ModqqRArDm15/bNl4ecmcuBspZkZ4ONYnCC0R8U27WzK7cYv6r8l6Q/fRmvg7cb+I/dJA=="
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.0",
348+
"contentHash": "Al/a99ymb8UdEEh6DKNiaoFn5i8fvX5PdM9LfU9Z/Q8NJrlyHHzF+LRHLbR+t89gRsJ2fFMpwYxgEn3eH1BQwA==",
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.0",
356+
"contentHash": "aAxE8Thr9ZHGrljOYaDeLJqitQi75iE4xeEFn6CEGFirlHSn1KwpKPniuEn6zCLZ90Z3XqNlrC3ZJTuvBov45w==",
357357
"dependencies": {
358-
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
358+
"Microsoft.TestPlatform.ObjectModel": "18.0.0",
359359
"Newtonsoft.Json": "13.0.3"
360360
}
361361
},

0 commit comments

Comments
 (0)