mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 19:52:51 +08:00
17 lines
315 B
XML
17 lines
315 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ocelot" Version="13.8.4" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Properties\" />
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|