Files
lserp_cs_6.0/插件库/Lskj.AgentPet.Host.Tests/Lskj.AgentPet.Host.Tests.csproj
2026-08-14 14:28:28 +08:00

18 lines
620 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Lskj.AgentPet.Host.Core\Lskj.AgentPet.Host.Core.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\Contracts\erp-agent-wire-contract-v1.json"
Link="Contracts\erp-agent-wire-contract-v1.json"
CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>