Skip to content

Commit e3ce727

Browse files
Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 (#112)
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46a51d2 commit e3ce727

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

src/Sleddog.Blink1.ExplicitTests/Sleddog.Blink1.ExplicitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1111
<PackageReference Include="xunit" Version="2.9.3" />
1212
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1313
<PrivateAssets>all</PrivateAssets>

src/Sleddog.Blink1.ExplicitTests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"net9.0": {
55
"Microsoft.NET.Test.Sdk": {
66
"type": "Direct",
7-
"requested": "[18.0.0, )",
8-
"resolved": "18.0.0",
9-
"contentHash": "bvxj2Asb7nT+tqOFFerrhQeEjUYLwx0Poi0Rznu63WbqN+A4uDn1t5NWXfAOOQsF6lpmK6N2v+Vvgso7KWZS7g==",
7+
"requested": "[18.0.1, )",
8+
"resolved": "18.0.1",
9+
"contentHash": "WNpu6vI2rA0pXY4r7NKxCN16XRWl5uHu6qjuyVLoDo6oYEggIQefrMjkRuibQHm/NslIUNCcKftvoWAN80MSAg==",
1010
"dependencies": {
11-
"Microsoft.CodeCoverage": "18.0.0",
12-
"Microsoft.TestPlatform.TestHost": "18.0.0"
11+
"Microsoft.CodeCoverage": "18.0.1",
12+
"Microsoft.TestPlatform.TestHost": "18.0.1"
1313
}
1414
},
1515
"xunit": {
@@ -39,23 +39,23 @@
3939
},
4040
"Microsoft.CodeCoverage": {
4141
"type": "Transitive",
42-
"resolved": "18.0.0",
43-
"contentHash": "DFPhMrsIofgJ1DDU3ModqqRArDm15/bNl4ecmcuBspZkZ4ONYnCC0R8U27WzK7cYv6r8l6Q/fRmvg7cb+I/dJA=="
42+
"resolved": "18.0.1",
43+
"contentHash": "O+utSr97NAJowIQT/OVp3Lh9QgW/wALVTP4RG1m2AfFP4IyJmJz0ZBmFJUsRQiAPgq6IRC0t8AAzsiPIsaUDEA=="
4444
},
4545
"Microsoft.TestPlatform.ObjectModel": {
4646
"type": "Transitive",
47-
"resolved": "18.0.0",
48-
"contentHash": "Al/a99ymb8UdEEh6DKNiaoFn5i8fvX5PdM9LfU9Z/Q8NJrlyHHzF+LRHLbR+t89gRsJ2fFMpwYxgEn3eH1BQwA==",
47+
"resolved": "18.0.1",
48+
"contentHash": "qT/mwMcLF9BieRkzOBPL2qCopl8hQu6A1P7JWAoj/FMu5i9vds/7cjbJ/LLtaiwWevWLAeD5v5wjQJ/l6jvhWQ==",
4949
"dependencies": {
5050
"System.Reflection.Metadata": "8.0.0"
5151
}
5252
},
5353
"Microsoft.TestPlatform.TestHost": {
5454
"type": "Transitive",
55-
"resolved": "18.0.0",
56-
"contentHash": "aAxE8Thr9ZHGrljOYaDeLJqitQi75iE4xeEFn6CEGFirlHSn1KwpKPniuEn6zCLZ90Z3XqNlrC3ZJTuvBov45w==",
55+
"resolved": "18.0.1",
56+
"contentHash": "uDJKAEjFTaa2wHdWlfo6ektyoh+WD4/Eesrwb4FpBFKsLGehhACVnwwTI4qD3FrIlIEPlxdXg3SyrYRIcO+RRQ==",
5757
"dependencies": {
58-
"Microsoft.TestPlatform.ObjectModel": "18.0.0",
58+
"Microsoft.TestPlatform.ObjectModel": "18.0.1",
5959
"Newtonsoft.Json": "13.0.3"
6060
}
6161
},

src/Sleddog.Blink1.Tests/Sleddog.Blink1.Tests.csproj

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

99
<ItemGroup>
1010
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.1" />
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1212
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1313
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
1414
<PackageReference Include="xunit" Version="2.9.3" />

src/Sleddog.Blink1.Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"Microsoft.NET.Test.Sdk": {
1616
"type": "Direct",
17-
"requested": "[18.0.0, )",
18-
"resolved": "18.0.0",
19-
"contentHash": "bvxj2Asb7nT+tqOFFerrhQeEjUYLwx0Poi0Rznu63WbqN+A4uDn1t5NWXfAOOQsF6lpmK6N2v+Vvgso7KWZS7g==",
17+
"requested": "[18.0.1, )",
18+
"resolved": "18.0.1",
19+
"contentHash": "WNpu6vI2rA0pXY4r7NKxCN16XRWl5uHu6qjuyVLoDo6oYEggIQefrMjkRuibQHm/NslIUNCcKftvoWAN80MSAg==",
2020
"dependencies": {
21-
"Microsoft.CodeCoverage": "18.0.0",
22-
"Microsoft.TestPlatform.TestHost": "18.0.0"
21+
"Microsoft.CodeCoverage": "18.0.1",
22+
"Microsoft.TestPlatform.TestHost": "18.0.1"
2323
}
2424
},
2525
"System.Net.Http": {
@@ -109,8 +109,8 @@
109109
},
110110
"Microsoft.CodeCoverage": {
111111
"type": "Transitive",
112-
"resolved": "18.0.0",
113-
"contentHash": "DFPhMrsIofgJ1DDU3ModqqRArDm15/bNl4ecmcuBspZkZ4ONYnCC0R8U27WzK7cYv6r8l6Q/fRmvg7cb+I/dJA=="
112+
"resolved": "18.0.1",
113+
"contentHash": "O+utSr97NAJowIQT/OVp3Lh9QgW/wALVTP4RG1m2AfFP4IyJmJz0ZBmFJUsRQiAPgq6IRC0t8AAzsiPIsaUDEA=="
114114
},
115115
"Microsoft.NETCore.Platforms": {
116116
"type": "Transitive",
@@ -124,18 +124,18 @@
124124
},
125125
"Microsoft.TestPlatform.ObjectModel": {
126126
"type": "Transitive",
127-
"resolved": "18.0.0",
128-
"contentHash": "Al/a99ymb8UdEEh6DKNiaoFn5i8fvX5PdM9LfU9Z/Q8NJrlyHHzF+LRHLbR+t89gRsJ2fFMpwYxgEn3eH1BQwA==",
127+
"resolved": "18.0.1",
128+
"contentHash": "qT/mwMcLF9BieRkzOBPL2qCopl8hQu6A1P7JWAoj/FMu5i9vds/7cjbJ/LLtaiwWevWLAeD5v5wjQJ/l6jvhWQ==",
129129
"dependencies": {
130130
"System.Reflection.Metadata": "8.0.0"
131131
}
132132
},
133133
"Microsoft.TestPlatform.TestHost": {
134134
"type": "Transitive",
135-
"resolved": "18.0.0",
136-
"contentHash": "aAxE8Thr9ZHGrljOYaDeLJqitQi75iE4xeEFn6CEGFirlHSn1KwpKPniuEn6zCLZ90Z3XqNlrC3ZJTuvBov45w==",
135+
"resolved": "18.0.1",
136+
"contentHash": "uDJKAEjFTaa2wHdWlfo6ektyoh+WD4/Eesrwb4FpBFKsLGehhACVnwwTI4qD3FrIlIEPlxdXg3SyrYRIcO+RRQ==",
137137
"dependencies": {
138-
"Microsoft.TestPlatform.ObjectModel": "18.0.0",
138+
"Microsoft.TestPlatform.ObjectModel": "18.0.1",
139139
"Newtonsoft.Json": "13.0.3"
140140
}
141141
},

0 commit comments

Comments
 (0)