Skip to content

Commit

Permalink
Merge pull request #42 from Azure-Samples/nebharg/updateMSAL_4-18
Browse files Browse the repository at this point in the history
Update MSAL
  • Loading branch information
neha-bhargava committed Sep 3, 2020
2 parents 8257657 + 35abd1f commit 4f73be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions UserSync/UserSync.csproj
Expand Up @@ -49,8 +49,8 @@
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Identity.Client, Version=4.16.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.16.1\lib\net45\Microsoft.Identity.Client.dll</HintPath>
<Reference Include="Microsoft.Identity.Client, Version=4.18.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.18.0\lib\net461\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\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion UserSync/packages.config
Expand Up @@ -20,7 +20,7 @@
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net461" />
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" targetFramework="net461" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net461" />
<package id="Microsoft.Identity.Client" version="4.16.1" targetFramework="net461" />
<package id="Microsoft.Identity.Client" version="4.18.0" targetFramework="net461" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="5.4.0" targetFramework="net461" />
<package id="Microsoft.IdentityModel.Logging" version="5.4.0" targetFramework="net461" />
<package id="Microsoft.IdentityModel.Protocols" version="5.4.0" targetFramework="net461" />
Expand Down

0 comments on commit 4f73be0

Please sign in to comment.