Skip to content

Commit b3cc996

Browse files
Bump the testing-infra group with 1 update
Bumps Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing-infra ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71a65e1 commit b3cc996

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<!-- Testing -->
4444
<PackageVersion Include="Shouldly" Version="4.3.0" />
4545
<PackageVersion Include="coverlet.collector" Version="8.0.1" />
46-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
46+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
4747
<PackageVersion Include="xunit" Version="2.9.3" />
4848
<PackageVersion Include="xunit.runner.visualstudio" Version="4.0.0-pre.3" />
4949
<PackageVersion Include="xunit.v3" Version="4.0.0-pre.33" />

tests/ChengYuan.FrameworkKernel.Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
},
4444
"Microsoft.NET.Test.Sdk": {
4545
"type": "Direct",
46-
"requested": "[18.3.0, )",
47-
"resolved": "18.3.0",
48-
"contentHash": "xW3kXuWRQtgoxJp4J+gdhHSQyK+6Wb/AZDSd7lMvuMRYlZ1tnpkojyfZlWilB5G4dmZ0Y0ZxU/M23TlubndNkw==",
46+
"requested": "[18.4.0, )",
47+
"resolved": "18.4.0",
48+
"contentHash": "w49iZdL4HL6V25l41NVQLXWQ+e71GvSkKVteMrOL02gP/PUkcnO/1yEb2s9FntU4wGmJWfKnyrRAhcMHd9ZZNA==",
4949
"dependencies": {
50-
"Microsoft.CodeCoverage": "18.3.0",
51-
"Microsoft.TestPlatform.TestHost": "18.3.0"
50+
"Microsoft.CodeCoverage": "18.4.0",
51+
"Microsoft.TestPlatform.TestHost": "18.4.0"
5252
}
5353
},
5454
"Shouldly": {
@@ -238,8 +238,8 @@
238238
},
239239
"Microsoft.CodeCoverage": {
240240
"type": "Transitive",
241-
"resolved": "18.3.0",
242-
"contentHash": "23BNy/vziREC20Wwhb50K7+kZe0m07KlLWDQv4qjJ9tt3QjpDpDIqJFrhYHmMEo9xDkuSp55U/8h4bMF7MiB+g=="
241+
"resolved": "18.4.0",
242+
"contentHash": "9O0BtCfzCWrkAmK187ugKdq72HHOXoOUjuWFDVc2LsZZ0pOnA9bTt+Sg9q4cF+MoAaUU+MuWtvBuFsnduviJow=="
243243
},
244244
"Microsoft.Data.Sqlite.Core": {
245245
"type": "Transitive",
@@ -566,15 +566,15 @@
566566
},
567567
"Microsoft.TestPlatform.ObjectModel": {
568568
"type": "Transitive",
569-
"resolved": "18.3.0",
570-
"contentHash": "AEIEX2aWdPO9XbtR96eBaJxmXRD9vaI9uQ1T/JbPEKlTAZwYx0ZrMzKyULMdh/HH9Sg03kXCoN7LszQ90o6nPQ=="
569+
"resolved": "18.4.0",
570+
"contentHash": "4L6m2kS2pY5uJ9cpeRxzW22opr6ttScIRqsOpMDQpgENp/ZwxkkQCcmc6LRSURo2dFaaSW5KVflQZvroiJ7Wzg=="
571571
},
572572
"Microsoft.TestPlatform.TestHost": {
573573
"type": "Transitive",
574-
"resolved": "18.3.0",
575-
"contentHash": "twmsoelXnp1uWMU3VGip9f0Jr1mZ0PZqgJdF35CIrdYgYrkHIJMV1m8uKyhcdjLdsQDESHAgkR7KhS9i1qpJag==",
574+
"resolved": "18.4.0",
575+
"contentHash": "gZsCHI+zOmZCcKZieIL4Jg14qKD2OGZOmX5DehuIk1EA9BN6Crm0+taXQNEuajOH1G9CCyBxw8VWR4t5tumcng==",
576576
"dependencies": {
577-
"Microsoft.TestPlatform.ObjectModel": "18.3.0",
577+
"Microsoft.TestPlatform.ObjectModel": "18.4.0",
578578
"Newtonsoft.Json": "13.0.3"
579579
}
580580
},

0 commit comments

Comments
 (0)