change to use local repo ...

This commit is contained in:
2025-11-14 17:08:16 +03:30
parent 3bd4b8d562
commit 0154ef9eed
+9 -5
View File
@@ -21,14 +21,18 @@
<None Include="../../Resources/Images/favicon.png" Link="icon.png" Pack="true" PackagePath="\icon.png" />
</ItemGroup>
<!-- Local Modules -->
<ItemGroup>
<PackageReference Include="xDashboard.xModels" Version="1.0.0" />
<PackageReference Include="xDashboard.xCommons" Version="1.0.0" />
<PackageReference Include="xDashboard.xIdentityService" Version="1.0.0" />
</ItemGroup>
<!-- Local Dependencies -->
<ItemGroup>
<!-- <PackageReference Include="xDashboard.xModels" Version="1.0.0" />
<PackageReference Include="xDashboard.xCommons" Version="1.0.0" /> -->
<ProjectReference Include="..\xModels\xModels.csproj" />
<!-- <ProjectReference Include="..\xModels\xModels.csproj" />
<ProjectReference Include="..\xCommons\xCommons.csproj" />
<ProjectReference Include="..\xIdentityService\xIdentityService.csproj" />
<ProjectReference Include="..\xIdentityService\xIdentityService.csproj" /> -->
</ItemGroup>
<!-- Package Dependencies -->