Skip to content

Commit d99de33

Browse files
dependencies(nuget): Bump the microsoft group with 3 updates (#140)
Updated [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 9.0.8 to 9.0.9. <details> <summary>Release notes</summary> _Sourced from [Microsoft.AspNetCore.TestHost's releases](https://github.com/dotnet/aspnetcore/releases)._ ## 9.0.9 [Release](https://github.com/dotnet/core/releases/tag/v9.0.9) ## What's Changed * Update branding to 9.0.9 by @​vseanreesermsft in dotnet/aspnetcore#63107 * [release/9.0] (deps): Bump src/submodules/googletest from `c67de11` to `373af2e` by @​dependabot[bot] in dotnet/aspnetcore#63035 * [release/9.0] Dispose the certificate chain elements with the chain by @​github-actions[bot] in dotnet/aspnetcore#62992 * [release/9.0] Update dependencies from dotnet/extensions by @​dotnet-maestro[bot] in dotnet/aspnetcore#62702 * [release/9.0] Update Microsoft.Build versions by @​wtgodbe in dotnet/aspnetcore#62505 * [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in dotnet/aspnetcore#62832 * [release/9.0] Update SignalR Redis tests to use internal Docker Hub mirror by @​github-actions[bot] in dotnet/aspnetcore#63116 * [release/9.0] [SignalR] Don't throw for message headers in Java client by @​github-actions[bot] in dotnet/aspnetcore#62783 * Merging internal commits for release/9.0 by @​vseanreesermsft in dotnet/aspnetcore#63151 * [release/9.0] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in dotnet/aspnetcore#63190 * [release/9.0] Update dependencies from dotnet/extensions by @​dotnet-maestro[bot] in dotnet/aspnetcore#63214 **Full Changelog**: dotnet/aspnetcore@v9.0.8...v9.0.9 Commits viewable in [compare view](https://github.com/dotnet/aspnetcore/commits/v9.0.9). </details> Updated [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 9.0.8 to 9.0.9. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.Logging.Abstractions's releases](https://github.com/dotnet/runtime/releases)._ ## 9.0.9 [Release](https://github.com/dotnet/runtime/releases/tag/v9.0.9) ## What's Changed * [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @​github-actions[bot] in dotnet/runtime#117671 * [release/9.0-staging] [Test Only] Fix BuildChainCustomTrustStore test by @​github-actions[bot] in dotnet/runtime#117761 * [release/9.0-staging] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in dotnet/runtime#117742 * [release/9.0-staging] Update dependencies from dotnet/xharness by @​dotnet-maestro[bot] in dotnet/runtime#117872 * [release/9.0-staging] Update dependencies from dotnet/sdk by @​dotnet-maestro[bot] in dotnet/runtime#117873 * Revert "[release/9.0-staging] Update dependencies from dotnet/sdk" by @​lewing in dotnet/runtime#118001 * [release/9.0-staging] Update dependencies from dotnet/cecil by @​dotnet-maestro[bot] in dotnet/runtime#117910 * [release/9.0-staging] Update dependencies from dotnet/icu by @​dotnet-maestro[bot] in dotnet/runtime#117962 * [release/9.0-staging] Update dependencies from dotnet/roslyn by @​dotnet-maestro[bot] in dotnet/runtime#118080 * [release/9.0-staging] Update dependencies from dotnet/xharness by @​dotnet-maestro[bot] in dotnet/runtime#118114 * [release/9.0-staging] Fix broken debugger/debuggee startup handshake protocol on macOS26. by @​github-actions[bot] in dotnet/runtime#118212 * [release/9.0-staging] [NRBF] Allow the users to decode System.Nullable<UserStruct> by @​github-actions[bot] in dotnet/runtime#118328 * [release/9.0-staging] [Test Only] Disable/modify some TimeZoneInfoTests on Android by @​github-actions[bot] in dotnet/runtime#118455 * Update branding to 9.0.9 by @​vseanreesermsft in dotnet/runtime#118349 * Merging internal commits for release/9.0 by @​vseanreesermsft in dotnet/runtime#118451 * [release/9.0-staging] Revert "Remove custom allocator." by @​github-actions[bot] in dotnet/runtime#118279 * [release/9.0] Merge release/9.0-staging changes by @​krwq in dotnet/runtime#118764 * [release/9.0] Update dependencies from dotnet/emsdk by @​dotnet-maestro[bot] in dotnet/runtime#117879 **Full Changelog**: dotnet/runtime@v9.0.8...v9.0.9 Commits viewable in [compare view](dotnet/runtime@v9.0.8...v9.0.9). </details> Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.1 to 17.14.1. <details> <summary>Release notes</summary> _Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._ ## 17.14.1 ## What's Changed * Error on unsupported target frameworks to prevent silently not running tests by @​nohwnd in microsoft/vstest#15072 and microsoft/vstest#15078 * Revert writing additional properties to TRX by @​nohwnd in microsoft/vstest@47eb51b **Full Changelog**: microsoft/vstest@v17.14.0...v17.14.1 ## 17.14.0 ## What's Changed ### .NET versions updated This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does **NOT** prevent you from: - Updating to the latest VS, and running tests from net6.0 test projects. - Updating to the latest .NET SDK, and running tests from net6.0 test projects. It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2. * Drop unsupported frameworks by @​nohwnd in microsoft/vstest#10565 ### Changes * Adding Process Query Flag For UWP .NET 9 Support by @​adstep in microsoft/vstest#15003 * Fix builds on WinUI and UWP .NET 9 projects by @​Sergio0694 in microsoft/vstest#15004 * don't report communication error on discovery abort by @​nohwnd in microsoft/vstest#14992 * Add dump minitool to vsix by @​nohwnd in microsoft/vstest#14707 * Make test runners long-path aware (#​5179) by @​peetw in microsoft/vstest#15014 * Fix trace in DataCollectionRequestSender.cs by @​stan-sz in microsoft/vstest#15025 * Fix/readme grammar parallelism by @​dellch in microsoft/vstest#15030 * Add binding redirects by @​nohwnd in microsoft/vstest#15041 * Write props of tests into trx by @​nohwnd in microsoft/vstest#14905 ### Internal version updates and fixes * Update io.redist by @​nohwnd in microsoft/vstest#13872 * Use preview image for public build by @​nohwnd in microsoft/vstest#13888 * Remove xcopy-msbuild by @​nohwnd in microsoft/vstest#14138 * Move to macos14 by @​nohwnd in microsoft/vstest#14137 * Update diagnose.md by @​nohwnd in microsoft/vstest#14776 * hash with sha2 for mutex lock by @​nohwnd in microsoft/vstest#14777 * Update test projects for vmr by @​nohwnd in microsoft/vstest#14894 * 17.14 branding by @​nohwnd in microsoft/vstest#14903 * Update filter.md for NUnit by @​OsirisTerje in microsoft/vstest#14987 * Flag netstandard1.x dependencies in source-build by @​ViktorHofer in microsoft/vstest#14986 * Use VS dependencies versions from release VS to have archived symbols by @​nohwnd in microsoft/vstest#14991 * Remove extra ; by @​nohwnd in microsoft/vstest#14995 * Use dependencymodel 6.0.2 by @​nohwnd in microsoft/vstest#14996 * Make Testhost packable only on Windows by @​mmitche in microsoft/vstest#15001 * Add system text json to vsix by @​nohwnd in microsoft/vstest#15034 * Add more files to vsix by @​nohwnd in microsoft/vstest#15038 * Remove unnecessary CA2022 suppressions by @​Winniexu01 in microsoft/vstest#15035 * Update package project url by @​mmitche in microsoft/vstest#15040 ## New Contributors * @​OsirisTerje made their first contribution in microsoft/vstest#14987 * @​adstep made their first contribution in microsoft/vstest#15003 ... (truncated) ## 17.14.0-preview-25107-01 ## What's Changed ### .NET versions updated This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does **NOT** prevent you from: - Updating to the latest VS, and running tests from net6.0 test projects. - Updating to the latest .NET SDK, and running tests from net6.0 test projects. It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2. * Drop unsupported frameworks by @​nohwnd in microsoft/vstest#10565 ### Changes * Adding Process Query Flag For UWP .NET 9 Support by @​adstep in microsoft/vstest#15003 * Fix builds on WinUI and UWP .NET 9 projects by @​Sergio0694 in microsoft/vstest#15004 * don't report communication error on discovery abort by @​nohwnd in microsoft/vstest#14992 * Add dump minitool to vsix by @​nohwnd in microsoft/vstest#14707 ### Internal version updates and fixes * Update io.redist by @​nohwnd in microsoft/vstest#13872 * Use preview image for public build by @​nohwnd in microsoft/vstest#13888 * Remove xcopy-msbuild by @​nohwnd in microsoft/vstest#14138 * Move to macos14 by @​nohwnd in microsoft/vstest#14137 * Update diagnose.md by @​nohwnd in microsoft/vstest#14776 * hash with sha2 for mutex lock by @​nohwnd in microsoft/vstest#14777 * Update test projects for vmr by @​nohwnd in microsoft/vstest#14894 * 17.14 branding by @​nohwnd in microsoft/vstest#14903 * Update filter.md for NUnit by @​OsirisTerje in microsoft/vstest#14987 * Flag netstandard1.x dependencies in source-build by @​ViktorHofer in microsoft/vstest#14986 * Use VS dependencies versions from release VS to have archived symbols by @​nohwnd in microsoft/vstest#14991 * Remove extra ; by @​nohwnd in microsoft/vstest#14995 * Use dependencymodel 6.0.2 by @​nohwnd in microsoft/vstest#14996 * Make Testhost packable only on Windows by @​mmitche in microsoft/vstest#15001 ### Will probably revert before release: * Write props of tests into trx by @​nohwnd in microsoft/vstest#14905 ## New Contributors * @​OsirisTerje made their first contribution in microsoft/vstest#14987 * @​adstep made their first contribution in microsoft/vstest#15003 * @​Sergio0694 made their first contribution in microsoft/vstest#15004 **Full Changelog**: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01 ## 17.13.0 ## What's Changed * Add letter number among valid identifiers in class name by @​nohwnd in microsoft/vstest#13868 * Fix formatting in Runner by @​mthalman in microsoft/vstest#13871 * Downgrade xunit skip warning to info by @​nohwnd in microsoft/vstest#10381 * Add msdia for arm64 into nuget by @​nohwnd in microsoft/vstest#10382 * Enable native debugging for vstest.console by @​ocitrev in microsoft/vstest#10401 * Fix RFCs links by @​Youssef1313 in microsoft/vstest#10424 * Convert to auto property by @​nohwnd in microsoft/vstest#10365 * Update Versions.props by @​nohwnd in microsoft/vstest#10378 * Enable TSA by @​jakubch1 in microsoft/vstest#10385 * Arm64 dia by @​nohwnd in microsoft/vstest#10390 * Update source-build team references by @​MichaelSimons in microsoft/vstest#10388 * Exclude .signature.p7s from nupkg file count by @​ellahathaway in microsoft/vstest#10418 * Set NetCurrent so that it doesn't roll forward automatically by @​ViktorHofer in microsoft/vstest#10622 ## New Contributors * @​ocitrev made their first contribution in microsoft/vstest#10401 * @​Youssef1313 made their first contribution in microsoft/vstest#10424 **Full Changelog**: microsoft/vstest@v17.12.0...v17.13.0 ## 17.12.0 ## What's Changed * Dispose IDisposables in HtmlTransformer by @​omajid in microsoft/vstest#5099 * Dipose XmlReaders in Microsoft.TestPlatform.Common.RunSettings by @​omajid in microsoft/vstest#5100 * use some collection expressions by @​SimonCropp in microsoft/vstest#5055 * Fix Reference typos by @​SimonCropp in microsoft/vstest#5155 * Add option to overwrite trx without warning by @​nohwnd in microsoft/vstest#5141 ## Internal and infrastructure fixes: * Downgrade xunit skip warning to info by @​nohwnd in microsoft/vstest#10379 * Fallback to latest runtimeconfig when none is found by @​nohwnd in microsoft/vstest#5136 * Verify architecture and version of produced exes by @​nohwnd in microsoft/vstest#5134 * Fix runtime config tests by @​nohwnd in microsoft/vstest#5137 * Dispose helper when parsing args by @​nohwnd in microsoft/vstest#5126 * Cleanup and bump required runtimes by @​Evangelink in microsoft/vstest#5139 * Fix help warnings by @​nohwnd in microsoft/vstest#5140 * Fix timing in simple log by @​nohwnd in microsoft/vstest#5143 * Check vstest.console.dll instead of .exe by @​nohwnd in microsoft/vstest#5149 * Report version from nuget check by @​nohwnd in microsoft/vstest#5161 * Move IncludeSourceRevisionInInformationalVersion by @​nohwnd in microsoft/vstest#5166 * Enable or disable new logger based on TL flag by @​nohwnd in microsoft/vstest#5167 * Updating Microsoft.CodeCoverage package structure by @​fhnaseer in microsoft/vstest#5169 * Wait for Discovery to initialize before Cancelling it by @​nohwnd in microsoft/vstest#5177 * Adding condition to disable MsCoverage refrenced path maps by @​fhnaseer in microsoft/vstest#5189 * Forward error output from testhost as info by @​nohwnd in microsoft/vstest#5192 * Update Microsoft.Extensions.DependencyModel to 3.1.0 by @​nohwnd in microsoft/vstest#5188 * ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild by @​mmitche in microsoft/vstest#10354 * Enable policheck by @​jakubch1 in microsoft/vstest#10363 **Full Changelog**: microsoft/vstest@v17.11.1...v17.12.0 Commits viewable in [compare view](microsoft/vstest@v17.11.1...v17.14.1). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75e722c commit d99de33

File tree

5 files changed

+99
-75
lines changed

5 files changed

+99
-75
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
88
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
99
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="2.3.0" />
10-
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.8" />
11-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" />
12-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
10+
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.9" />
11+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.9" />
12+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1"/>
1313
<PackageVersion Include="xunit" Version="2.9.0" />
1414
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
1515
</ItemGroup>

src/SaanSoft.CorrelationId.Web/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
},
1818
"Microsoft.Extensions.Logging.Abstractions": {
1919
"type": "Direct",
20-
"requested": "[9.0.8, )",
21-
"resolved": "9.0.8",
22-
"contentHash": "pYnAffJL7ARD/HCnnPvnFKSIHnTSmWz84WIlT9tPeQ4lHNiu0Az7N/8itihWvcF8sT+VVD5lq8V+ckMzu4SbOw==",
20+
"requested": "[9.0.9, )",
21+
"resolved": "9.0.9",
22+
"contentHash": "FEgpSF+Z9StMvrsSViaybOBwR0f0ZZxDm8xV5cSOFiXN/t+ys+rwAlTd/6yG7Ld1gfppgvLcMasZry3GsI9lGA==",
2323
"dependencies": {
24-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8"
24+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9"
2525
}
2626
},
2727
"Microsoft.AspNetCore.Http.Abstractions": {
@@ -52,8 +52,8 @@
5252
},
5353
"Microsoft.Extensions.DependencyInjection.Abstractions": {
5454
"type": "Transitive",
55-
"resolved": "9.0.8",
56-
"contentHash": "xY3lTjj4+ZYmiKIkyWitddrp1uL5uYiweQjqo4BKBw01ZC4HhcfgLghDpPZcUlppgWAFqFy9SgkiYWOMx365pw=="
55+
"resolved": "9.0.9",
56+
"contentHash": "/hymojfWbE9AlDOa0mczR44m00Jj+T3+HZO0ZnVTI032fVycI0ZbNOVFP6kqZMcXiLSYXzR2ilcwaRi6dzeGyA=="
5757
},
5858
"Microsoft.Extensions.ObjectPool": {
5959
"type": "Transitive",

test/SaanSoft.Tests.CorrelationId.Common/packages.lock.json

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
},
5555
"Microsoft.NET.Test.Sdk": {
5656
"type": "Direct",
57-
"requested": "[17.11.1, )",
58-
"resolved": "17.11.1",
59-
"contentHash": "U3Ty4BaGoEu+T2bwSko9tWqWUOU16WzSFkq6U8zve75oRBMSLTBdMAZrVNNz1Tq12aCdDom9fcOcM9QZaFHqFg==",
57+
"requested": "[17.14.1, )",
58+
"resolved": "17.14.1",
59+
"contentHash": "HJKqKOE+vshXra2aEHpi2TlxYX7Z9VFYkr+E5rwEvHC8eIXiyO+K9kNm8vmNom3e2rA56WqxU+/N9NJlLGXsJQ==",
6060
"dependencies": {
61-
"Microsoft.CodeCoverage": "17.11.1",
62-
"Microsoft.TestPlatform.TestHost": "17.11.1"
61+
"Microsoft.CodeCoverage": "17.14.1",
62+
"Microsoft.TestPlatform.TestHost": "17.14.1"
6363
}
6464
},
6565
"xunit": {
@@ -123,8 +123,8 @@
123123
},
124124
"Microsoft.CodeCoverage": {
125125
"type": "Transitive",
126-
"resolved": "17.11.1",
127-
"contentHash": "nPJqrcA5iX+Y0kqoT3a+pD/8lrW/V7ayqnEJQsTonSoPz59J8bmoQhcSN4G8+UJ64Hkuf0zuxnfuj2lkHOq4cA=="
126+
"resolved": "17.14.1",
127+
"contentHash": "pmTrhfFIoplzFVbhVwUquT+77CbGH+h4/3mBpdmIlYtBi9nAB+kKI6dN3A/nV4DFi3wLLx/BlHIPK+MkbQ6Tpg=="
128128
},
129129
"Microsoft.NETCore.Platforms": {
130130
"type": "Transitive",
@@ -138,19 +138,19 @@
138138
},
139139
"Microsoft.TestPlatform.ObjectModel": {
140140
"type": "Transitive",
141-
"resolved": "17.11.1",
142-
"contentHash": "E2jZqAU6JeWEVsyOEOrSW1o1bpHLgb25ypvKNB/moBXPVsFYBPd/Jwi7OrYahG50J83LfHzezYI+GaEkpAotiA==",
141+
"resolved": "17.14.1",
142+
"contentHash": "xTP1W6Mi6SWmuxd3a+jj9G9UoC850WGwZUps1Wah9r1ZxgXhdJfj1QqDLJkFjHDCvN42qDL2Ps5KjQYWUU0zcQ==",
143143
"dependencies": {
144-
"System.Reflection.Metadata": "1.6.0"
144+
"System.Reflection.Metadata": "8.0.0"
145145
}
146146
},
147147
"Microsoft.TestPlatform.TestHost": {
148148
"type": "Transitive",
149-
"resolved": "17.11.1",
150-
"contentHash": "DnG+GOqJXO/CkoqlJWeDFTgPhqD/V6VqUIL3vINizCWZ3X+HshCtbbyDdSHQQEjrc2Sl/K3yaxX6s+5LFEdYuw==",
149+
"resolved": "17.14.1",
150+
"contentHash": "d78LPzGKkJwsJXAQwsbJJ7LE7D1wB+rAyhHHAaODF+RDSQ0NgMjDFkSA1Djw18VrxO76GlKAjRUhl+H8NL8Z+Q==",
151151
"dependencies": {
152-
"Microsoft.TestPlatform.ObjectModel": "17.11.1",
153-
"Newtonsoft.Json": "13.0.1"
152+
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
153+
"Newtonsoft.Json": "13.0.3"
154154
}
155155
},
156156
"Microsoft.Win32.Primitives": {
@@ -216,8 +216,8 @@
216216
},
217217
"Newtonsoft.Json": {
218218
"type": "Transitive",
219-
"resolved": "13.0.1",
220-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
219+
"resolved": "13.0.3",
220+
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
221221
},
222222
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
223223
"type": "Transitive",
@@ -373,6 +373,11 @@
373373
"System.Threading.Tasks": "4.3.0"
374374
}
375375
},
376+
"System.Collections.Immutable": {
377+
"type": "Transitive",
378+
"resolved": "8.0.0",
379+
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
380+
},
376381
"System.Collections.NonGeneric": {
377382
"type": "Transitive",
378383
"resolved": "4.3.0",
@@ -827,8 +832,11 @@
827832
},
828833
"System.Reflection.Metadata": {
829834
"type": "Transitive",
830-
"resolved": "1.6.0",
831-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
835+
"resolved": "8.0.0",
836+
"contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
837+
"dependencies": {
838+
"System.Collections.Immutable": "8.0.0"
839+
}
832840
},
833841
"System.Reflection.Primitives": {
834842
"type": "Transitive",

test/SaanSoft.Tests.CorrelationId.Web/packages.lock.json

Lines changed: 37 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@
5454
},
5555
"Microsoft.AspNetCore.TestHost": {
5656
"type": "Direct",
57-
"requested": "[9.0.8, )",
58-
"resolved": "9.0.8",
59-
"contentHash": "tJwGDWsLQA2QRz+uqmkuAgjVyf7gqZsmOPro8StP0nf7ipYP8VhmcHmBbrTHU6ynuK6mw82ztJviwlHKBvrhxw=="
57+
"requested": "[9.0.9, )",
58+
"resolved": "9.0.9",
59+
"contentHash": "5iVjUUakdWCVN5rWvEtnbjneNJmW3p5VN7tW/DKPW2UWNYylf2gvJtS9Iloq6H3k8oDai1uaaLR6PAHbd/S7FA=="
6060
},
6161
"Microsoft.NET.Test.Sdk": {
6262
"type": "Direct",
63-
"requested": "[17.11.1, )",
64-
"resolved": "17.11.1",
65-
"contentHash": "U3Ty4BaGoEu+T2bwSko9tWqWUOU16WzSFkq6U8zve75oRBMSLTBdMAZrVNNz1Tq12aCdDom9fcOcM9QZaFHqFg==",
63+
"requested": "[17.14.1, )",
64+
"resolved": "17.14.1",
65+
"contentHash": "HJKqKOE+vshXra2aEHpi2TlxYX7Z9VFYkr+E5rwEvHC8eIXiyO+K9kNm8vmNom3e2rA56WqxU+/N9NJlLGXsJQ==",
6666
"dependencies": {
67-
"Microsoft.CodeCoverage": "17.11.1",
68-
"Microsoft.TestPlatform.TestHost": "17.11.1"
67+
"Microsoft.CodeCoverage": "17.14.1",
68+
"Microsoft.TestPlatform.TestHost": "17.14.1"
6969
}
7070
},
7171
"xunit": {
@@ -155,13 +155,13 @@
155155
},
156156
"Microsoft.CodeCoverage": {
157157
"type": "Transitive",
158-
"resolved": "17.11.1",
159-
"contentHash": "nPJqrcA5iX+Y0kqoT3a+pD/8lrW/V7ayqnEJQsTonSoPz59J8bmoQhcSN4G8+UJ64Hkuf0zuxnfuj2lkHOq4cA=="
158+
"resolved": "17.14.1",
159+
"contentHash": "pmTrhfFIoplzFVbhVwUquT+77CbGH+h4/3mBpdmIlYtBi9nAB+kKI6dN3A/nV4DFi3wLLx/BlHIPK+MkbQ6Tpg=="
160160
},
161161
"Microsoft.Extensions.DependencyInjection.Abstractions": {
162162
"type": "Transitive",
163-
"resolved": "9.0.8",
164-
"contentHash": "xY3lTjj4+ZYmiKIkyWitddrp1uL5uYiweQjqo4BKBw01ZC4HhcfgLghDpPZcUlppgWAFqFy9SgkiYWOMx365pw=="
163+
"resolved": "9.0.9",
164+
"contentHash": "/hymojfWbE9AlDOa0mczR44m00Jj+T3+HZO0ZnVTI032fVycI0ZbNOVFP6kqZMcXiLSYXzR2ilcwaRi6dzeGyA=="
165165
},
166166
"Microsoft.Extensions.ObjectPool": {
167167
"type": "Transitive",
@@ -203,19 +203,19 @@
203203
},
204204
"Microsoft.TestPlatform.ObjectModel": {
205205
"type": "Transitive",
206-
"resolved": "17.11.1",
207-
"contentHash": "E2jZqAU6JeWEVsyOEOrSW1o1bpHLgb25ypvKNB/moBXPVsFYBPd/Jwi7OrYahG50J83LfHzezYI+GaEkpAotiA==",
206+
"resolved": "17.14.1",
207+
"contentHash": "xTP1W6Mi6SWmuxd3a+jj9G9UoC850WGwZUps1Wah9r1ZxgXhdJfj1QqDLJkFjHDCvN42qDL2Ps5KjQYWUU0zcQ==",
208208
"dependencies": {
209-
"System.Reflection.Metadata": "1.6.0"
209+
"System.Reflection.Metadata": "8.0.0"
210210
}
211211
},
212212
"Microsoft.TestPlatform.TestHost": {
213213
"type": "Transitive",
214-
"resolved": "17.11.1",
215-
"contentHash": "DnG+GOqJXO/CkoqlJWeDFTgPhqD/V6VqUIL3vINizCWZ3X+HshCtbbyDdSHQQEjrc2Sl/K3yaxX6s+5LFEdYuw==",
214+
"resolved": "17.14.1",
215+
"contentHash": "d78LPzGKkJwsJXAQwsbJJ7LE7D1wB+rAyhHHAaODF+RDSQ0NgMjDFkSA1Djw18VrxO76GlKAjRUhl+H8NL8Z+Q==",
216216
"dependencies": {
217-
"Microsoft.TestPlatform.ObjectModel": "17.11.1",
218-
"Newtonsoft.Json": "13.0.1"
217+
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
218+
"Newtonsoft.Json": "13.0.3"
219219
}
220220
},
221221
"Microsoft.Win32.Primitives": {
@@ -281,8 +281,8 @@
281281
},
282282
"Newtonsoft.Json": {
283283
"type": "Transitive",
284-
"resolved": "13.0.1",
285-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
284+
"resolved": "13.0.3",
285+
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
286286
},
287287
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
288288
"type": "Transitive",
@@ -431,6 +431,11 @@
431431
"System.Threading.Tasks": "4.3.0"
432432
}
433433
},
434+
"System.Collections.Immutable": {
435+
"type": "Transitive",
436+
"resolved": "8.0.0",
437+
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
438+
},
434439
"System.Collections.NonGeneric": {
435440
"type": "Transitive",
436441
"resolved": "4.3.0",
@@ -885,8 +890,11 @@
885890
},
886891
"System.Reflection.Metadata": {
887892
"type": "Transitive",
888-
"resolved": "1.6.0",
889-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
893+
"resolved": "8.0.0",
894+
"contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
895+
"dependencies": {
896+
"System.Collections.Immutable": "8.0.0"
897+
}
890898
},
891899
"System.Reflection.Primitives": {
892900
"type": "Transitive",
@@ -1313,7 +1321,7 @@
13131321
"type": "Project",
13141322
"dependencies": {
13151323
"Microsoft.AspNetCore.Http": "[2.3.0, )",
1316-
"Microsoft.Extensions.Logging.Abstractions": "[9.0.8, )",
1324+
"Microsoft.Extensions.Logging.Abstractions": "[9.0.9, )",
13171325
"SaanSoft.CorrelationId": "[1.0.0, )"
13181326
}
13191327
},
@@ -1323,7 +1331,7 @@
13231331
"AutoFixture.AutoFakeItEasy": "[4.18.1, )",
13241332
"AutoFixture.Xunit2": "[4.18.1, )",
13251333
"FluentAssertions": "[6.12.0, )",
1326-
"Microsoft.NET.Test.Sdk": "[17.11.1, )",
1334+
"Microsoft.NET.Test.Sdk": "[17.14.1, )",
13271335
"xunit": "[2.9.0, )"
13281336
}
13291337
},
@@ -1342,11 +1350,11 @@
13421350
},
13431351
"Microsoft.Extensions.Logging.Abstractions": {
13441352
"type": "CentralTransitive",
1345-
"requested": "[9.0.8, )",
1346-
"resolved": "9.0.8",
1347-
"contentHash": "pYnAffJL7ARD/HCnnPvnFKSIHnTSmWz84WIlT9tPeQ4lHNiu0Az7N/8itihWvcF8sT+VVD5lq8V+ckMzu4SbOw==",
1353+
"requested": "[9.0.9, )",
1354+
"resolved": "9.0.9",
1355+
"contentHash": "FEgpSF+Z9StMvrsSViaybOBwR0f0ZZxDm8xV5cSOFiXN/t+ys+rwAlTd/6yG7Ld1gfppgvLcMasZry3GsI9lGA==",
13481356
"dependencies": {
1349-
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8"
1357+
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9"
13501358
}
13511359
}
13521360
}

test/SaanSoft.Tests.CorrelationId/packages.lock.json

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
},
5555
"Microsoft.NET.Test.Sdk": {
5656
"type": "Direct",
57-
"requested": "[17.11.1, )",
58-
"resolved": "17.11.1",
59-
"contentHash": "U3Ty4BaGoEu+T2bwSko9tWqWUOU16WzSFkq6U8zve75oRBMSLTBdMAZrVNNz1Tq12aCdDom9fcOcM9QZaFHqFg==",
57+
"requested": "[17.14.1, )",
58+
"resolved": "17.14.1",
59+
"contentHash": "HJKqKOE+vshXra2aEHpi2TlxYX7Z9VFYkr+E5rwEvHC8eIXiyO+K9kNm8vmNom3e2rA56WqxU+/N9NJlLGXsJQ==",
6060
"dependencies": {
61-
"Microsoft.CodeCoverage": "17.11.1",
62-
"Microsoft.TestPlatform.TestHost": "17.11.1"
61+
"Microsoft.CodeCoverage": "17.14.1",
62+
"Microsoft.TestPlatform.TestHost": "17.14.1"
6363
}
6464
},
6565
"xunit": {
@@ -123,8 +123,8 @@
123123
},
124124
"Microsoft.CodeCoverage": {
125125
"type": "Transitive",
126-
"resolved": "17.11.1",
127-
"contentHash": "nPJqrcA5iX+Y0kqoT3a+pD/8lrW/V7ayqnEJQsTonSoPz59J8bmoQhcSN4G8+UJ64Hkuf0zuxnfuj2lkHOq4cA=="
126+
"resolved": "17.14.1",
127+
"contentHash": "pmTrhfFIoplzFVbhVwUquT+77CbGH+h4/3mBpdmIlYtBi9nAB+kKI6dN3A/nV4DFi3wLLx/BlHIPK+MkbQ6Tpg=="
128128
},
129129
"Microsoft.NETCore.Platforms": {
130130
"type": "Transitive",
@@ -138,19 +138,19 @@
138138
},
139139
"Microsoft.TestPlatform.ObjectModel": {
140140
"type": "Transitive",
141-
"resolved": "17.11.1",
142-
"contentHash": "E2jZqAU6JeWEVsyOEOrSW1o1bpHLgb25ypvKNB/moBXPVsFYBPd/Jwi7OrYahG50J83LfHzezYI+GaEkpAotiA==",
141+
"resolved": "17.14.1",
142+
"contentHash": "xTP1W6Mi6SWmuxd3a+jj9G9UoC850WGwZUps1Wah9r1ZxgXhdJfj1QqDLJkFjHDCvN42qDL2Ps5KjQYWUU0zcQ==",
143143
"dependencies": {
144-
"System.Reflection.Metadata": "1.6.0"
144+
"System.Reflection.Metadata": "8.0.0"
145145
}
146146
},
147147
"Microsoft.TestPlatform.TestHost": {
148148
"type": "Transitive",
149-
"resolved": "17.11.1",
150-
"contentHash": "DnG+GOqJXO/CkoqlJWeDFTgPhqD/V6VqUIL3vINizCWZ3X+HshCtbbyDdSHQQEjrc2Sl/K3yaxX6s+5LFEdYuw==",
149+
"resolved": "17.14.1",
150+
"contentHash": "d78LPzGKkJwsJXAQwsbJJ7LE7D1wB+rAyhHHAaODF+RDSQ0NgMjDFkSA1Djw18VrxO76GlKAjRUhl+H8NL8Z+Q==",
151151
"dependencies": {
152-
"Microsoft.TestPlatform.ObjectModel": "17.11.1",
153-
"Newtonsoft.Json": "13.0.1"
152+
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
153+
"Newtonsoft.Json": "13.0.3"
154154
}
155155
},
156156
"Microsoft.Win32.Primitives": {
@@ -216,8 +216,8 @@
216216
},
217217
"Newtonsoft.Json": {
218218
"type": "Transitive",
219-
"resolved": "13.0.1",
220-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
219+
"resolved": "13.0.3",
220+
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
221221
},
222222
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
223223
"type": "Transitive",
@@ -373,6 +373,11 @@
373373
"System.Threading.Tasks": "4.3.0"
374374
}
375375
},
376+
"System.Collections.Immutable": {
377+
"type": "Transitive",
378+
"resolved": "8.0.0",
379+
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
380+
},
376381
"System.Collections.NonGeneric": {
377382
"type": "Transitive",
378383
"resolved": "4.3.0",
@@ -827,8 +832,11 @@
827832
},
828833
"System.Reflection.Metadata": {
829834
"type": "Transitive",
830-
"resolved": "1.6.0",
831-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
835+
"resolved": "8.0.0",
836+
"contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
837+
"dependencies": {
838+
"System.Collections.Immutable": "8.0.0"
839+
}
832840
},
833841
"System.Reflection.Primitives": {
834842
"type": "Transitive",
@@ -1252,7 +1260,7 @@
12521260
"AutoFixture.AutoFakeItEasy": "[4.18.1, )",
12531261
"AutoFixture.Xunit2": "[4.18.1, )",
12541262
"FluentAssertions": "[6.12.0, )",
1255-
"Microsoft.NET.Test.Sdk": "[17.11.1, )",
1263+
"Microsoft.NET.Test.Sdk": "[17.14.1, )",
12561264
"xunit": "[2.9.0, )"
12571265
}
12581266
}

0 commit comments

Comments
 (0)