Skip to content

Commit

Permalink
Cd/update msal2.7.1 (#61)
Browse files Browse the repository at this point in the history
* Updating the solution to MSAL 2.7.1

* Update to MSAL 2.7.1
  • Loading branch information
jmprieur authored Feb 23, 2019
1 parent 4906c00 commit 13a691f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
</Reference>
<Reference Include="Java.Interop" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Identity.Client, Version=2.7.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
<HintPath>..\..\packages\Microsoft.Identity.Client.2.7.0\lib\monoandroid81\Microsoft.Identity.Client.dll</HintPath>
<Reference Include="Microsoft.Identity.Client, Version=2.7.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
<HintPath>..\..\packages\Microsoft.Identity.Client.2.7.1\lib\monoandroid81\Microsoft.Identity.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Android" />
Expand Down
2 changes: 1 addition & 1 deletion UserDetailsClient/UserDetailsClient.Droid/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AsyncUsageAnalyzers" version="1.0.0-alpha003" targetFramework="monoandroid70" developmentDependency="true" />
<package id="Microsoft.Identity.Client" version="2.7.0" allowedVersions="[2,3)" targetFramework="monoandroid81" />
<package id="Microsoft.Identity.Client" version="2.7.1" allowedVersions="[2,3)" targetFramework="monoandroid81" />
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="monoandroid70" />
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="monoandroid70" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="monoandroid70" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client">
<Version>2.6.2</Version>
<Version>2.7.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.1.7</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Identity.Client, Version=2.7.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
<HintPath>..\..\packages\Microsoft.Identity.Client.2.7.0\lib\xamarinios10\Microsoft.Identity.Client.dll</HintPath>
<Reference Include="Microsoft.Identity.Client, Version=2.7.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
<HintPath>..\..\packages\Microsoft.Identity.Client.2.7.1\lib\xamarinios10\Microsoft.Identity.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion UserDetailsClient/UserDetailsClient.iOS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="AsyncUsageAnalyzers" version="1.0.0-alpha003" targetFramework="xamarinios10" developmentDependency="true" />
<package id="Microsoft.CSharp" version="4.3.0" targetFramework="xamarinios10" />
<package id="Microsoft.Identity.Client" version="2.7.0" allowedVersions="[2,3)" targetFramework="xamarinios10" />
<package id="Microsoft.Identity.Client" version="2.7.1" allowedVersions="[2,3)" targetFramework="xamarinios10" />
<package id="System.ComponentModel.TypeConverter" version="4.3.0" targetFramework="xamarinios10" />
<package id="System.Runtime.Serialization.Formatters" version="4.3.0" targetFramework="xamarinios10" />
<package id="System.Runtime.Serialization.Primitives" version="4.3.0" targetFramework="xamarinios10" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

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

0 comments on commit 13a691f

Please sign in to comment.