mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 20:48:15 +08:00
#645 added a sample project using the administration api, tested locally and works as expected (#660)
This commit is contained in:
13
samples/AdministrationApi/AdministrationApi.csproj
Normal file
13
samples/AdministrationApi/AdministrationApi.csproj
Normal file
@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="wwwroot\"/>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.App"/>
|
||||
<PackageReference Include="Ocelot" Version="12.0.1"/>
|
||||
<PackageReference Include="Ocelot.Administration" Version="0.1.0"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user