Skip to content

Commit

Permalink
Update MSAL to 4.65.0 (#413)
Browse files Browse the repository at this point in the history
* Update MSAL to 4.65.0

* Update changelog
  • Loading branch information
Haard30 authored Nov 7, 2024
1 parent 8efdc01 commit c784102
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Temporarily paused the publishing of Linux binaries.
- Upgrade MSAL from `4.59.1` to `4.61.3`.
- Upgrade MSAL from `4.59.1` to `4.65.0`.
- Upgrade Lasso from `2024.8.24.1` to `2024.10.14.1`.

## [0.8.6] - 2024-04-25
Expand Down
2 changes: 1 addition & 1 deletion src/AdoPat/AdoPat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AdditionalFiles Include="..\stylecop\stylecop.json" Link="stylecop.json" />
<Compile Include="..\stylecop\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.4" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.61.3" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.65.0" />
<PackageReference Include="Microsoft.VisualStudio.Services.Client" Version="19.239.0-preview" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />

Expand Down
6 changes: 3 additions & 3 deletions src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.61.3" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.65.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MSALWrapper\MSALWrapper.csproj" />
Expand All @@ -31,7 +31,7 @@
<!--Windows: Explicitly continue using the net5 version of MSAL since there is no net6 target yet
https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3682-->
<PackageReference Include="Microsoft.Identity.Client" GeneratePathProperty="true">
<Version>4.61.3</Version>
<Version>4.65.0</Version>
</PackageReference>

<Reference Include="Microsoft.Identity.Client">
Expand All @@ -41,6 +41,6 @@

<ItemGroup Condition="$([MSBuild]::IsOSPlatform('Windows')) == false">
<!-- Not Windows: simple package reference -->
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.65.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions src/MSALWrapper/MSALWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.4" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.61.3" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.65.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.0" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.61.3" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.65.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.65.0" />

</ItemGroup>

Expand Down

0 comments on commit c784102

Please sign in to comment.