Compare commits

...

2 Commits

18 changed files with 70 additions and 7 deletions

View File

@ -15,5 +15,7 @@
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="8.3.4" /> <PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="8.3.4" />
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="8.3.4" /> <PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Admin.Domain.Shared\KonSoft.Admin.Domain.Shared.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -5,7 +5,10 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<RootNamespace>KonSoft.Admin</RootNamespace> <RootNamespace>KonSoft.Admin</RootNamespace>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Admin.Domain\KonSoft.Admin.Domain.csproj"/>
<ProjectReference Include="..\KonSoft.Admin.Application.Contracts\KonSoft.Admin.Application.Contracts.csproj"/>
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Volo.Abp.Account.Application" Version="8.3.4" /> <PackageReference Include="Volo.Abp.Account.Application" Version="8.3.4" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="8.3.4" /> <PackageReference Include="Volo.Abp.Identity.Application" Version="8.3.4" />

View File

@ -19,4 +19,8 @@
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.OpenIddict" Version="8.3.4" /> <PackageReference Include="Volo.Abp.PermissionManagement.Domain.OpenIddict" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Admin.Domain.Shared\KonSoft.Admin.Domain.Shared.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -25,4 +25,8 @@
</PackageReference> </PackageReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Admin.Domain\KonSoft.Admin.Domain.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -20,4 +20,8 @@
<Content Remove="**\*generate-proxy.json" /> <Content Remove="**\*generate-proxy.json" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Admin.Application.Contracts\KonSoft.Admin.Application.Contracts.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
@ -15,4 +15,8 @@
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="8.3.4" /> <PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Admin.Application.Contracts\KonSoft.Admin.Application.Contracts.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -15,5 +15,7 @@
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="8.3.4" /> <PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="8.3.4" />
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="8.3.4" /> <PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Dispatch.Domain.Shared\KonSoft.Dispatch.Domain.Shared.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -15,4 +15,9 @@
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="8.3.4" /> <PackageReference Include="Volo.Abp.SettingManagement.Application" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Dispatch.Application.Contracts\KonSoft.Dispatch.Application.Contracts.csproj" />
<ProjectReference Include="..\KonSoft.Dispatch.Domain\KonSoft.Dispatch.Domain.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -18,5 +18,7 @@
<PackageReference Include="Volo.Abp.OpenIddict.Domain" Version="8.3.4" /> <PackageReference Include="Volo.Abp.OpenIddict.Domain" Version="8.3.4" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.OpenIddict" Version="8.3.4" /> <PackageReference Include="Volo.Abp.PermissionManagement.Domain.OpenIddict" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Dispatch.Domain.Shared\KonSoft.Dispatch.Domain.Shared.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -25,4 +25,7 @@
</PackageReference> </PackageReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Dispatch.Domain\KonSoft.Dispatch.Domain.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -20,4 +20,8 @@
<Content Remove="**\*generate-proxy.json" /> <Content Remove="**\*generate-proxy.json" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Dispatch.Application.Contracts\KonSoft.Dispatch.Application.Contracts.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -15,4 +15,8 @@
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="8.3.4" /> <PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Dispatch.Application.Contracts\KonSoft.Dispatch.Application.Contracts.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -16,4 +16,8 @@
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="8.3.4" /> <PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Payment.Domain.Shared\KonSoft.Payment.Domain.Shared.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -15,4 +15,9 @@
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="8.3.4" /> <PackageReference Include="Volo.Abp.SettingManagement.Application" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Payment.Application.Contracts\KonSoft.Payment.Application.Contracts.csproj" />
<ProjectReference Include="..\KonSoft.Payment.Domain\KonSoft.Payment.Domain.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -18,5 +18,7 @@
<PackageReference Include="Volo.Abp.OpenIddict.Domain" Version="8.3.4" /> <PackageReference Include="Volo.Abp.OpenIddict.Domain" Version="8.3.4" />
<PackageReference Include="Volo.Abp.PermissionManagement.Domain.OpenIddict" Version="8.3.4" /> <PackageReference Include="Volo.Abp.PermissionManagement.Domain.OpenIddict" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Payment.Domain.Shared\KonSoft.Payment.Domain.Shared.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -25,4 +25,7 @@
</PackageReference> </PackageReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Payment.Domain\KonSoft.Payment.Domain.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
@ -20,4 +20,8 @@
<Content Remove="**\*generate-proxy.json" /> <Content Remove="**\*generate-proxy.json" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Payment.Application.Contracts\KonSoft.Payment.Application.Contracts.csproj" />
</ItemGroup>
</Project> </Project>

View File

@ -15,4 +15,8 @@
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="8.3.4" /> <PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="8.3.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Payment.Application.Contracts\KonSoft.Payment.Application.Contracts.csproj" />
</ItemGroup>
</Project> </Project>