Skip to content

Commit

Permalink
Update to MSAL 4.52.0 (#148)
Browse files Browse the repository at this point in the history
* Update to Msal 4.52

* Fix
  • Loading branch information
pmaytak authored Mar 31, 2023
1 parent 90afd1d commit d2a78d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions TaskService/TaskService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,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.51.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.51.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
<Reference Include="Microsoft.Identity.Client, Version=4.52.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.52.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=6.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.22.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion TaskService/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<package id="Microsoft.AspNet.WebApi.HelpPage" version="5.2.7" targetFramework="net451" />
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.7" targetFramework="net451" />
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net451" />
<package id="Microsoft.Identity.Client" version="4.51.0" targetFramework="net48" />
<package id="Microsoft.Identity.Client" version="4.52.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.22.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.14.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Logging" version="6.14.0" targetFramework="net48" />
Expand Down
4 changes: 2 additions & 2 deletions TaskWebApp/TaskWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
<Reference Include="Microsoft.Extensions.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Extensions.Primitives.5.0.0\lib\net461\Microsoft.Extensions.Primitives.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Identity.Client, Version=4.51.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.51.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
<Reference Include="Microsoft.Identity.Client, Version=4.52.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.4.52.0\lib\net461\Microsoft.Identity.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Identity.Web.TokenCache, Version=1.19.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Web.TokenCache.1.19.0\lib\net472\Microsoft.Identity.Web.TokenCache.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion TaskWebApp/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Identity.Client" publicKeyToken="0a613f4dd989e8ae" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.51.0.0" newVersion="4.51.0.0" />
<bindingRedirect oldVersion="0.0.0.0-4.52.0.0" newVersion="4.52.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
2 changes: 1 addition & 1 deletion TaskWebApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<package id="Microsoft.Extensions.Logging.Abstractions" version="5.0.0" targetFramework="net48" />
<package id="Microsoft.Extensions.Options" version="5.0.0" targetFramework="net48" />
<package id="Microsoft.Extensions.Primitives" version="5.0.0" targetFramework="net48" />
<package id="Microsoft.Identity.Client" version="4.51.0" targetFramework="net48" />
<package id="Microsoft.Identity.Client" version="4.52.0" targetFramework="net48" />
<package id="Microsoft.Identity.Web.TokenCache" version="1.19.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.22.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.14.0" targetFramework="net48" />
Expand Down

0 comments on commit d2a78d9

Please sign in to comment.