Ocelot/samples/AdministrationApi/AdministrationApi.csproj
EL Aisati Ahmed e45071fa10 Fix issue #1088 (Ocelot Administration doesn't work with .NET Core 3.x)
Fixed OcelotMiddlewareConfigurationDelegate configuration
2020-02-04 17:59:39 +01:00

14 lines
427 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Ocelot" Version="14.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Ocelot.Administration\Ocelot.Administration.csproj" />
</ItemGroup>
</Project>