Skip to content

Commit e035528

Browse files
deps: Bump the microsoft group with 1 update (#109)
Bumps 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 dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00756b5 commit e035528

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

tests/JD.Efcpt.Build.Tests/JD.Efcpt.Build.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.Build.Locator" Version="1.11.2">
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
2424
<PackageReference Include="Microsoft.Build.Framework" Version="18.3.3">
2525
<ExcludeAssets>runtime</ExcludeAssets>
2626
<PrivateAssets>all</PrivateAssets>

tests/JD.Efcpt.Build.Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
},
4848
"Microsoft.NET.Test.Sdk": {
4949
"type": "Direct",
50-
"requested": "[18.0.1, )",
51-
"resolved": "18.0.1",
52-
"contentHash": "WNpu6vI2rA0pXY4r7NKxCN16XRWl5uHu6qjuyVLoDo6oYEggIQefrMjkRuibQHm/NslIUNCcKftvoWAN80MSAg==",
50+
"requested": "[18.3.0, )",
51+
"resolved": "18.3.0",
52+
"contentHash": "xW3kXuWRQtgoxJp4J+gdhHSQyK+6Wb/AZDSd7lMvuMRYlZ1tnpkojyfZlWilB5G4dmZ0Y0ZxU/M23TlubndNkw==",
5353
"dependencies": {
54-
"Microsoft.CodeCoverage": "18.0.1",
55-
"Microsoft.TestPlatform.TestHost": "18.0.1"
54+
"Microsoft.CodeCoverage": "18.3.0",
55+
"Microsoft.TestPlatform.TestHost": "18.3.0"
5656
}
5757
},
5858
"SQLitePCLRaw.bundle_e_sqlite3": {
@@ -294,8 +294,8 @@
294294
},
295295
"Microsoft.CodeCoverage": {
296296
"type": "Transitive",
297-
"resolved": "18.0.1",
298-
"contentHash": "O+utSr97NAJowIQT/OVp3Lh9QgW/wALVTP4RG1m2AfFP4IyJmJz0ZBmFJUsRQiAPgq6IRC0t8AAzsiPIsaUDEA=="
297+
"resolved": "18.3.0",
298+
"contentHash": "23BNy/vziREC20Wwhb50K7+kZe0m07KlLWDQv4qjJ9tt3QjpDpDIqJFrhYHmMEo9xDkuSp55U/8h4bMF7MiB+g=="
299299
},
300300
"Microsoft.Data.SqlClient": {
301301
"type": "Transitive",
@@ -463,15 +463,15 @@
463463
},
464464
"Microsoft.TestPlatform.ObjectModel": {
465465
"type": "Transitive",
466-
"resolved": "18.0.1",
467-
"contentHash": "qT/mwMcLF9BieRkzOBPL2qCopl8hQu6A1P7JWAoj/FMu5i9vds/7cjbJ/LLtaiwWevWLAeD5v5wjQJ/l6jvhWQ=="
466+
"resolved": "18.3.0",
467+
"contentHash": "AEIEX2aWdPO9XbtR96eBaJxmXRD9vaI9uQ1T/JbPEKlTAZwYx0ZrMzKyULMdh/HH9Sg03kXCoN7LszQ90o6nPQ=="
468468
},
469469
"Microsoft.TestPlatform.TestHost": {
470470
"type": "Transitive",
471-
"resolved": "18.0.1",
472-
"contentHash": "uDJKAEjFTaa2wHdWlfo6ektyoh+WD4/Eesrwb4FpBFKsLGehhACVnwwTI4qD3FrIlIEPlxdXg3SyrYRIcO+RRQ==",
471+
"resolved": "18.3.0",
472+
"contentHash": "twmsoelXnp1uWMU3VGip9f0Jr1mZ0PZqgJdF35CIrdYgYrkHIJMV1m8uKyhcdjLdsQDESHAgkR7KhS9i1qpJag==",
473473
"dependencies": {
474-
"Microsoft.TestPlatform.ObjectModel": "18.0.1",
474+
"Microsoft.TestPlatform.ObjectModel": "18.3.0",
475475
"Newtonsoft.Json": "13.0.3"
476476
}
477477
},

tests/JD.Efcpt.Sdk.IntegrationTests/JD.Efcpt.Sdk.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="coverlet.collector" Version="6.0.4" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
1515
<PackageReference Include="xunit" Version="2.9.3" />
1616
<PackageReference Include="Xunit.SkippableFact" Version="1.5.61" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

tests/JD.Efcpt.Sdk.IntegrationTests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
},
3636
"Microsoft.NET.Test.Sdk": {
3737
"type": "Direct",
38-
"requested": "[18.0.1, )",
39-
"resolved": "18.0.1",
40-
"contentHash": "WNpu6vI2rA0pXY4r7NKxCN16XRWl5uHu6qjuyVLoDo6oYEggIQefrMjkRuibQHm/NslIUNCcKftvoWAN80MSAg==",
38+
"requested": "[18.3.0, )",
39+
"resolved": "18.3.0",
40+
"contentHash": "xW3kXuWRQtgoxJp4J+gdhHSQyK+6Wb/AZDSd7lMvuMRYlZ1tnpkojyfZlWilB5G4dmZ0Y0ZxU/M23TlubndNkw==",
4141
"dependencies": {
42-
"Microsoft.CodeCoverage": "18.0.1",
43-
"Microsoft.TestPlatform.TestHost": "18.0.1"
42+
"Microsoft.CodeCoverage": "18.3.0",
43+
"Microsoft.TestPlatform.TestHost": "18.3.0"
4444
}
4545
},
4646
"Testcontainers.MsSql": {
@@ -127,8 +127,8 @@
127127
},
128128
"Microsoft.CodeCoverage": {
129129
"type": "Transitive",
130-
"resolved": "18.0.1",
131-
"contentHash": "O+utSr97NAJowIQT/OVp3Lh9QgW/wALVTP4RG1m2AfFP4IyJmJz0ZBmFJUsRQiAPgq6IRC0t8AAzsiPIsaUDEA=="
130+
"resolved": "18.3.0",
131+
"contentHash": "23BNy/vziREC20Wwhb50K7+kZe0m07KlLWDQv4qjJ9tt3QjpDpDIqJFrhYHmMEo9xDkuSp55U/8h4bMF7MiB+g=="
132132
},
133133
"Microsoft.Data.SqlClient.SNI.runtime": {
134134
"type": "Transitive",
@@ -252,15 +252,15 @@
252252
},
253253
"Microsoft.TestPlatform.ObjectModel": {
254254
"type": "Transitive",
255-
"resolved": "18.0.1",
256-
"contentHash": "qT/mwMcLF9BieRkzOBPL2qCopl8hQu6A1P7JWAoj/FMu5i9vds/7cjbJ/LLtaiwWevWLAeD5v5wjQJ/l6jvhWQ=="
255+
"resolved": "18.3.0",
256+
"contentHash": "AEIEX2aWdPO9XbtR96eBaJxmXRD9vaI9uQ1T/JbPEKlTAZwYx0ZrMzKyULMdh/HH9Sg03kXCoN7LszQ90o6nPQ=="
257257
},
258258
"Microsoft.TestPlatform.TestHost": {
259259
"type": "Transitive",
260-
"resolved": "18.0.1",
261-
"contentHash": "uDJKAEjFTaa2wHdWlfo6ektyoh+WD4/Eesrwb4FpBFKsLGehhACVnwwTI4qD3FrIlIEPlxdXg3SyrYRIcO+RRQ==",
260+
"resolved": "18.3.0",
261+
"contentHash": "twmsoelXnp1uWMU3VGip9f0Jr1mZ0PZqgJdF35CIrdYgYrkHIJMV1m8uKyhcdjLdsQDESHAgkR7KhS9i1qpJag==",
262262
"dependencies": {
263-
"Microsoft.TestPlatform.ObjectModel": "18.0.1",
263+
"Microsoft.TestPlatform.ObjectModel": "18.3.0",
264264
"Newtonsoft.Json": "13.0.3"
265265
}
266266
},

0 commit comments

Comments
 (0)