DllStatusShowDal.csproj 919 B

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.1.1" />
  7. <PackageReference Include="RabbitMQ.Client" Version="5.1.2" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\DllEapEntity\DllEapEntity.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Reference Include="Cksoft.Data">
  14. <HintPath>..\..\Dll\Cksoft.Data.dll</HintPath>
  15. </Reference>
  16. <Reference Include="CkSoft.Data.Repository">
  17. <HintPath>..\..\Dll\CkSoft.Data.Repository.dll</HintPath>
  18. </Reference>
  19. <Reference Include="Cksoft.Unity">
  20. <HintPath>..\..\Dll\Cksoft.Unity.dll</HintPath>
  21. </Reference>
  22. <Reference Include="DllHsms">
  23. <HintPath>..\..\Dll\DllHsms.dll</HintPath>
  24. </Reference>
  25. </ItemGroup>
  26. </Project>