Merge branch 'ussamoo-feature/#1088'

This commit is contained in:
TomPallister 2020-02-04 20:09:33 +00:00
commit 62748725d8

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>