Skip to content

Commit

Permalink
Merge pull request #63 from Azure-Samples/jennyf/msal4.6
Browse files Browse the repository at this point in the history
update to 4.6
  • Loading branch information
jennyf19 authored Nov 4, 2019
2 parents c5556f4 + 65f39f7 commit 967cc79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TaskWebApp/TaskWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Identity.Client, Version=4.3.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.3.1\lib\net45\Microsoft.Identity.Client.dll</HintPath>
<Reference Include="Microsoft.Identity.Client, Version=4.6.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.6.0\lib\net45\Microsoft.Identity.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.5.4.0\lib\net451\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion TaskWebApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.7" targetFramework="net461" />
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.7" targetFramework="net461" />
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net451" />
<package id="Microsoft.Identity.Client" version="4.3.1" targetFramework="net451" />
<package id="Microsoft.Identity.Client" version="4.6.0" targetFramework="net451" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="5.4.0" targetFramework="net451" />
<package id="Microsoft.IdentityModel.Logging" version="5.4.0" targetFramework="net451" />
<package id="Microsoft.IdentityModel.Protocols" version="5.4.0" targetFramework="net451" />
Expand Down

0 comments on commit 967cc79

Please sign in to comment.