Skip to content

Commit fc741b2

Browse files
committed
Revert MSAL version to 4.14.0
1 parent 9399213 commit fc741b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<PreLoadAssemblies Include="$(RepoTools)Lib\System.Security.Cryptography.ProtectedData.dll" />
2222
</ItemGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.Graph.Auth" Version="1.0.0-preview.6" />
25-
<PackageReference Include="Microsoft.Graph.Core" Version="1.23.0" />
26-
<PackageReference Include="Microsoft.Identity.Client" Version="4.23.0" />
24+
<PackageReference Include="Microsoft.Graph.Auth" Version="1.0.0-preview.5" />
25+
<PackageReference Include="Microsoft.Graph.Core" Version="1.20.1" />
26+
<PackageReference Include="Microsoft.Identity.Client" Version="4.14.0" />
2727
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="5.6.0" />
2828
<PackageReference Include="Microsoft.IdentityModel.Logging" Version="5.6.0" />
2929
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.6.0" />

src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft
55
#
6-
# Generated on: 1/27/2021
6+
# Generated on: 1/29/2021
77
#
88

99
@{

0 commit comments

Comments
 (0)