Removed direct reference to Ocelot.Administration project

This commit is contained in:
WebMed 2020-02-04 20:50:13 +01:00
parent f4eb93b66c
commit 73e56322e0

View File

@ -5,11 +5,9 @@
<ItemGroup> <ItemGroup>
<Folder Include="wwwroot\" /> <Folder Include="wwwroot\" />
</ItemGroup> </ItemGroup>
<ItemGroup> <PackageReference Include="Microsoft.AspNetCore.App" /> <ItemGroup>
<PackageReference Include="Ocelot" Version="14.0.3" /> <PackageReference Include="Ocelot" Version="14.0.3" />
<PackageReference Include="Ocelot.Administration" Version="14.0.3" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Ocelot.Administration\Ocelot.Administration.csproj" />
</ItemGroup>
</Project> </Project>