Files
wx-win-agent/tests/node-agent/WxAgent.Remote.Integration/WxAgent.Remote.Integration.csproj
T
rogee 13c31fc902
Build web service image / build (push) Successful in 1m53s
feat: add remote control plane and whitelist reads
2026-09-12 09:46:05 +08:00

12 lines
354 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../../node-agent/WxAgent.Core/WxAgent.Core.csproj" />
</ItemGroup>
</Project>