|
|
@ -9,53 +9,61 @@ |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer"/> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis"/> |
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" /> |
|
|
<PackageReference Include="Volo.Abp.Account.Web"/> |
|
|
<PackageReference Include="Volo.Abp.Account.Web" /> |
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy"/> |
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" /> |
|
|
<PackageReference Include="Volo.Abp.Autofac"/> |
|
|
<PackageReference Include="Volo.Abp.Autofac" /> |
|
|
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis"/> |
|
|
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" /> |
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Serilog"/> |
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" /> |
|
|
<PackageReference Include="Volo.Abp.Swashbuckle"/> |
|
|
<PackageReference Include="Volo.Abp.Swashbuckle" /> |
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer"/> |
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" /> |
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic"/> |
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" /> |
|
|
<PackageReference Include="Serilog"/> |
|
|
<PackageReference Include="Serilog" /> |
|
|
<PackageReference Include="Serilog.AspNetCore"/> |
|
|
<PackageReference Include="Serilog.AspNetCore" /> |
|
|
<PackageReference Include="Serilog.Exceptions"/> |
|
|
<PackageReference Include="Serilog.Exceptions" /> |
|
|
<PackageReference Include="Serilog.Extensions.Logging"/> |
|
|
<PackageReference Include="Serilog.Extensions.Logging" /> |
|
|
<PackageReference Include="Serilog.Settings.Configuration"/> |
|
|
<PackageReference Include="Serilog.Settings.Configuration" /> |
|
|
<PackageReference Include="Serilog.Sinks.Console"/> |
|
|
<PackageReference Include="Serilog.Sinks.Console" /> |
|
|
<PackageReference Include="Serilog.Sinks.Elasticsearch"/> |
|
|
<PackageReference Include="Serilog.Sinks.Elasticsearch" /> |
|
|
<PackageReference Include="Serilog.Sinks.File"/> |
|
|
<PackageReference Include="Serilog.Sinks.File" /> |
|
|
<PackageReference Include="Serilog.Sinks.Async"/> |
|
|
<PackageReference Include="Serilog.Sinks.Async" /> |
|
|
<PackageReference Include="Hangfire.Redis.StackExchange"/> |
|
|
<PackageReference Include="Hangfire.Redis.StackExchange" /> |
|
|
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks"/> |
|
|
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" /> |
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc"/> |
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" /> |
|
|
<PackageReference Include="DotNetCore.CAP.MySql"/> |
|
|
<PackageReference Include="DotNetCore.CAP.MySql" /> |
|
|
<PackageReference Include="DotNetCore.CAP.RabbitMQ"/> |
|
|
<PackageReference Include="DotNetCore.CAP.RabbitMQ" /> |
|
|
<PackageReference Include="DotNetCore.CAP.Dashboard"/> |
|
|
<PackageReference Include="DotNetCore.CAP.Dashboard" /> |
|
|
<PackageReference Include="DotNetCore.CAP.InMemoryStorage"/> |
|
|
<PackageReference Include="DotNetCore.CAP.InMemoryStorage" /> |
|
|
<PackageReference Include="Savorboard.CAP.InMemoryMessageQueue"/> |
|
|
<PackageReference Include="Savorboard.CAP.InMemoryMessageQueue" /> |
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc"/> |
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" /> |
|
|
<PackageReference Include="MiniProfiler.EntityFrameworkCore"/> |
|
|
<PackageReference Include="MiniProfiler.EntityFrameworkCore" /> |
|
|
<PackageReference Include="MiniProfiler.Shared"/> |
|
|
<PackageReference Include="MiniProfiler.Shared" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\..\src\MyCompanyName.MyProjectName.Application\MyCompanyName.MyProjectName.Application.csproj"/> |
|
|
<ProjectReference Include="..\..\src\MyCompanyName.MyProjectName.Application\MyCompanyName.MyProjectName.Application.csproj" /> |
|
|
<ProjectReference Include="..\..\src\MyCompanyName.MyProjectName.EntityFrameworkCore\MyCompanyName.MyProjectName.EntityFrameworkCore.csproj"/> |
|
|
<ProjectReference Include="..\..\src\MyCompanyName.MyProjectName.EntityFrameworkCore\MyCompanyName.MyProjectName.EntityFrameworkCore.csproj" /> |
|
|
<ProjectReference Include="..\..\src\MyCompanyName.MyProjectName.HttpApi\MyCompanyName.MyProjectName.HttpApi.csproj"/> |
|
|
<ProjectReference Include="..\..\src\MyCompanyName.MyProjectName.HttpApi\MyCompanyName.MyProjectName.HttpApi.csproj" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\..\..\..\..\aspnet-core\shared\Lion.AbpPro.Shared.Hosting.Microservices\Lion.AbpPro.Shared.Hosting.Microservices.csproj"/> |
|
|
<ProjectReference Include="..\..\..\..\..\aspnet-core\shared\Lion.AbpPro.Shared.Hosting.Microservices\Lion.AbpPro.Shared.Hosting.Microservices.csproj" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Remove="Logs\**"/> |
|
|
<Compile Remove="Logs\**" /> |
|
|
<Content Remove="Logs\**"/> |
|
|
<Content Remove="Logs\**" /> |
|
|
<EmbeddedResource Remove="Logs\**"/> |
|
|
<EmbeddedResource Remove="Logs\**" /> |
|
|
<None Remove="Logs\**"/> |
|
|
<None Remove="Logs\**" /> |
|
|
|
|
|
<Content Remove="C:\Users\wangjun\.nuget\packages\volo.abp.account.web\7.2.2\contentFiles\any\net7.0\Volo.Abp.Account.Web.abppkg.json" /> |
|
|
|
|
|
<Content Remove="C:\Users\wangjun\.nuget\packages\volo.abp.account.web\7.2.2\contentFiles\any\net7.0\Volo.Abp.Account.Web.abppkg.analyze.json" /> |
|
|
|
|
|
<Content Remove="C:\Users\wangjun\.nuget\packages\volo.abp.aspnetcore.mvc.ui.multitenancy\7.2.2\contentFiles\any\net7.0\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.abppkg.json" /> |
|
|
|
|
|
<Content Remove="C:\Users\wangjun\.nuget\packages\volo.abp.aspnetcore.mvc.ui.multitenancy\7.2.2\contentFiles\any\net7.0\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.abppkg.analyze.json" /> |
|
|
|
|
|
<Content Remove="C:\Users\wangjun\.nuget\packages\volo.abp.aspnetcore.mvc.ui.theme.basic\7.2.2\contentFiles\any\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.abppkg.json" /> |
|
|
|
|
|
<Content Remove="C:\Users\wangjun\.nuget\packages\volo.abp.aspnetcore.mvc.ui.theme.basic\7.2.2\contentFiles\any\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.abppkg.analyze.json" /> |
|
|
|
|
|
<Content Remove="C:\Users\wangjun\.nuget\packages\volo.abp.aspnetcore.serilog\7.2.2\contentFiles\any\net7.0\Volo.Abp.AspNetCore.Serilog.abppkg.json" /> |
|
|
|
|
|
<Content Remove="C:\Users\wangjun\.nuget\packages\volo.abp.aspnetcore.serilog\7.2.2\contentFiles\any\net7.0\Volo.Abp.AspNetCore.Serilog.abppkg.analyze.json" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
</Project> |
|
|
</Project> |
|
|
|