34 lines
1.4 KiB
XML
34 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<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>
|
|
|
|
<ItemGroup>
|
|
<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" />
|
|
<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>
|