mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-26 11:42:50 +08:00

* Upgrading nugets * doc changes * more changes to remove warnings * one more fix * one more fix * forcing the build
13 lines
379 B
XML
13 lines
379 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.9" />
|
|
<PackageReference Include="Ocelot.Administration" Version="14.0.9" />
|
|
|
|
</ItemGroup>
|
|
</Project> |