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

Commit 62450e3

Browse files
authored
Merge pull request #103 from Azure-Samples/jennyf/msal4.4
update to 4.4
2 parents 7162211 + 49c2789 commit 62450e3

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-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.3.1" />
11+
<PackageReference Include="Microsoft.Identity.Client" Version="4.4.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.3.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\Microsoft.Identity.Client.4.3.1\lib\monoandroid90\Microsoft.Identity.Client.dll</HintPath>
53+
<Reference Include="Microsoft.Identity.Client, Version=4.4.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
54+
<HintPath>..\..\packages\Microsoft.Identity.Client.4.4.0\lib\monoandroid90\Microsoft.Identity.Client.dll</HintPath>
5555
</Reference>
5656
<Reference Include="Mono.Android" />
5757
<Reference Include="mscorlib" />

UserDetailsClient/UserDetailsClient.Droid/packages.config

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
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.3.1" targetFramework="monoandroid90" />
5+
<package id="Microsoft.Identity.Client" version="4.4.0" targetFramework="monoandroid90" />
66
<package id="Microsoft.NETCore.Platforms" version="2.1.0" targetFramework="monoandroid81" />
7+
<package id="Microsoft.NETCore.Targets" version="1.1.3" targetFramework="monoandroid90" />
78
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="monoandroid60" />
89
<package id="NETStandard.Library" version="2.0.3" targetFramework="monoandroid81" />
910
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="monoandroid81" />
@@ -29,6 +30,7 @@
2930
<package id="System.Net.Primitives" version="4.3.0" targetFramework="monoandroid60" />
3031
<package id="System.Net.Sockets" version="4.3.0" targetFramework="monoandroid60" />
3132
<package id="System.ObjectModel" version="4.3.0" targetFramework="monoandroid60" />
33+
<package id="System.Private.Uri" version="4.3.2" targetFramework="monoandroid90" />
3234
<package id="System.Reflection" version="4.3.0" targetFramework="monoandroid60" />
3335
<package id="System.Reflection.Extensions" version="4.3.0" targetFramework="monoandroid60" />
3436
<package id="System.Reflection.Primitives" version="4.3.0" targetFramework="monoandroid60" />

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.3.1</Version>
135+
<Version>4.4.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.3.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
110-
<HintPath>..\..\packages\Microsoft.Identity.Client.4.3.1\lib\xamarinios10\Microsoft.Identity.Client.dll</HintPath>
109+
<Reference Include="Microsoft.Identity.Client, Version=4.4.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
110+
<HintPath>..\..\packages\Microsoft.Identity.Client.4.4.0\lib\xamarinios10\Microsoft.Identity.Client.dll</HintPath>
111111
</Reference>
112112
<Reference Include="System" />
113113
<Reference Include="System.IdentityModel" />

UserDetailsClient/UserDetailsClient.iOS/packages.config

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
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.3.1" targetFramework="xamarinios10" />
5+
<package id="Microsoft.Identity.Client" version="4.4.0" targetFramework="xamarinios10" />
6+
<package id="Microsoft.NETCore.Platforms" version="1.1.1" targetFramework="xamarinios10" />
7+
<package id="Microsoft.NETCore.Targets" version="1.1.3" targetFramework="xamarinios10" />
68
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="xamarinios10" />
79
<package id="System.ComponentModel.TypeConverter" version="4.3.0" targetFramework="xamarinios10" />
10+
<package id="System.Private.Uri" version="4.3.2" targetFramework="xamarinios10" />
811
<package id="System.Runtime.Serialization.Formatters" version="4.3.0" targetFramework="xamarinios10" />
912
<package id="System.Runtime.Serialization.Primitives" version="4.3.0" targetFramework="xamarinios10" />
1013
<package id="System.Security.SecureString" version="4.3.0" targetFramework="xamarinios10" />

0 commit comments

Comments
 (0)