Skip to content

Commit

Permalink
Merge pull request #61 from Azure-Samples/jennyf/msal4.18
Browse files Browse the repository at this point in the history
update to msal 4.18
  • Loading branch information
neha-bhargava authored Sep 3, 2020
2 parents 714a544 + a39ee27 commit 133a352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions active-directory-b2c-wpf/active-directory-b2c-wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Identity.Client, Version=4.17.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.17.0\lib\net461\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="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion active-directory-b2c-wpf/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Identity.Client" version="4.17.0" targetFramework="net472" />
<package id="Microsoft.Identity.Client" version="4.18.0" targetFramework="net472" />
<package id="Microsoft.NETCore.Platforms" version="1.1.1" targetFramework="net452" />
<package id="Microsoft.NETCore.Targets" version="1.1.3" targetFramework="net452" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net452" />
Expand Down

0 comments on commit 133a352

Please sign in to comment.