Skip to content

Commit

Permalink
chore: Upgrade Microsoft.Identity.Client
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jun 12, 2024
1 parent 7122dcc commit 23906bd
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions build/nuget/Uno.WinUI.MSAL.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,58 +13,58 @@
<dependencies>
<group targetFramework="net9.0">
<dependency id="Uno.WinUI" version="to-be-set-by-ci" />
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
<group targetFramework="net8.0">
<dependency id="Uno.WinUI" version="to-be-set-by-ci" />
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>

<!-- BEGIN UWP-specific
<group targetFramework="UAP10.0.19041">
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
END UWP-specific -->


<!-- BEGIN WinUI-specific -->
<group targetFramework="net8.0-windows10.0.19041.0">
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
<!-- END WinUI-specific -->


<group targetFramework="net8.0-android30.0">
<dependency id="Uno.WinUI" version="to-be-set-by-ci" />
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
<group targetFramework="net8.0-ios">
<dependency id="Uno.WinUI" version="to-be-set-by-ci" />
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
<group targetFramework="net8.0-maccatalyst">
<dependency id="Uno.WinUI" version="to-be-set-by-ci" />
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
<group targetFramework="net8.0-macos">
<dependency id="Uno.WinUI" version="to-be-set-by-ci" />
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
<group targetFramework="net9.0-android30.0">
<dependency id="Uno.WinUI" version="to-be-set-by-ci" />
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
<group targetFramework="net9.0-ios">
<dependency id="Uno.WinUI" version="to-be-set-by-ci" />
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
<group targetFramework="net9.0-maccatalyst">
<dependency id="Uno.WinUI" version="to-be-set-by-ci" />
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
<group targetFramework="net9.0-macos">
<dependency id="Uno.WinUI" version="to-be-set-by-ci" />
<dependency id="Microsoft.Identity.Client" version="4.47.0" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.Reference.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.Skia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
</ItemGroup>

<Import Project="..\..\..\build\nuget\uno.winui.cross-runtime.targets"/>
Expand Down
2 changes: 1 addition & 1 deletion src/AddIns/Uno.UI.MSAL/Uno.UI.MSAL.netcoremobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.Skia/SamplesApp.Skia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageReference Include="Uno.Fonts.Fluent" />
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="Microsoft.Graph" Version="3.12.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="MSTest.Analyzers" />
<!-- TODO: Use version 8 when compiling against .NET 8? -->
Expand Down
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.Wasm/SamplesApp.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="Microsoft.Graph" Version="3.12.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="MSTest.Analyzers" />
<PackageReference Include="Uno.Extensions.Logging.WebAssembly.Console" Version="1.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Version>3.12.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Identity.Client">
<Version>4.47.0</Version>
<Version>4.61.3</Version>
</PackageReference>

<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240227000" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<Version>3.12.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Identity.Client">
<Version>4.47.0</Version>
<Version>4.61.3</Version>
</PackageReference>

<PackageReference Include="MSTest.TestFramework" />
Expand Down
2 changes: 1 addition & 1 deletion src/SamplesApp/UnoIslands.Skia/UnoIslands.Skia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PackageReference Include="Uno.Fonts.Fluent" />
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="Microsoft.Graph" Version="3.12.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="MSTest.Analyzers" />
<!-- TODO: Use version 8 when compiling against .NET 8? -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="Uno.Fonts.Fluent" />
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="Microsoft.Graph" Version="3.12.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="MSTest.Analyzers" />
<!-- TODO: Use version 8 when compiling against .NET 8? -->
Expand Down

0 comments on commit 23906bd

Please sign in to comment.