解决无法启动的问题

This commit is contained in:
陈益 2025-06-19 23:50:31 +08:00
parent 0b2bce64c4
commit 0fd175b55c

View File

@ -49,7 +49,14 @@
<ProjectReference Include="..\..\src\JiShe.IoT.HttpApi\JiShe.IoT.HttpApi.csproj" /> <ProjectReference Include="..\..\src\JiShe.IoT.HttpApi\JiShe.IoT.HttpApi.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup Condition="'$(UsePackage)' == '0'" Label="Debug">
<ProjectReference Include="..\..\JiShe.ServicePro\frameworks\src\JiShe.ServicePro.CAP.EntityFrameworkCore\JiShe.ServicePro.CAP.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\frameworks\src\JiShe.ServicePro.CAP\JiShe.ServicePro.CAP.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\shared\JiShe.ServicePro.Shared.Hosting.Microservices\JiShe.ServicePro.Shared.Hosting.Microservices.csproj" />
<ProjectReference Include="..\..\src\JiShe.IoT.Application\JiShe.IoT.Application.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(UsePackage)' == '1'" Label="Release">
<PackageReference Include="JiShe.ServicePro.Shared.Hosting.Microservices" /> <PackageReference Include="JiShe.ServicePro.Shared.Hosting.Microservices" />
<PackageReference Include="JiShe.ServicePro.CAP" /> <PackageReference Include="JiShe.ServicePro.CAP" />
<PackageReference Include="JiShe.ServicePro.CAP.EntityFrameworkCore" /> <PackageReference Include="JiShe.ServicePro.CAP.EntityFrameworkCore" />