Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit b88ac26

Browse files
chore(deps): update non-major nuget dependencies (#175)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.Identity.Web](https://redirect.github.com/AzureAD/microsoft-identity-web) | `3.9.2` -> `3.9.3` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Identity.Web/3.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Identity.Web/3.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Identity.Web/3.9.2/3.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Identity.Web/3.9.2/3.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Verify.TUnit](https://redirect.github.com/VerifyTests/Verify) | `30.3.0` -> `30.3.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Verify.TUnit/30.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Verify.TUnit/30.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Verify.TUnit/30.3.0/30.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Verify.TUnit/30.3.0/30.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>AzureAD/microsoft-identity-web (Microsoft.Identity.Web)</summary> ### [`v3.9.3`](https://redirect.github.com/AzureAD/microsoft-identity-web/blob/HEAD/changelog.md#393) [Compare Source](https://redirect.github.com/AzureAD/microsoft-identity-web/compare/3.9.2...3.9.3) \======= ##### Package updates - Microsoft.IdentityModel updated to version [8.12.0](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases/tag/8.12.0). ##### Fundamentals - Add `.clinerules` to help with AI tooling. - **Update PublicApiAnalyzers and BannedApiAnalyzers to 4.14.0**\ Upgraded analyzer packages for improved diagnostics and code consistency (in particular delegates are added).\ For details see [#&#8203;3379](https://redirect.github.com/AzureAD/microsoft-identity-web/pull/3379) </details> <details> <summary>VerifyTests/Verify (Verify.TUnit)</summary> ### [`v30.3.1`](https://redirect.github.com/VerifyTests/Verify/compare/30.3.0...30.3.1) [Compare Source](https://redirect.github.com/VerifyTests/Verify/compare/30.3.0...30.3.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ThorstenSauter/TShort). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiLk5FVCIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8cdfdb commit b88ac26

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
@@ -24,7 +24,7 @@
2424
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.5"/>
2525
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.5.0"/>
2626
<PackageVersion Include="Microsoft.Extensions.ServiceDiscovery" Version="9.3.0"/>
27-
<PackageVersion Include="Microsoft.Identity.Web" Version="3.9.2"/>
27+
<PackageVersion Include="Microsoft.Identity.Web" Version="3.9.3"/>
2828
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.14.2"/>
2929
<PackageVersion Include="NSubstitute" Version="5.3.0"/>
3030
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17"/>
@@ -40,6 +40,6 @@
4040
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556"/>
4141
<PackageVersion Include="Testcontainers.MsSql" Version="4.4.0"/>
4242
<PackageVersion Include="TUnit" Version="0.24.0"/>
43-
<PackageVersion Include="Verify.TUnit" Version="30.3.0"/>
43+
<PackageVersion Include="Verify.TUnit" Version="30.3.1"/>
4444
</ItemGroup>
4545
</Project>

0 commit comments

Comments
 (0)