File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
ProjectTemplates/test/Infrastructure
Security/samples/Identity.ExternalClaims Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
<Project>
2
2
<!-- 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>
3
10
</Project>
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
+
8
13
<Reference Include =" Microsoft.AspNetCore" />
9
14
<Reference Include =" Microsoft.AspNetCore.Authentication.Facebook" />
10
15
<Reference Include =" Microsoft.AspNetCore.Authentication.Google" />
You can’t perform that action at this time.
0 commit comments