We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a3ee6 commit 62ced99Copy full SHA for 62ced99
src/Tools/GetDocumentInsider/src/GetDocument.Insider.csproj
@@ -20,6 +20,9 @@
20
</ItemGroup>
21
22
<ItemGroup>
23
+ <!-- Required to satisfy usings in Microsoft.Extensions.HostFactoryResolver.Sources -->
24
+ <Reference Include="Microsoft.Extensions.Hosting" />
25
+
26
<Reference Include="Microsoft.Extensions.HostFactoryResolver.Sources" />
27
<Compile Include="$(SharedSourceRoot)CommandLineUtils\**\*.cs" />
28
<Compile Include="$(ToolSharedSourceRoot)CommandLine/**/*.cs" />
0 commit comments