12345678910111213141516171819202122232425262728293031 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.1.1" />
- <PackageReference Include="RabbitMQ.Client" Version="5.1.2" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\DllEapEntity\DllEapEntity.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Cksoft.Data">
- <HintPath>..\..\Dll\Cksoft.Data.dll</HintPath>
- </Reference>
- <Reference Include="CkSoft.Data.Repository">
- <HintPath>..\..\Dll\CkSoft.Data.Repository.dll</HintPath>
- </Reference>
- <Reference Include="Cksoft.Unity">
- <HintPath>..\..\Dll\Cksoft.Unity.dll</HintPath>
- </Reference>
- <Reference Include="DllHsms">
- <HintPath>..\..\Dll\DllHsms.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|