66 lines
3.1 KiB
XML
66 lines
3.1 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net9.0</TargetFramework>
|
||
|
|
<RootNamespace>JiShe.IOT</RootNamespace>
|
||
|
|
<PreserveCompilationReferences>true</PreserveCompilationReferences>
|
||
|
|
<UserSecretsId>JiShe.IOT-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer"/>
|
||
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis"/>
|
||
|
|
<PackageReference Include="Volo.Abp.Account.Web"/>
|
||
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy"/>
|
||
|
|
<PackageReference Include="Volo.Abp.Autofac"/>
|
||
|
|
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis"/>
|
||
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Serilog"/>
|
||
|
|
<PackageReference Include="Volo.Abp.Swashbuckle"/>
|
||
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer"/>
|
||
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic"/>
|
||
|
|
<PackageReference Include="Serilog"/>
|
||
|
|
<PackageReference Include="Serilog.AspNetCore"/>
|
||
|
|
<PackageReference Include="Serilog.Exceptions"/>
|
||
|
|
<PackageReference Include="Serilog.Extensions.Logging"/>
|
||
|
|
<PackageReference Include="Serilog.Settings.Configuration"/>
|
||
|
|
<PackageReference Include="Serilog.Sinks.Console"/>
|
||
|
|
<PackageReference Include="Serilog.Sinks.Elasticsearch"/>
|
||
|
|
<PackageReference Include="Serilog.Sinks.File"/>
|
||
|
|
<PackageReference Include="Serilog.Sinks.Async"/>
|
||
|
|
<PackageReference Include="Hangfire.Redis.StackExchange"/>
|
||
|
|
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks"/>
|
||
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc"/>
|
||
|
|
<PackageReference Include="DotNetCore.CAP.MySql"/>
|
||
|
|
<PackageReference Include="DotNetCore.CAP.RabbitMQ"/>
|
||
|
|
<PackageReference Include="DotNetCore.CAP.Dashboard"/>
|
||
|
|
<PackageReference Include="DotNetCore.CAP.InMemoryStorage"/>
|
||
|
|
<PackageReference Include="Savorboard.CAP.InMemoryMessageQueue"/>
|
||
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc"/>
|
||
|
|
<PackageReference Include="MiniProfiler.EntityFrameworkCore"/>
|
||
|
|
<PackageReference Include="MiniProfiler.Shared"/>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\..\src\JiShe.IOT.Application\JiShe.IOT.Application.csproj"/>
|
||
|
|
<ProjectReference Include="..\..\src\JiShe.IOT.EntityFrameworkCore\JiShe.IOT.EntityFrameworkCore.csproj"/>
|
||
|
|
<ProjectReference Include="..\..\src\JiShe.IOT.HttpApi\JiShe.IOT.HttpApi.csproj"/>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="Lion.AbpPro.Shared.Hosting.Microservices"/>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Remove="Logs\**"/>
|
||
|
|
<Content Remove="Logs\**"/>
|
||
|
|
<EmbeddedResource Remove="Logs\**"/>
|
||
|
|
<None Remove="Logs\**"/>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Content Remove="$(UserProfile)\.nuget\packages\*\*\contentFiles\any\*\*.abppkg*.json"/>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|