DllLogServer.csproj 1008 B

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="log4net.AspNetCore" Version="1.0.0" />
  7. <PackageReference Include="RabbitMQ.Client" Version="5.1.0" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\..\DataAcc\Cksoft.Data.Dapper\Cksoft.Data.Dapper.csproj" />
  11. <ProjectReference Include="..\..\..\DataAcc\CkSoft.Data.Repository\CkSoft.Data.Repository.csproj" />
  12. <ProjectReference Include="..\..\..\DataAcc\Cksoft.Data\Cksoft.Data.csproj" />
  13. <ProjectReference Include="..\..\..\DataAcc\Cksoft.Unity\Cksoft.Unity.csproj" />
  14. <ProjectReference Include="..\..\DllEapEntity\DllEapEntity.csproj" />
  15. <ProjectReference Include="..\..\DllHsms\DllHsms.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Reference Include="DllEapDal">
  19. <HintPath>..\..\DllEapDal\bin\Debug\netstandard2.0\DllEapDal.dll</HintPath>
  20. </Reference>
  21. </ItemGroup>
  22. </Project>