Skip to content

Commit c2cfc5f

Browse files
committed
Merged PR 17447: Fix test errors
Fixes some assembly reference errors (at least locally)
1 parent 89f2ab7 commit c2cfc5f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Azure/AzureAD/Authentication.AzureAD.UI/test/Microsoft.AspNetCore.Authentication.AzureAD.UI.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15+
<Reference Include="Microsoft.AspNetCore.Authentication" />
1516
<Reference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" />
1617
</ItemGroup>
1718

src/Azure/AzureAD/Authentication.AzureADB2C.UI/test/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15+
<Reference Include="Microsoft.AspNetCore.Authentication" />
1516
<Reference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" />
1617
</ItemGroup>
1718

src/Azure/AzureAD/test/FunctionalTests/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16+
<Reference Include="Microsoft.AspNetCore.Authentication" />
1617
<Reference Include="Microsoft.AspNetCore.Mvc.Testing" />
1718
<Reference Include="Microsoft.Extensions.Logging.Testing" />
1819
</ItemGroup>

0 commit comments

Comments
 (0)