Skip to content

Commit 3d7c594

Browse files
authored
update to msal 4.8.1 (#48)
1 parent 852de41 commit 3d7c594

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

active-directory-b2c-wpf/active-directory-b2c-wpf.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Microsoft.Identity.Client, Version=4.6.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
39-
<HintPath>..\packages\Microsoft.Identity.Client.4.6.0\lib\net45\Microsoft.Identity.Client.dll</HintPath>
38+
<Reference Include="Microsoft.Identity.Client, Version=4.8.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Microsoft.Identity.Client.4.8.1\lib\net45\Microsoft.Identity.Client.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4242
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>

active-directory-b2c-wpf/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Identity.Client" version="4.6.0" targetFramework="net452" />
3+
<package id="Microsoft.Identity.Client" version="4.8.1" targetFramework="net472" />
44
<package id="Microsoft.NETCore.Platforms" version="1.1.1" targetFramework="net452" />
55
<package id="Microsoft.NETCore.Targets" version="1.1.3" targetFramework="net452" />
66
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net452" />

0 commit comments

Comments
 (0)