You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
707 B
18 lines
707 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<RootNamespace />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Ocelot" />
|
|
<PackageReference Include="Ocelot.Provider.Consul" />
|
|
<PackageReference Include="Ocelot.Provider.Polly" />
|
|
<PackageReference Include="Volo.Abp" />
|
|
<PackageReference Include="Volo.Abp.AspNetCore" />
|
|
<PackageReference Include="Volo.Abp.Autofac" />
|
|
<PackageReference Include="Volo.Abp.Core" />
|
|
<PackageReference Include="Volo.Abp.Swashbuckle" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" />
|
|
</ItemGroup>
|
|
</Project>
|
|
|