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

Commit 71bf274

Browse files
authored
Delete explicit MSAL references from test projects. They should be transitive via cache project. (#199)
1 parent 1e381c6 commit 71bf274

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

sample/ManualTestApp/ManualTestApp.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.Identity.Client" Version="4.49.1" />
14-
1513
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.9" />
1614

1715
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="5.0.0" />

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

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Identity.Client" Version="4.49.1" />
1110
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
1211
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
1312
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />

0 commit comments

Comments
 (0)