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

Commit 7e40e41

Browse files
authored
Merge pull request #99 from Azure-Samples/jennyf/4.3
update to msal 4.3
2 parents a9b3b50 + 4ca25ff commit 7e40e41

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

UserDetailsClient/UserDetailsClient.Core/UserDetailsClient.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
99
<PackageReference Include="System.Net.Http" Version="4.3.3" />
1010
<PackageReference Include="Xamarin.Forms" Version="3.0.0.530893" />
11-
<PackageReference Include="Microsoft.Identity.Client" Version="4.2.1" />
11+
<PackageReference Include="Microsoft.Identity.Client" Version="4.3.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

UserDetailsClient/UserDetailsClient.Droid/UserDetailsClient.Droid.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<ItemGroup>
5151
<Reference Include="Java.Interop" />
5252
<Reference Include="Microsoft.CSharp" />
53-
<Reference Include="Microsoft.Identity.Client, Version=4.2.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\Microsoft.Identity.Client.4.2.1\lib\monoandroid90\Microsoft.Identity.Client.dll</HintPath>
53+
<Reference Include="Microsoft.Identity.Client, Version=4.3.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
54+
<HintPath>..\..\packages\Microsoft.Identity.Client.4.3.0\lib\monoandroid90\Microsoft.Identity.Client.dll</HintPath>
5555
</Reference>
5656
<Reference Include="Mono.Android" />
5757
<Reference Include="mscorlib" />

UserDetailsClient/UserDetailsClient.Droid/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="AsyncUsageAnalyzers" version="1.0.0-alpha003" targetFramework="monoandroid81" developmentDependency="true" />
44
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="monoandroid81" />
5-
<package id="Microsoft.Identity.Client" version="4.2.1" targetFramework="monoandroid90" />
5+
<package id="Microsoft.Identity.Client" version="4.3.0" targetFramework="monoandroid90" />
66
<package id="Microsoft.NETCore.Platforms" version="2.1.0" targetFramework="monoandroid81" />
77
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="monoandroid60" />
88
<package id="NETStandard.Library" version="2.0.3" targetFramework="monoandroid81" />

UserDetailsClient/UserDetailsClient.UWP/UserDetailsClient.UWP.csproj

+1-1
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.2.1</Version>
135+
<Version>4.3.0</Version>
136136
</PackageReference>
137137
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
138138
<Version>6.1.4</Version>

UserDetailsClient/UserDetailsClient.iOS/UserDetailsClient.iOS.csproj

+2-2
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.2.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
110-
<HintPath>..\..\packages\Microsoft.Identity.Client.4.2.1\lib\xamarinios10\Microsoft.Identity.Client.dll</HintPath>
109+
<Reference Include="Microsoft.Identity.Client, Version=4.3.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
110+
<HintPath>..\..\packages\Microsoft.Identity.Client.4.3.0\lib\xamarinios10\Microsoft.Identity.Client.dll</HintPath>
111111
</Reference>
112112
<Reference Include="System" />
113113
<Reference Include="System.IdentityModel" />

UserDetailsClient/UserDetailsClient.iOS/packages.config

+1-1
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.2.1" targetFramework="xamarinios10" />
5+
<package id="Microsoft.Identity.Client" version="4.3.0" targetFramework="xamarinios10" />
66
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="xamarinios10" />
77
<package id="System.ComponentModel.TypeConverter" version="4.3.0" targetFramework="xamarinios10" />
88
<package id="System.Runtime.Serialization.Formatters" version="4.3.0" targetFramework="xamarinios10" />

0 commit comments

Comments
 (0)