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

34 lines
1.4 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-12-25 15:06:46 +08:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2024-08-21 16:50:14 +08:00
<Nullable>enable</Nullable>
</PropertyGroup>
2024-12-25 15:06:46 +08:00
<ItemGroup>
<!-- ABP Framework (compatible with .NET Core 3.1) -->
<PackageReference Include="Abp" Version="9.4.2" />
<!-- Jint (compatible with .NET Core 3.1) -->
<PackageReference Include="Jint" Version="3.0.0" />
<!-- Quartz (compatible with .NET Core 3.1) -->
<PackageReference Include="Quartz" Version="3.13.1" />
<!-- SkiaSharp (compatible with .NET Core 3.1) -->
<PackageReference Include="SkiaSharp" Version="2.88.9" />
</ItemGroup>
2024-08-21 16:50:14 +08:00
<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>