|
|
|
@ -6,6 +6,7 @@
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="HslCommunication" Version="11.8.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
@ -15,10 +16,4 @@
|
|
|
|
|
<ProjectReference Include="..\SlnMesnac.Config\SlnMesnac.Config.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="HslCommunication">
|
|
|
|
|
<HintPath>..\SlnMesnac.Library\HslCommunication.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|