Skip to content

Commit f7d9ddd

Browse files
Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d8b539 commit f7d9ddd

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

tests/ScanEventWorker.Tests/ScanEventWorker.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
1717
<PackageReference Include="NSubstitute" Version="5.3.0" />
1818
<PackageReference Include="xunit" Version="2.9.3" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

tests/ScanEventWorker.Tests/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": "[18.0.1, )",
14-
"resolved": "18.0.1",
15-
"contentHash": "WNpu6vI2rA0pXY4r7NKxCN16XRWl5uHu6qjuyVLoDo6oYEggIQefrMjkRuibQHm/NslIUNCcKftvoWAN80MSAg==",
13+
"requested": "[18.3.0, )",
14+
"resolved": "18.3.0",
15+
"contentHash": "xW3kXuWRQtgoxJp4J+gdhHSQyK+6Wb/AZDSd7lMvuMRYlZ1tnpkojyfZlWilB5G4dmZ0Y0ZxU/M23TlubndNkw==",
1616
"dependencies": {
17-
"Microsoft.CodeCoverage": "18.0.1",
18-
"Microsoft.TestPlatform.TestHost": "18.0.1"
17+
"Microsoft.CodeCoverage": "18.3.0",
18+
"Microsoft.TestPlatform.TestHost": "18.3.0"
1919
}
2020
},
2121
"NSubstitute": {
@@ -107,8 +107,8 @@
107107
},
108108
"Microsoft.CodeCoverage": {
109109
"type": "Transitive",
110-
"resolved": "18.0.1",
111-
"contentHash": "O+utSr97NAJowIQT/OVp3Lh9QgW/wALVTP4RG1m2AfFP4IyJmJz0ZBmFJUsRQiAPgq6IRC0t8AAzsiPIsaUDEA=="
110+
"resolved": "18.3.0",
111+
"contentHash": "23BNy/vziREC20Wwhb50K7+kZe0m07KlLWDQv4qjJ9tt3QjpDpDIqJFrhYHmMEo9xDkuSp55U/8h4bMF7MiB+g=="
112112
},
113113
"Microsoft.Data.SqlClient": {
114114
"type": "Transitive",
@@ -615,15 +615,15 @@
615615
},
616616
"Microsoft.TestPlatform.ObjectModel": {
617617
"type": "Transitive",
618-
"resolved": "18.0.1",
619-
"contentHash": "qT/mwMcLF9BieRkzOBPL2qCopl8hQu6A1P7JWAoj/FMu5i9vds/7cjbJ/LLtaiwWevWLAeD5v5wjQJ/l6jvhWQ=="
618+
"resolved": "18.3.0",
619+
"contentHash": "AEIEX2aWdPO9XbtR96eBaJxmXRD9vaI9uQ1T/JbPEKlTAZwYx0ZrMzKyULMdh/HH9Sg03kXCoN7LszQ90o6nPQ=="
620620
},
621621
"Microsoft.TestPlatform.TestHost": {
622622
"type": "Transitive",
623-
"resolved": "18.0.1",
624-
"contentHash": "uDJKAEjFTaa2wHdWlfo6ektyoh+WD4/Eesrwb4FpBFKsLGehhACVnwwTI4qD3FrIlIEPlxdXg3SyrYRIcO+RRQ==",
623+
"resolved": "18.3.0",
624+
"contentHash": "twmsoelXnp1uWMU3VGip9f0Jr1mZ0PZqgJdF35CIrdYgYrkHIJMV1m8uKyhcdjLdsQDESHAgkR7KhS9i1qpJag==",
625625
"dependencies": {
626-
"Microsoft.TestPlatform.ObjectModel": "18.0.1",
626+
"Microsoft.TestPlatform.ObjectModel": "18.3.0",
627627
"Newtonsoft.Json": "13.0.3"
628628
}
629629
},

0 commit comments

Comments
 (0)