This commit is contained in:
2025-11-16 15:58:33 +03:30
parent 95c1536924
commit a9d451b3ae
6 changed files with 24 additions and 22 deletions
+5 -3
View File
@@ -24,15 +24,17 @@
<ItemGroup>
<PackageReference Include="xDashboard.xDataService" Version="1.0.0" />
<PackageReference Include="xDashboard.xStringService" Version="1.0.0" />
<PackageReference Include="xDashboard.xIdentityService" Version="1.0.0" />
<!-- <PackageReference Include="xDashboard.xIdentityService" Version="1.0.0" /> -->
</ItemGroup>
<!-- Local Dependencies -->
<ItemGroup>
<ProjectReference Include="../xPushService/xPushService.csproj" />
<!-- <ProjectReference Include="../xDataService/xDataService.csproj" />
<ProjectReference Include="../xIdentityService/xIdentityService.csproj" />
<!--
<ProjectReference Include="../xDataService/xDataService.csproj" />
<ProjectReference Include="../xStringService/xStringService.csproj" />
<ProjectReference Include="../xIdentityService/xIdentityService.csproj" /> -->
-->
</ItemGroup>
</Project>