Revert "Merge branch 'feature/issue#1088'"

This reverts commit 914a386b0e.
This commit is contained in:
EL Aisati Ahmed
2020-02-04 18:11:38 +01:00
parent 914a386b0e
commit 157737ef01
3 changed files with 14 additions and 16 deletions

View File

@ -3,12 +3,11 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
<Folder Include="wwwroot\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Ocelot" Version="14.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Ocelot.Administration\Ocelot.Administration.csproj" />
<PackageReference Include="Microsoft.AspNetCore.App"/>
<PackageReference Include="Ocelot" Version="12.0.1"/>
<PackageReference Include="Ocelot.Administration" Version="0.1.0"/>
</ItemGroup>
</Project>