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.
38 lines
1.9 KiB
38 lines
1.9 KiB
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<RootNamespace />
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Localization\Host\en.json" />
|
|
<EmbeddedResource Include="Localization\Host\zh-Hans.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DotNetCore.CAP.Dashboard" Version="3.0.4" />
|
|
<PackageReference Include="DotNetCore.CAP.RabbitMQ" Version="3.0.4" />
|
|
<PackageReference Include="DotNetCore.CAP.Sqlite" Version="3.0.4.2" />
|
|
<PackageReference Include="Ocelot.Provider.Polly" Version="16.0.1" />
|
|
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
|
|
<PackageReference Include="Serilog.Enrichers.Assembly" Version="2.0.0" />
|
|
<PackageReference Include="Serilog.Enrichers.Process" Version="2.0.1" />
|
|
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
|
|
<PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" />
|
|
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.Autofac" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.AspNetCore" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.AutoMapper" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.Ddd.Application" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel" Version="3.1.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\modules\apigateway\LINGYUN.ApiGateway.HttpApi.Client\LINGYUN.ApiGateway.HttpApi.Client.csproj" />
|
|
<ProjectReference Include="..\..\..\modules\common\LINGYUN.Abp.EventBus.CAP\LINGYUN.Abp.EventBus.CAP.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|