Skip to content

Commit 13a691f

Browse files
authored
Cd/update msal2.7.1 (#61)
* Updating the solution to MSAL 2.7.1 * Update to MSAL 2.7.1
1 parent 4906c00 commit 13a691f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

UserDetailsClient/UserDetailsClient.Droid/UserDetailsClient.Droid.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
</Reference>
6363
<Reference Include="Java.Interop" />
6464
<Reference Include="Microsoft.CSharp" />
65-
<Reference Include="Microsoft.Identity.Client, Version=2.7.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
66-
<HintPath>..\..\packages\Microsoft.Identity.Client.2.7.0\lib\monoandroid81\Microsoft.Identity.Client.dll</HintPath>
65+
<Reference Include="Microsoft.Identity.Client, Version=2.7.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
66+
<HintPath>..\..\packages\Microsoft.Identity.Client.2.7.1\lib\monoandroid81\Microsoft.Identity.Client.dll</HintPath>
6767
<Private>True</Private>
6868
</Reference>
6969
<Reference Include="Mono.Android" />

UserDetailsClient/UserDetailsClient.Droid/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="AsyncUsageAnalyzers" version="1.0.0-alpha003" targetFramework="monoandroid70" developmentDependency="true" />
4-
<package id="Microsoft.Identity.Client" version="2.7.0" allowedVersions="[2,3)" targetFramework="monoandroid81" />
4+
<package id="Microsoft.Identity.Client" version="2.7.1" allowedVersions="[2,3)" targetFramework="monoandroid81" />
55
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="monoandroid70" />
66
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="monoandroid70" />
77
<package id="NETStandard.Library" version="1.6.1" targetFramework="monoandroid70" />

UserDetailsClient/UserDetailsClient.UWP/UserDetailsClient.UWP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
</ItemGroup>
134134
<ItemGroup>
135135
<PackageReference Include="Microsoft.Identity.Client">
136-
<Version>2.6.2</Version>
136+
<Version>2.7.1</Version>
137137
</PackageReference>
138138
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
139139
<Version>6.1.7</Version>

UserDetailsClient/UserDetailsClient.iOS/UserDetailsClient.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
</ItemGroup>
133133
<ItemGroup>
134134
<Reference Include="Microsoft.CSharp" />
135-
<Reference Include="Microsoft.Identity.Client, Version=2.7.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
136-
<HintPath>..\..\packages\Microsoft.Identity.Client.2.7.0\lib\xamarinios10\Microsoft.Identity.Client.dll</HintPath>
135+
<Reference Include="Microsoft.Identity.Client, Version=2.7.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
136+
<HintPath>..\..\packages\Microsoft.Identity.Client.2.7.1\lib\xamarinios10\Microsoft.Identity.Client.dll</HintPath>
137137
<Private>True</Private>
138138
</Reference>
139139
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

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.3.0" targetFramework="xamarinios10" />
5-
<package id="Microsoft.Identity.Client" version="2.7.0" allowedVersions="[2,3)" targetFramework="xamarinios10" />
5+
<package id="Microsoft.Identity.Client" version="2.7.1" allowedVersions="[2,3)" targetFramework="xamarinios10" />
66
<package id="System.ComponentModel.TypeConverter" version="4.3.0" targetFramework="xamarinios10" />
77
<package id="System.Runtime.Serialization.Formatters" version="4.3.0" targetFramework="xamarinios10" />
88
<package id="System.Runtime.Serialization.Primitives" version="4.3.0" targetFramework="xamarinios10" />

UserDetailsClient/UserDetailsClient/UserDetailsClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="AsyncUsageAnalyzers" version="1.0.0-alpha003" developmentDependency="true" />
13-
<PackageReference Include="Microsoft.Identity.Client" version="2.6.2" />
13+
<PackageReference Include="Microsoft.Identity.Client" version="2.7.1" />
1414
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
1515

1616
<PackageReference Include="Xamarin.Forms" version="2.5.0.122203" />

0 commit comments

Comments
 (0)