File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
samples/Identity.ExternalClaims
test/AuthSamples.FunctionalTests Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
<IsTestAssetProject >true</IsTestAssetProject >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <!-- Workaround missing entries in deps files. Still under investigation -->
9
- <RuntimeHostConfigurationOption
10
- Include =" Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
11
- Value =" true" />
12
-
13
8
<Reference Include =" Microsoft.AspNetCore" />
14
9
<Reference Include =" Microsoft.AspNetCore.Authentication.Facebook" />
15
10
<Reference Include =" Microsoft.AspNetCore.Authentication.Google" />
Original file line number Diff line number Diff line change 22
22
</ItemGroup >
23
23
24
24
<ItemGroup >
25
+ <!-- Workaround missing entries in deps files. Still under investigation -->
26
+ <RuntimeHostConfigurationOption
27
+ Include =" Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
28
+ Value =" true" />
29
+
25
30
<Reference Include =" Microsoft.AspNetCore" />
26
31
<Reference Include =" Microsoft.AspNetCore.Authorization" />
27
32
<Reference Include =" Microsoft.AspNetCore.Authorization.Policy" />
You can’t perform that action at this time.
0 commit comments