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

28 lines
1.3 KiB
XML
Raw Normal View History

2024-08-22 14:18:13 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2024-08-21 16:50:14 +08:00
<PropertyGroup>
2024-09-20 09:59:25 +08:00
<TargetFramework>net8.0</TargetFramework>
2024-08-21 16:50:14 +08:00
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
2024-09-20 09:59:25 +08:00
<PackageReference Include="Abp" Version="9.4.2" />
2024-11-26 13:45:28 +08:00
<PackageReference Include="Jint" Version="4.1.0" />
<PackageReference Include="Quartz" Version="3.13.1" />
<PackageReference Include="SkiaSharp" Version="2.88.9" />
2024-08-21 16:50:14 +08:00
</ItemGroup>
<ItemGroup>
2024-08-22 14:18:13 +08:00
<ProjectReference Include="..\src\YunDa.Application\YunDa.ISAS.DataTransferObject\YunDa.SOMS.DataTransferObject.csproj" />
<ProjectReference Include="..\src\YunDa.Domain\YunDa.ISAS.MongoDB\YunDa.SOMS.MongoDB.csproj" />
<ProjectReference Include="..\src\YunDa.Domain\YunDa.ISAS.Redis.Entities\YunDa.SOMS.Redis.Entities.csproj" />
<ProjectReference Include="..\src\YunDa.Domain\YunDa.ISAS.Redis\YunDa.SOMS.Redis.csproj" />
2024-08-21 16:50:14 +08:00
<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>