Skip to content

Commit 52ec86a

Browse files
Bump Microsoft.NET.Test.Sdk from 17.11.1 to 18.0.0
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1884ce commit 52ec86a

File tree

4 files changed

+42
-34
lines changed

4 files changed

+42
-34
lines changed

src/Bicep.RoslynAnalyzers.UnitTests/Bicep.RoslynAnalyzers.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
1313
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
1414
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1616
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
1717
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
1818
<PackageReference Include="coverlet.collector" Version="6.0.2">

src/Bicep.RoslynAnalyzers.UnitTests/packages.lock.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
},
6363
"Microsoft.NET.Test.Sdk": {
6464
"type": "Direct",
65-
"requested": "[17.11.1, )",
66-
"resolved": "17.11.1",
67-
"contentHash": "U3Ty4BaGoEu+T2bwSko9tWqWUOU16WzSFkq6U8zve75oRBMSLTBdMAZrVNNz1Tq12aCdDom9fcOcM9QZaFHqFg==",
65+
"requested": "[18.0.0, )",
66+
"resolved": "18.0.0",
67+
"contentHash": "bvxj2Asb7nT+tqOFFerrhQeEjUYLwx0Poi0Rznu63WbqN+A4uDn1t5NWXfAOOQsF6lpmK6N2v+Vvgso7KWZS7g==",
6868
"dependencies": {
69-
"Microsoft.CodeCoverage": "17.11.1",
70-
"Microsoft.TestPlatform.TestHost": "17.11.1"
69+
"Microsoft.CodeCoverage": "18.0.0",
70+
"Microsoft.TestPlatform.TestHost": "18.0.0"
7171
}
7272
},
7373
"Microsoft.SourceLink.GitHub": {
@@ -217,8 +217,8 @@
217217
},
218218
"Microsoft.CodeCoverage": {
219219
"type": "Transitive",
220-
"resolved": "17.11.1",
221-
"contentHash": "nPJqrcA5iX+Y0kqoT3a+pD/8lrW/V7ayqnEJQsTonSoPz59J8bmoQhcSN4G8+UJ64Hkuf0zuxnfuj2lkHOq4cA=="
220+
"resolved": "18.0.0",
221+
"contentHash": "DFPhMrsIofgJ1DDU3ModqqRArDm15/bNl4ecmcuBspZkZ4ONYnCC0R8U27WzK7cYv6r8l6Q/fRmvg7cb+I/dJA=="
222222
},
223223
"Microsoft.NETCore.Platforms": {
224224
"type": "Transitive",
@@ -279,19 +279,19 @@
279279
},
280280
"Microsoft.TestPlatform.ObjectModel": {
281281
"type": "Transitive",
282-
"resolved": "17.11.1",
283-
"contentHash": "E2jZqAU6JeWEVsyOEOrSW1o1bpHLgb25ypvKNB/moBXPVsFYBPd/Jwi7OrYahG50J83LfHzezYI+GaEkpAotiA==",
282+
"resolved": "18.0.0",
283+
"contentHash": "Al/a99ymb8UdEEh6DKNiaoFn5i8fvX5PdM9LfU9Z/Q8NJrlyHHzF+LRHLbR+t89gRsJ2fFMpwYxgEn3eH1BQwA==",
284284
"dependencies": {
285-
"System.Reflection.Metadata": "1.6.0"
285+
"System.Reflection.Metadata": "8.0.0"
286286
}
287287
},
288288
"Microsoft.TestPlatform.TestHost": {
289289
"type": "Transitive",
290-
"resolved": "17.11.1",
291-
"contentHash": "DnG+GOqJXO/CkoqlJWeDFTgPhqD/V6VqUIL3vINizCWZ3X+HshCtbbyDdSHQQEjrc2Sl/K3yaxX6s+5LFEdYuw==",
290+
"resolved": "18.0.0",
291+
"contentHash": "aAxE8Thr9ZHGrljOYaDeLJqitQi75iE4xeEFn6CEGFirlHSn1KwpKPniuEn6zCLZ90Z3XqNlrC3ZJTuvBov45w==",
292292
"dependencies": {
293-
"Microsoft.TestPlatform.ObjectModel": "17.11.1",
294-
"Newtonsoft.Json": "13.0.1"
293+
"Microsoft.TestPlatform.ObjectModel": "18.0.0",
294+
"Newtonsoft.Json": "13.0.3"
295295
}
296296
},
297297
"Microsoft.VisualStudio.Composition": {

src/GenerateNotice.IntegrationTests/GenerateNotice.IntegrationTests.csproj

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

1818
<ItemGroup>
1919
<PackageReference Include="FluentAssertions" Version="6.12.1" />
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
2121
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
2222
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
2323
<PackageReference Include="coverlet.collector" Version="6.0.2">

src/GenerateNotice.IntegrationTests/packages.lock.json

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
},
2020
"Microsoft.NET.Test.Sdk": {
2121
"type": "Direct",
22-
"requested": "[17.11.1, )",
23-
"resolved": "17.11.1",
24-
"contentHash": "U3Ty4BaGoEu+T2bwSko9tWqWUOU16WzSFkq6U8zve75oRBMSLTBdMAZrVNNz1Tq12aCdDom9fcOcM9QZaFHqFg==",
22+
"requested": "[18.0.0, )",
23+
"resolved": "18.0.0",
24+
"contentHash": "bvxj2Asb7nT+tqOFFerrhQeEjUYLwx0Poi0Rznu63WbqN+A4uDn1t5NWXfAOOQsF6lpmK6N2v+Vvgso7KWZS7g==",
2525
"dependencies": {
26-
"Microsoft.CodeCoverage": "17.11.1",
27-
"Microsoft.TestPlatform.TestHost": "17.11.1"
26+
"Microsoft.CodeCoverage": "18.0.0",
27+
"Microsoft.TestPlatform.TestHost": "18.0.0"
2828
}
2929
},
3030
"Microsoft.SourceLink.GitHub": {
@@ -74,8 +74,8 @@
7474
},
7575
"Microsoft.CodeCoverage": {
7676
"type": "Transitive",
77-
"resolved": "17.11.1",
78-
"contentHash": "nPJqrcA5iX+Y0kqoT3a+pD/8lrW/V7ayqnEJQsTonSoPz59J8bmoQhcSN4G8+UJ64Hkuf0zuxnfuj2lkHOq4cA=="
77+
"resolved": "18.0.0",
78+
"contentHash": "DFPhMrsIofgJ1DDU3ModqqRArDm15/bNl4ecmcuBspZkZ4ONYnCC0R8U27WzK7cYv6r8l6Q/fRmvg7cb+I/dJA=="
7979
},
8080
"Microsoft.Extensions.Configuration": {
8181
"type": "Transitive",
@@ -389,25 +389,25 @@
389389
},
390390
"Microsoft.TestPlatform.ObjectModel": {
391391
"type": "Transitive",
392-
"resolved": "17.11.1",
393-
"contentHash": "E2jZqAU6JeWEVsyOEOrSW1o1bpHLgb25ypvKNB/moBXPVsFYBPd/Jwi7OrYahG50J83LfHzezYI+GaEkpAotiA==",
392+
"resolved": "18.0.0",
393+
"contentHash": "Al/a99ymb8UdEEh6DKNiaoFn5i8fvX5PdM9LfU9Z/Q8NJrlyHHzF+LRHLbR+t89gRsJ2fFMpwYxgEn3eH1BQwA==",
394394
"dependencies": {
395-
"System.Reflection.Metadata": "1.6.0"
395+
"System.Reflection.Metadata": "8.0.0"
396396
}
397397
},
398398
"Microsoft.TestPlatform.TestHost": {
399399
"type": "Transitive",
400-
"resolved": "17.11.1",
401-
"contentHash": "DnG+GOqJXO/CkoqlJWeDFTgPhqD/V6VqUIL3vINizCWZ3X+HshCtbbyDdSHQQEjrc2Sl/K3yaxX6s+5LFEdYuw==",
400+
"resolved": "18.0.0",
401+
"contentHash": "aAxE8Thr9ZHGrljOYaDeLJqitQi75iE4xeEFn6CEGFirlHSn1KwpKPniuEn6zCLZ90Z3XqNlrC3ZJTuvBov45w==",
402402
"dependencies": {
403-
"Microsoft.TestPlatform.ObjectModel": "17.11.1",
404-
"Newtonsoft.Json": "13.0.1"
403+
"Microsoft.TestPlatform.ObjectModel": "18.0.0",
404+
"Newtonsoft.Json": "13.0.3"
405405
}
406406
},
407407
"Newtonsoft.Json": {
408408
"type": "Transitive",
409-
"resolved": "13.0.1",
410-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
409+
"resolved": "13.0.3",
410+
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
411411
},
412412
"Polly": {
413413
"type": "Transitive",
@@ -430,6 +430,11 @@
430430
"Polly": "7.1.0"
431431
}
432432
},
433+
"System.Collections.Immutable": {
434+
"type": "Transitive",
435+
"resolved": "8.0.0",
436+
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
437+
},
433438
"System.CommandLine": {
434439
"type": "Transitive",
435440
"resolved": "2.0.0-beta4.22272.1",
@@ -481,8 +486,11 @@
481486
},
482487
"System.Reflection.Metadata": {
483488
"type": "Transitive",
484-
"resolved": "1.6.0",
485-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
489+
"resolved": "8.0.0",
490+
"contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
491+
"dependencies": {
492+
"System.Collections.Immutable": "8.0.0"
493+
}
486494
},
487495
"System.Runtime.CompilerServices.Unsafe": {
488496
"type": "Transitive",

0 commit comments

Comments
 (0)