解决无法启动的问题
This commit is contained in:
parent
0b2bce64c4
commit
0fd175b55c
@ -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" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user