Skip to content

Commit f7eadb4

Browse files
author
John Luo
committed
Fix Functional Tests 2
1 parent c8f2567 commit f7eadb4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
<Project>
22
<!-- This file gets copied above the template test projects so that we disconnect the templates from the rest of the repository -->
3+
4+
<ItemGroup>
5+
<!-- Workaround missing entries in deps files. Still under investigation -->
6+
<RuntimeHostConfigurationOption
7+
Include="Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
8+
Value="true" />
9+
</ItemGroup>
310
</Project>

src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<IsTestAssetProject>true</IsTestAssetProject>
66
</PropertyGroup>
77
<ItemGroup>
8+
<!-- Workaround missing entries in deps files. Still under investigation -->
9+
<RuntimeHostConfigurationOption
10+
Include="Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
11+
Value="true" />
12+
813
<Reference Include="Microsoft.AspNetCore" />
914
<Reference Include="Microsoft.AspNetCore.Authentication.Facebook" />
1015
<Reference Include="Microsoft.AspNetCore.Authentication.Google" />

0 commit comments

Comments
 (0)