Skip to content

Commit

Permalink
Merge pull request #2657 from unoplatform/dev/jela/winappsdk-msal
Browse files Browse the repository at this point in the history
fix: Bump msal for fix winappsdk issue
  • Loading branch information
nickrandolph authored Jan 10, 2025
2 parents d25929d + ee9e01c commit 78184f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build/ci/stage-build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
echo MSBUILDPATH: $MSBUILDPATH
displayName: Setup VS17 Path
- template: templates/install-windows-sdk.yml
parameters:
sdkVersion: 19041
# - template: templates/install-windows-sdk.yml
# parameters:
# sdkVersion: 19041

- template: templates/update-vs-components.yml

Expand Down
6 changes: 3 additions & 3 deletions build/ci/stage-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
echo MSBUILDPATH: $MSBUILDPATH
displayName: Setup VS17 Path
- template: templates/install-windows-sdk.yml
parameters:
sdkVersion: 19041
# - template: templates/install-windows-sdk.yml
# parameters:
# sdkVersion: 19041

- template: templates/update-vs-components.yml

Expand Down
6 changes: 3 additions & 3 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<PackageVersion Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageVersion Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.61.3" />
<PackageVersion Include="Microsoft.Identity.Client.Desktop" Version="4.61.3" />
<PackageVersion Include="Microsoft.Identity.Client" Version="4.66.2" />
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.66.2" />
<PackageVersion Include="Microsoft.Identity.Client.Desktop" Version="4.66.2" />
<PackageVersion Include="Microsoft.Maui.Controls" Version="8.0.3" />
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
Expand Down
2 changes: 1 addition & 1 deletion testing/TestHarness/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="6.0.7" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" />
<PackageVersion Include="Microsoft.Identity.Client" Version="4.64.1" />
<PackageVersion Include="Microsoft.Identity.Client" Version="4.66.2" />
<PackageVersion Include="Microsoft.Net.Compilers.Toolset" Version="4.2.0" />
<PackageVersion Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.11" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" />
Expand Down

0 comments on commit 78184f8

Please sign in to comment.