Skip to content

Commit 7a3737b

Browse files
author
John Luo
committed
Try again
1 parent 0d062c8 commit 7a3737b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
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-
138
<Reference Include="Microsoft.AspNetCore" />
149
<Reference Include="Microsoft.AspNetCore.Authentication.Facebook" />
1510
<Reference Include="Microsoft.AspNetCore.Authentication.Google" />

src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25+
<!-- Workaround missing entries in deps files. Still under investigation -->
26+
<RuntimeHostConfigurationOption
27+
Include="Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
28+
Value="true" />
29+
2530
<Reference Include="Microsoft.AspNetCore" />
2631
<Reference Include="Microsoft.AspNetCore.Authorization" />
2732
<Reference Include="Microsoft.AspNetCore.Authorization.Policy" />

0 commit comments

Comments
 (0)