Skip to content

Commit

Permalink
Merge branch 'main' into user/keyuxuan/update-doetnet-in-azureauth
Browse files Browse the repository at this point in the history
  • Loading branch information
keyuxuan committed Nov 7, 2024
2 parents 01b3561 + c784102 commit 3f50dc1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.23.1`.
- Upgrade from .NET 6 to .NET 8.
- Disable trimmed version when publishing AzureAuth.
Expand Down
2 changes: 1 addition & 1 deletion src/AdoPat/AdoPat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AdditionalFiles Include="..\stylecop\stylecop.json" Link="stylecop.json" />
<Compile Include="..\stylecop\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<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" />
<!-- Transitive dependencies of Microsoft.VisualStudio.Services.Client temporarily pinned for security reasons. -->
Expand Down
4 changes: 2 additions & 2 deletions src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 @@ -32,6 +32,6 @@
</ItemGroup>
<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 @@ -23,9 +23,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<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>
</Project>

0 comments on commit 3f50dc1

Please sign in to comment.