Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit ef1da0e

Browse files
authored
Merge pull request #143 from Azure-Samples/nebharg/updateMsal4.23
Update Msal to 4.23
2 parents 537fb17 + 3650c41 commit ef1da0e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

UserDetailsClient/UserDetailsClient.Core/UserDetailsClient.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
1515
<PackageReference Include="System.Net.Http" Version="4.3.3" />
1616
<PackageReference Include="Xamarin.Forms" Version="3.0.0.530893" />
17-
<PackageReference Include="Microsoft.Identity.Client" Version="4.22.0" />
17+
<PackageReference Include="Microsoft.Identity.Client" Version="4.23.0" />
1818
</ItemGroup>
1919
</Project>

UserDetailsClient/UserDetailsClient.UWP/UserDetailsClient.UWP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
</ItemGroup>
133133
<ItemGroup>
134134
<PackageReference Include="Microsoft.Identity.Client">
135-
<Version>4.22.0</Version>
135+
<Version>4.23.0</Version>
136136
</PackageReference>
137137
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
138138
<Version>6.1.4</Version>

UserDetailsClient/UserDetailsClient.iOS/UserDetailsClient.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
</ItemGroup>
107107
<ItemGroup>
108108
<Reference Include="Microsoft.CSharp" />
109-
<Reference Include="Microsoft.Identity.Client, Version=4.22.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
110-
<HintPath>..\..\packages\Microsoft.Identity.Client.4.22.0\lib\xamarinios10\Microsoft.Identity.Client.dll</HintPath>
109+
<Reference Include="Microsoft.Identity.Client, Version=4.23.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
110+
<HintPath>..\..\packages\Microsoft.Identity.Client.4.23.0\lib\xamarinios10\Microsoft.Identity.Client.dll</HintPath>
111111
</Reference>
112112
<Reference Include="System" />
113113
<Reference Include="System.IdentityModel" />

UserDetailsClient/UserDetailsClient.iOS/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="AsyncUsageAnalyzers" version="1.0.0-alpha003" targetFramework="xamarinios10" developmentDependency="true" />
44
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="xamarinios10" />
5-
<package id="Microsoft.Identity.Client" version="4.22.0" targetFramework="xamarinios10" />
5+
<package id="Microsoft.Identity.Client" version="4.23.0" targetFramework="xamarinios10" />
66
<package id="Microsoft.NETCore.Platforms" version="1.1.1" targetFramework="xamarinios10" />
77
<package id="Microsoft.NETCore.Targets" version="1.1.3" targetFramework="xamarinios10" />
88
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="xamarinios10" />

0 commit comments

Comments
 (0)