Skip to content

Commit e20dccd

Browse files
committed
Update MSAL
1 parent 6358587 commit e20dccd

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

TaskService/packages.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<package id="Microsoft.AspNet.WebApi.HelpPage" version="5.2.7" targetFramework="net451" />
1212
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.7" targetFramework="net451" />
1313
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net451" />
14-
<package id="Microsoft.Identity.Client" version="4.44.0" targetFramework="net48" />
14+
<package id="Microsoft.Identity.Client" version="4.45.0" targetFramework="net48" />
15+
<package id="Microsoft.IdentityModel.Abstractions" version="6.18.0" targetFramework="net48" />
1516
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.14.0" targetFramework="net48" />
1617
<package id="Microsoft.IdentityModel.Logging" version="6.14.0" targetFramework="net48" />
1718
<package id="Microsoft.IdentityModel.Protocols" version="6.14.0" targetFramework="net48" />

TaskWebApp/TaskWebApp.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,15 @@
9797
<Reference Include="Microsoft.Extensions.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
9898
<HintPath>..\packages\Microsoft.Extensions.Primitives.5.0.0\lib\net461\Microsoft.Extensions.Primitives.dll</HintPath>
9999
</Reference>
100-
<Reference Include="Microsoft.Identity.Client, Version=4.44.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
101-
<HintPath>..\packages\Microsoft.Identity.Client.4.44.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
100+
<Reference Include="Microsoft.Identity.Client, Version=4.45.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
101+
<HintPath>..\packages\Microsoft.Identity.Client.4.45.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
102102
</Reference>
103103
<Reference Include="Microsoft.Identity.Web.TokenCache, Version=1.19.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
104104
<HintPath>..\packages\Microsoft.Identity.Web.TokenCache.1.19.0\lib\net472\Microsoft.Identity.Web.TokenCache.dll</HintPath>
105105
</Reference>
106+
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=6.18.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
107+
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.18.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
108+
</Reference>
106109
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=6.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
107110
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.6.14.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
108111
</Reference>

TaskWebApp/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
</dependentAssembly>
106106
<dependentAssembly>
107107
<assemblyIdentity name="Microsoft.Identity.Client" publicKeyToken="0a613f4dd989e8ae" culture="neutral" />
108-
<bindingRedirect oldVersion="0.0.0.0-4.44.0.0" newVersion="4.44.0.0" />
108+
<bindingRedirect oldVersion="0.0.0.0-4.45.0.0" newVersion="4.45.0.0" />
109109
</dependentAssembly>
110110
</assemblyBinding>
111111
</runtime>

TaskWebApp/packages.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
<package id="Microsoft.Extensions.Logging.Abstractions" version="5.0.0" targetFramework="net48" />
2626
<package id="Microsoft.Extensions.Options" version="5.0.0" targetFramework="net48" />
2727
<package id="Microsoft.Extensions.Primitives" version="5.0.0" targetFramework="net48" />
28-
<package id="Microsoft.Identity.Client" version="4.44.0" targetFramework="net48" />
28+
<package id="Microsoft.Identity.Client" version="4.45.0" targetFramework="net48" />
2929
<package id="Microsoft.Identity.Web.TokenCache" version="1.19.0" targetFramework="net48" />
30+
<package id="Microsoft.IdentityModel.Abstractions" version="6.18.0" targetFramework="net48" />
3031
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.14.0" targetFramework="net48" />
3132
<package id="Microsoft.IdentityModel.Logging" version="6.14.0" targetFramework="net48" />
3233
<package id="Microsoft.IdentityModel.Protocols" version="6.14.0" targetFramework="net48" />

0 commit comments

Comments
 (0)