Skip to content

Commit

Permalink
Bump deps (#269)
Browse files Browse the repository at this point in the history
* bump deps

* Update assembly-bindings.config

* Update CHANGELOG.md
  • Loading branch information
Yvand authored Jun 21, 2024
1 parent 110194c commit e35ab87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Fix an NullReferenceException in a very rare scenario where ClaimsPrincipal.Identity is null
* Add helper methods to get/delete a tenant in the configuration
* Update Azure.Identity from 1.11.2 to 1.12.0
* Update Microsoft.Graph from 5.49.0 to 5.56.0

## EntraCP v25.0.20240503.33 enhancements & bug-fixes - Published in May 3, 2024

Expand Down
2 changes: 1 addition & 1 deletion Yvand.EntraCP.Tests/Yvand.EntraCP.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<Version>4.1.0</Version>
</PackageReference>
<PackageReference Include="NUnit.Analyzers">
<Version>4.1.0</Version>
<Version>4.2.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions Yvand.EntraCP/Yvand.EntraCP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
<!-- NuGet packages -->
<ItemGroup>
<PackageReference Include="Azure.Identity">
<Version>1.11.2</Version>
<Version>1.12.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Graph">
<Version>5.49.0</Version>
<Version>5.56.0</Version>
</PackageReference>
<PackageReference Include="StrongNamer">
<Version>0.2.5</Version>
Expand Down
6 changes: 3 additions & 3 deletions assembly-bindings.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ The content of this file may change with each version of EntraCP, make sure to u
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Azure.Core" publicKeyToken="92742159e12e44c8" culture="neutral"/>
<bindingRedirect oldVersion="1.37.0.0" newVersion="1.38.0.0"/>
<bindingRedirect oldVersion="1.39.0.0" newVersion="1.40.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Kiota.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="1.7.10.0-1.7.11.0" newVersion="1.8.0.0"/>
<bindingRedirect oldVersion="1.7.10.0-1.7.11.0" newVersion="1.9.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="6.0.0.0" newVersion="6.0.0.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="6.35.0.0" newVersion="7.4.1.0"/>
<bindingRedirect oldVersion="6.35.0.0" newVersion="7.6.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
Expand Down

0 comments on commit e35ab87

Please sign in to comment.