mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-26 14:52:49 +08:00
13 lines
418 B
XML
13 lines
418 B
XML
<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> |