Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 1148a63

Browse files
Update MSAL version to 4.48 (#195)
1 parent 04ede99 commit 1148a63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample/ManualTestApp/ManualTestApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
13+
<PackageReference Include="Microsoft.Identity.Client" Version="4.48.0" />
1414

1515
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.9" />
1616

src/Microsoft.Identity.Client.Extensions.Msal/Microsoft.Identity.Client.Extensions.Msal.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<Import Project="..\Shared\Shared.projitems" Label="Shared" />
3737

3838
<ItemGroup>
39-
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
39+
<PackageReference Include="Microsoft.Identity.Client" Version="4.48.0" />
4040
</ItemGroup>
4141

4242
<ItemGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetDesktop)'">

tests/Microsoft.Identity.Client.Extensions.Msal.UnitTests/Microsoft.Identity.Client.Extensions.Msal.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.0" />
10+
<PackageReference Include="Microsoft.Identity.Client" Version="4.48.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />

0 commit comments

Comments
 (0)