Skip to content

Commit 62ced99

Browse files
committed
Work around dotnet/runtime#69404 break
- now need a Microsoft.Extensions.Hosting reference to use Microsoft.Extensions.HostFactoryResolver.Sources
1 parent 04a3ee6 commit 62ced99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Tools/GetDocumentInsider/src/GetDocument.Insider.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23+
<!-- Required to satisfy usings in Microsoft.Extensions.HostFactoryResolver.Sources -->
24+
<Reference Include="Microsoft.Extensions.Hosting" />
25+
2326
<Reference Include="Microsoft.Extensions.HostFactoryResolver.Sources" />
2427
<Compile Include="$(SharedSourceRoot)CommandLineUtils\**\*.cs" />
2528
<Compile Include="$(ToolSharedSourceRoot)CommandLine/**/*.cs" />

0 commit comments

Comments
 (0)