File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Middleware/HealthChecks/test/testassets/HealthChecksSample Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
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.Diagnostics.HealthChecks" />
9
14
<Reference Include =" Microsoft.AspNetCore.Server.Kestrel" />
10
15
<Reference Include =" Microsoft.AspNetCore.StaticFiles" />
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
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>
4
+ <Import Project="${IndirectReferences}" />
10
5
</Project>
Original file line number Diff line number Diff line change 128
128
129
129
<GenerateFileFromTemplate
130
130
TemplateFile =" $(MSBuildThisFileDirectory)Infrastructure\Directory.Build.props.in"
131
- Properties =" "
131
+ Properties =" IndirectReferences=$(RepoRoot)eng\IndirectReferences.props "
132
132
OutputPath =" $(TestTemplateCreationFolder)Directory.Build.props" />
133
133
134
134
<!-- Workaround https://github.com/dotnet/core-setup/issues/6420 - there is no MSBuild setting for rollforward yet -->
You can’t perform that action at this time.
0 commit comments