mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-27 02:02:50 +08:00
14 lines
427 B
XML
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> |