JiShe.CollectBus/protocols/JiShe.CollectBus.Protocol.T1882018/JiShe.CollectBus.Protocol.T1882018.csproj

27 lines
968 B
XML
Raw Normal View History

2025-04-25 12:01:15 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-06-06 14:15:31 +08:00
<TargetFramework>net9.0</TargetFramework>
2025-04-25 12:01:15 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2025-06-06 14:15:31 +08:00
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<PackageReference Include="Volo.Abp.Core"/>
<PackageReference Include="Volo.Abp.Autofac" />
2025-04-25 12:01:15 +08:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\services\JiShe.CollectBus.Domain\JiShe.CollectBus.Domain.csproj" />
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Common\JiShe.CollectBus.Common.csproj" />
<ProjectReference Include="..\JiShe.CollectBus.Protocol.T37612012\JiShe.CollectBus.Protocol.T37612012.csproj" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy $(TargetDir)JiShe.CollectBus.Protocol.T1882018.dll $(ProjectDir)..\..\web\JiShe.CollectBus.Host\Plugins\" />
</Target>
</Project>