Skip to content

Commit e421874

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 1365f4a commit e421874

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
@@ -46,7 +46,7 @@
4646
<!-- Testing -->
4747
<PackageVersion Include="Shouldly" Version="4.3.0" />
4848
<PackageVersion Include="coverlet.collector" Version="8.0.1" />
49-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
49+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
5050
<PackageVersion Include="xunit" Version="2.9.3" />
5151
<PackageVersion Include="xunit.runner.visualstudio" Version="4.0.0-pre.3" />
5252
<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": {
@@ -190,8 +190,8 @@
190190
},
191191
"Microsoft.CodeCoverage": {
192192
"type": "Transitive",
193-
"resolved": "18.3.0",
194-
"contentHash": "23BNy/vziREC20Wwhb50K7+kZe0m07KlLWDQv4qjJ9tt3QjpDpDIqJFrhYHmMEo9xDkuSp55U/8h4bMF7MiB+g=="
193+
"resolved": "18.4.0",
194+
"contentHash": "9O0BtCfzCWrkAmK187ugKdq72HHOXoOUjuWFDVc2LsZZ0pOnA9bTt+Sg9q4cF+MoAaUU+MuWtvBuFsnduviJow=="
195195
},
196196
"Microsoft.Data.Sqlite.Core": {
197197
"type": "Transitive",
@@ -513,15 +513,15 @@
513513
},
514514
"Microsoft.TestPlatform.ObjectModel": {
515515
"type": "Transitive",
516-
"resolved": "18.3.0",
517-
"contentHash": "AEIEX2aWdPO9XbtR96eBaJxmXRD9vaI9uQ1T/JbPEKlTAZwYx0ZrMzKyULMdh/HH9Sg03kXCoN7LszQ90o6nPQ=="
516+
"resolved": "18.4.0",
517+
"contentHash": "4L6m2kS2pY5uJ9cpeRxzW22opr6ttScIRqsOpMDQpgENp/ZwxkkQCcmc6LRSURo2dFaaSW5KVflQZvroiJ7Wzg=="
518518
},
519519
"Microsoft.TestPlatform.TestHost": {
520520
"type": "Transitive",
521-
"resolved": "18.3.0",
522-
"contentHash": "twmsoelXnp1uWMU3VGip9f0Jr1mZ0PZqgJdF35CIrdYgYrkHIJMV1m8uKyhcdjLdsQDESHAgkR7KhS9i1qpJag==",
521+
"resolved": "18.4.0",
522+
"contentHash": "gZsCHI+zOmZCcKZieIL4Jg14qKD2OGZOmX5DehuIk1EA9BN6Crm0+taXQNEuajOH1G9CCyBxw8VWR4t5tumcng==",
523523
"dependencies": {
524-
"Microsoft.TestPlatform.ObjectModel": "18.3.0",
524+
"Microsoft.TestPlatform.ObjectModel": "18.4.0",
525525
"Newtonsoft.Json": "13.0.3"
526526
}
527527
},

0 commit comments

Comments
 (0)