SOMS/Yunda.SOMS.DataMonitoringServer.Service/Yunda.SOMS.DataMonitoringServer.Service.csproj

28 lines
1.3 KiB
XML
Raw Normal View History

2024-08-21 16:50:14 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Abp" Version="7.2.1" />
<PackageReference Include="Jint" Version="4.0.1" />
<PackageReference Include="Quartz" Version="3.3.3" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\YunDa.Application\YunDa.ISAS.DataTransferObject\YunDa.ISAS.DataTransferObject.csproj" />
<ProjectReference Include="..\src\YunDa.Domain\YunDa.ISAS.MongoDB\YunDa.ISAS.MongoDB.csproj" />
<ProjectReference Include="..\src\YunDa.Domain\YunDa.ISAS.Redis.Entities\YunDa.ISAS.Redis.Entities.csproj" />
<ProjectReference Include="..\src\YunDa.Domain\YunDa.ISAS.Redis\YunDa.ISAS.Redis.csproj" />
<ProjectReference Include="..\src\YunDa.Server\IEC104\IEC104.csproj" />
<ProjectReference Include="..\src\YunDa.Util\DotNettyHelper\DotNettyHelper.csproj" />
<ProjectReference Include="..\src\YunDa.Util\ToolLibrary\ToolLibrary.csproj" />
<ProjectReference Include="..\src\YunDa.Util\VideoSurveillanceAdapter\VideoSurveillanceAdapter.csproj" />
</ItemGroup>
</Project>