Skip to content

Commit 00b5367

Browse files
authored
Updating the solution to MSAL 2.7.1 (#14)
1 parent 6133ab0 commit 00b5367

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

GroupManager/GroupManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
<Private>True</Private>
8787
</Reference>
8888
<Reference Include="Microsoft.CSharp" />
89-
<Reference Include="Microsoft.Identity.Client, Version=2.7.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
90-
<HintPath>..\packages\Microsoft.Identity.Client.2.7.0\lib\net45\Microsoft.Identity.Client.dll</HintPath>
89+
<Reference Include="Microsoft.Identity.Client, Version=2.7.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae">
90+
<HintPath>..\packages\Microsoft.Identity.Client.2.7.1\lib\net45\Microsoft.Identity.Client.dll</HintPath>
9191
<Private>True</Private>
9292
</Reference>
9393
<Reference Include="Microsoft.IdentityModel.Protocol.Extensions, Version=1.0.40306.1554, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

GroupManager/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net45" />
1919
<package id="Microsoft.AspNet.WebPages" version="3.2.4" targetFramework="net45" />
2020
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.0" targetFramework="net45" />
21-
<package id="Microsoft.Identity.Client" version="2.7.0" allowedVersions="[2,3)" targetFramework="net45" />
21+
<package id="Microsoft.Identity.Client" version="2.7.1" allowedVersions="[2,3)" targetFramework="net45" />
2222
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.4.403061554" targetFramework="net45" />
2323
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="3.2.3" targetFramework="net45" />
2424
<package id="Microsoft.Net.Compilers" version="1.0.0" targetFramework="net45" developmentDependency="true" />

0 commit comments

Comments
 (0)