Switch to using NuGet package for listing all registered services

This commit is contained in:
Eric Fleming
2019-04-05 21:10:14 -04:00
parent 4ad595bfd8
commit 05767d6afc
2 changed files with 12 additions and 34 deletions

View File

@@ -13,6 +13,7 @@
<ItemGroup>
<PackageReference Include="Ardalis.ListStartupServices" Version="1.1.3" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.0" />