Skip to content

Commit de9d206

Browse files
committed
Make IdentityModel versions match
1 parent ff9911d commit de9d206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Authentication/Authentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<ItemGroup>
5555
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.3.5" />
56-
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="3.19.2" />
56+
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="3.14.0" />
5757
</ItemGroup>
5858

5959

src/Dependencies.Test.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.9.0-preview" />
99
<PackageReference Include="Microsoft.Azure.Test.HttpRecorder" Version="1.14.1" />
1010
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.3.5" />
11-
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="3.19.2" />
11+
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="3.14.0" />
1212
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework" Version="1.8.1" />
1313
<PackageReference Include="xunit" Version="2.4.0" />
1414
</ItemGroup>

0 commit comments

Comments
 (0)