|
1 |
| -<Project Sdk="Microsoft.NET.Sdk.Web"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 | <PropertyGroup>
|
3 | 3 | <TargetFramework>net9.0</TargetFramework>
|
4 | 4 | <ImplicitUsings>enable</ImplicitUsings>
|
|
10 | 10 | <ItemGroup>
|
11 | 11 | <PackageReference Include="Serilog.AspNetCore" Version="8.0.2" />
|
12 | 12 | <PackageReference Include="Serilog.Sinks.Async" Version="2.0.0" />
|
13 |
| - <PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0.0" /> |
| 13 | + <PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.6" /> |
14 | 14 | <ProjectReference Include="../modules/modularcrm.products/src/ModularCrm.Products.Domain/ModularCrm.Products.Domain.csproj" />
|
15 | 15 | <ProjectReference Include="../modules/modularcrm.products/src/ModularCrm.Products.Application.Contracts/ModularCrm.Products.Application.Contracts.csproj" />
|
16 | 16 | <ProjectReference Include="../modules/modularcrm.products/src/ModularCrm.Products.Application/ModularCrm.Products.Application.csproj" />
|
|
26 | 26 | <ProjectReference Include="../modules/modularcrm.payment/ModularCrm.Payment.Contracts/ModularCrm.Payment.Contracts.csproj" />
|
27 | 27 | </ItemGroup>
|
28 | 28 | <ItemGroup>
|
29 |
| - <PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="9.2.0" /> |
30 |
| - <PackageReference Include="Volo.Abp.Autofac" Version="9.2.0" /> |
31 |
| - <PackageReference Include="Volo.Abp.AutoMapper" Version="9.2.0" /> |
32 |
| - <PackageReference Include="Volo.Abp.Swashbuckle" Version="9.2.0" /> |
33 |
| - <PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="9.2.0" /> |
| 29 | + <ProjectReference Include="../../../abp/framework/src/Volo.Abp.AspNetCore.Mvc/Volo.Abp.AspNetCore.Mvc.csproj" /> |
| 30 | + <ProjectReference Include="../../../abp/framework/src/Volo.Abp.Autofac/Volo.Abp.Autofac.csproj" /> |
| 31 | + <ProjectReference Include="../../../abp/framework/src/Volo.Abp.AutoMapper/Volo.Abp.AutoMapper.csproj" /> |
| 32 | + <ProjectReference Include="../../../abp/framework/src/Volo.Abp.Swashbuckle/Volo.Abp.Swashbuckle.csproj" /> |
| 33 | + <ProjectReference Include="../../../abp/framework/src/Volo.Abp.AspNetCore.Serilog/Volo.Abp.AspNetCore.Serilog.csproj" /> |
34 | 34 | </ItemGroup>
|
35 | 35 | <ItemGroup>
|
36 |
| - <PackageReference Include="Volo.Abp.Account.Web.OpenIddict" Version="9.2.0" /> |
37 |
| - <PackageReference Include="Volo.Abp.Account.HttpApi" Version="9.2.0" /> |
38 |
| - <PackageReference Include="Volo.Abp.Account.Application" Version="9.2.0" /> |
| 36 | + <ProjectReference Include="../../../abp/modules/account/src/Volo.Abp.Account.Web.OpenIddict/Volo.Abp.Account.Web.OpenIddict.csproj" /> |
| 37 | + <ProjectReference Include="../../../abp/modules/account/src/Volo.Abp.Account.HttpApi/Volo.Abp.Account.HttpApi.csproj" /> |
| 38 | + <ProjectReference Include="../../../abp/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj" /> |
39 | 39 | </ItemGroup>
|
40 | 40 | <ItemGroup>
|
41 |
| - <PackageReference Include="Volo.Abp.PermissionManagement.Domain.Identity" Version="9.2.0" /> |
42 |
| - <PackageReference Include="Volo.Abp.Identity.Web" Version="9.2.0" /> |
43 |
| - <PackageReference Include="Volo.Abp.Identity.HttpApi" Version="9.2.0" /> |
44 |
| - <PackageReference Include="Volo.Abp.Identity.Application" Version="9.2.0" /> |
| 41 | + <ProjectReference Include="../../../abp/modules/identity/src/Volo.Abp.PermissionManagement.Domain.Identity/Volo.Abp.PermissionManagement.Domain.Identity.csproj" /> |
| 42 | + <ProjectReference Include="../../../abp/modules/identity/src/Volo.Abp.Identity.Web/Volo.Abp.Identity.Web.csproj" /> |
| 43 | + <ProjectReference Include="../../../abp/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo.Abp.Identity.HttpApi.csproj" /> |
| 44 | + <ProjectReference Include="../../../abp/modules/identity/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.csproj" /> |
45 | 45 | </ItemGroup>
|
46 | 46 | <ItemGroup>
|
47 |
| - <PackageReference Include="Volo.Abp.PermissionManagement.Domain.OpenIddict" Version="9.2.0" /> |
48 |
| - <PackageReference Include="Volo.Abp.PermissionManagement.Web" Version="9.2.0" /> |
49 |
| - <PackageReference Include="Volo.Abp.PermissionManagement.HttpApi" Version="9.2.0" /> |
50 |
| - <PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="9.2.0" /> |
| 47 | + <ProjectReference Include="../../../abp/modules/openiddict/src/Volo.Abp.PermissionManagement.Domain.OpenIddict/Volo.Abp.PermissionManagement.Domain.OpenIddict.csproj" /> |
| 48 | + <ProjectReference Include="../../../abp/modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Volo.Abp.PermissionManagement.Web.csproj" /> |
| 49 | + <ProjectReference Include="../../../abp/modules/permission-management/src/Volo.Abp.PermissionManagement.HttpApi/Volo.Abp.PermissionManagement.HttpApi.csproj" /> |
| 50 | + <ProjectReference Include="../../../abp/modules/permission-management/src/Volo.Abp.PermissionManagement.Application/Volo.Abp.PermissionManagement.Application.csproj" /> |
51 | 51 | </ItemGroup>
|
52 | 52 | <ItemGroup>
|
53 |
| - <PackageReference Include="Volo.Abp.TenantManagement.Web" Version="9.2.0" /> |
54 |
| - <PackageReference Include="Volo.Abp.TenantManagement.HttpApi" Version="9.2.0" /> |
55 |
| - <PackageReference Include="Volo.Abp.TenantManagement.Application" Version="9.2.0" /> |
| 53 | + <ProjectReference Include="../../../abp/modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Volo.Abp.TenantManagement.Web.csproj" /> |
| 54 | + <ProjectReference Include="../../../abp/modules/tenant-management/src/Volo.Abp.TenantManagement.HttpApi/Volo.Abp.TenantManagement.HttpApi.csproj" /> |
| 55 | + <ProjectReference Include="../../../abp/modules/tenant-management/src/Volo.Abp.TenantManagement.Application/Volo.Abp.TenantManagement.Application.csproj" /> |
56 | 56 | </ItemGroup>
|
57 | 57 | <ItemGroup>
|
58 |
| - <PackageReference Include="Volo.Abp.FeatureManagement.Web" Version="9.2.0" /> |
59 |
| - <PackageReference Include="Volo.Abp.FeatureManagement.HttpApi" Version="9.2.0" /> |
60 |
| - <PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="9.2.0" /> |
| 58 | + <ProjectReference Include="../../../abp/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Volo.Abp.FeatureManagement.Web.csproj" /> |
| 59 | + <ProjectReference Include="../../../abp/modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi/Volo.Abp.FeatureManagement.HttpApi.csproj" /> |
| 60 | + <ProjectReference Include="../../../abp/modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo.Abp.FeatureManagement.Application.csproj" /> |
61 | 61 | </ItemGroup>
|
62 | 62 | <ItemGroup>
|
63 |
| - <PackageReference Include="Volo.Abp.SettingManagement.Web" Version="9.2.0" /> |
64 |
| - <PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="9.2.0" /> |
65 |
| - <PackageReference Include="Volo.Abp.SettingManagement.Application" Version="9.2.0" /> |
| 63 | + <ProjectReference Include="../../../abp/modules/setting-management/src/Volo.Abp.SettingManagement.Web/Volo.Abp.SettingManagement.Web.csproj" /> |
| 64 | + <ProjectReference Include="../../../abp/modules/setting-management/src/Volo.Abp.SettingManagement.HttpApi/Volo.Abp.SettingManagement.HttpApi.csproj" /> |
| 65 | + <ProjectReference Include="../../../abp/modules/setting-management/src/Volo.Abp.SettingManagement.Application/Volo.Abp.SettingManagement.Application.csproj" /> |
66 | 66 | </ItemGroup>
|
67 | 67 | <ItemGroup>
|
68 |
| - <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="4.2.0-*" /> |
| 68 | + <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="4.2.0" /> |
69 | 69 | </ItemGroup>
|
70 | 70 | <ItemGroup>
|
71 |
| - <PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="9.2.0" /> |
72 |
| - <PackageReference Include="Volo.Abp.Identity.EntityFrameworkCore" Version="9.2.0" /> |
73 |
| - <PackageReference Include="Volo.Abp.OpenIddict.EntityFrameworkCore" Version="9.2.0" /> |
74 |
| - <PackageReference Include="Volo.Abp.TenantManagement.EntityFrameworkCore" Version="9.2.0" /> |
75 |
| - <PackageReference Include="Volo.Abp.BackgroundJobs.EntityFrameworkCore" Version="9.2.0" /> |
76 |
| - <PackageReference Include="Volo.Abp.BlobStoring.Database.EntityFrameworkCore" Version="9.2.0" /> |
77 |
| - <PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" Version="9.2.0" /> |
78 |
| - <PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="9.2.0" /> |
79 |
| - <PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="9.2.0" /> |
80 |
| - <PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="9.2.0" /> |
| 71 | + <ProjectReference Include="../../../abp/modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.csproj" /> |
| 72 | + <ProjectReference Include="../../../abp/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.csproj" /> |
| 73 | + <ProjectReference Include="../../../abp/modules/openiddict/src/Volo.Abp.OpenIddict.EntityFrameworkCore/Volo.Abp.OpenIddict.EntityFrameworkCore.csproj" /> |
| 74 | + <ProjectReference Include="../../../abp/modules/tenant-management/src/Volo.Abp.TenantManagement.EntityFrameworkCore/Volo.Abp.TenantManagement.EntityFrameworkCore.csproj" /> |
| 75 | + <ProjectReference Include="../../../abp/modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore/Volo.Abp.BackgroundJobs.EntityFrameworkCore.csproj" /> |
| 76 | + <ProjectReference Include="../../../abp/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.EntityFrameworkCore/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.csproj" /> |
| 77 | + <ProjectReference Include="../../../abp/modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo.Abp.FeatureManagement.EntityFrameworkCore.csproj" /> |
| 78 | + <ProjectReference Include="../../../abp/modules/permission-management/src/Volo.Abp.PermissionManagement.EntityFrameworkCore/Volo.Abp.PermissionManagement.EntityFrameworkCore.csproj" /> |
| 79 | + <ProjectReference Include="../../../abp/modules/setting-management/src/Volo.Abp.SettingManagement.EntityFrameworkCore/Volo.Abp.SettingManagement.EntityFrameworkCore.csproj" /> |
| 80 | + <ProjectReference Include="../../../abp/framework/src/Volo.Abp.EntityFrameworkCore.SqlServer/Volo.Abp.EntityFrameworkCore.SqlServer.csproj" /> |
81 | 81 | </ItemGroup>
|
82 | 82 | <ItemGroup>
|
83 | 83 | <PackageReference Include="Volo.Abp.Studio.Client.AspNetCore" Version="0.9.17" />
|
84 | 84 | </ItemGroup>
|
85 | 85 | <ItemGroup>
|
86 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0.0"> |
| 86 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.6"> |
87 | 87 | <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
88 | 88 | <PrivateAssets>compile; contentFiles; build; buildMultitargeting; buildTransitive; analyzers; native</PrivateAssets>
|
89 | 89 | </PackageReference>
|
|
0 commit comments