Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit dbe24e2

Browse files
chore(deps): update non-major nuget dependencies (#623)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.Identity.Web](https://togithub.com/AzureAD/microsoft-identity-web) | `2.16.1` -> `2.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Identity.Web/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Identity.Web/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Identity.Web/2.16.1/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Identity.Web/2.16.1/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) | `17.8.0` -> `17.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.8.0/17.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>AzureAD/microsoft-identity-web (Microsoft.Identity.Web)</summary> ### [`v2.17.0`](https://togithub.com/AzureAD/microsoft-identity-web/blob/HEAD/changelog.md#2170) [Compare Source](https://togithub.com/AzureAD/microsoft-identity-web/compare/2.16.1...2.17.0) \========= - Updated to Microsoft.IdentityModel.\* 7.3.1 and MSAL.NET 4.59.0 ##### New features - Added support for Microsoft.NET.Sdk.Worker. See [Worker calling APIs](https://togithub.com/AzureAD/microsoft-identity-web/wiki/worker%E2%80%90app%E2%80%90calling%E2%80%90downstream%E2%80%90apis) - Added support for Managed identity when calling a downstream API on behalf of the app. See [Calling APIs with Managed Identity](https://togithub.com/AzureAD/microsoft-identity-web/wiki/calling-apis-with-managed-identity) and [PR 2650](https://togithub.com/AzureAD/microsoft-identity-web/pull/2650). For details see [PR #&#8203;2645](https://togithub.com/AzureAD/microsoft-identity-web/issues/2645) ##### Bug fixes - In OWIN applications, GetTokenForUserAsync now respects the ClaimsPrincipal. See issue [#&#8203;2629](https://togithub.com/AzureAD/microsoft-identity-web/issues/2629) for details. - After setting `AddTokenAcquisition(useSingleton:true)` to use token acquisition as a singleton, if you use `.AddMicrosoftGraph` and/or `.AddDownstreamApi` after this call, the GraphServiceClient and IDownstreamApis are now registered as a singleton service. For details see [PR #&#8203;2645](https://togithub.com/AzureAD/microsoft-identity-web/issues/2645) - Added check Against Injection Attacks. For details see [PR 2619](https://togithub.com/AzureAD/microsoft-identity-web/issues/2619) ##### Engineering excellence - Added a benchmark running on PR merges, available from <https://azuread.github.io/microsoft-identity-web/benchmarks> on GitHub pages </details> <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0) ##### What's Changed - Remove dependency on Nuget.Frameworks by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4693](https://togithub.com/microsoft/vstest/pull/4693) - Add platform guard by [@&#8203;dotMorten](https://togithub.com/dotMorten) in [https://github.com/microsoft/vstest/pull/4737](https://togithub.com/microsoft/vstest/pull/4737) - Remove javascript in `HtmlLogger` by [@&#8203;daveMueller](https://togithub.com/daveMueller) in [https://github.com/microsoft/vstest/pull/4744](https://togithub.com/microsoft/vstest/pull/4744) - Fix CPU is consumed by polling frequently when there is no subscriber by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4735](https://togithub.com/microsoft/vstest/pull/4735) - Create a proper MSBuild ToolTask based VSTestTask by [@&#8203;mcartoixa](https://togithub.com/mcartoixa) in [https://github.com/microsoft/vstest/pull/2702](https://togithub.com/microsoft/vstest/pull/2702) - Update SDK, copy logger by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4755](https://togithub.com/microsoft/vstest/pull/4755) - Fix staircase in logger by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4756](https://togithub.com/microsoft/vstest/pull/4756) - Update dump client to latest by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4724](https://togithub.com/microsoft/vstest/pull/4724) - \[rel/17.9] Disable testhost prestart by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4836](https://togithub.com/microsoft/vstest/pull/4836) ##### New Contributors - [@&#8203;jithu7432](https://togithub.com/jithu7432) made their first contribution in [https://github.com/microsoft/vstest/pull/4698](https://togithub.com/microsoft/vstest/pull/4698) - [@&#8203;mcartoixa](https://togithub.com/mcartoixa) made their first contribution in [https://github.com/microsoft/vstest/pull/2702](https://togithub.com/microsoft/vstest/pull/2702) **Full Changelog**: microsoft/vstest@v17.8.0...v17.9.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ThorstenSauter/NoPlan). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b0b702 commit dbe24e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.1"/>
1818
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1"/>
1919
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.59.0"/>
20-
<PackageVersion Include="Microsoft.Identity.Web" Version="2.16.1"/>
21-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
20+
<PackageVersion Include="Microsoft.Identity.Web" Version="2.17.0"/>
21+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
2222
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7"/>
2323
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.19.0.84025"/>
2424
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556"/>

0 commit comments

Comments
 (0)