Skip to content

Commit 967cc79

Browse files
authored
Merge pull request #63 from Azure-Samples/jennyf/msal4.6
update to 4.6
2 parents c5556f4 + 65f39f7 commit 967cc79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TaskWebApp/TaskWebApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
5353
</Reference>
5454
<Reference Include="Microsoft.CSharp" />
55-
<Reference Include="Microsoft.Identity.Client, Version=4.3.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
56-
<HintPath>..\packages\Microsoft.Identity.Client.4.3.1\lib\net45\Microsoft.Identity.Client.dll</HintPath>
55+
<Reference Include="Microsoft.Identity.Client, Version=4.6.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
56+
<HintPath>..\packages\Microsoft.Identity.Client.4.6.0\lib\net45\Microsoft.Identity.Client.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5959
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.5.4.0\lib\net451\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>

TaskWebApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.7" targetFramework="net461" />
1010
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.7" targetFramework="net461" />
1111
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net451" />
12-
<package id="Microsoft.Identity.Client" version="4.3.1" targetFramework="net451" />
12+
<package id="Microsoft.Identity.Client" version="4.6.0" targetFramework="net451" />
1313
<package id="Microsoft.IdentityModel.JsonWebTokens" version="5.4.0" targetFramework="net451" />
1414
<package id="Microsoft.IdentityModel.Logging" version="5.4.0" targetFramework="net451" />
1515
<package id="Microsoft.IdentityModel.Protocols" version="5.4.0" targetFramework="net451" />

0 commit comments

Comments
 (0)