Skip to content

Commit

Permalink
Merge pull request #49 from microsoft/updateMsal
Browse files Browse the repository at this point in the history
Updated MSAL.
  • Loading branch information
azchohfi authored Jun 17, 2024
2 parents 56d71ef + 8a362c6 commit 46c142d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MSStore.API/MSStore.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.2" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.61.2" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.61.3" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions MSStore.CLI/MSStore.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.2" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.61.2" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.61.2" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.61.3" />
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.61.3" />
<PackageReference Include="SkiaSharp" Version="2.88.8" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
Expand Down

0 comments on commit 46c142d

Please sign in to comment.