JsonRpc/Test/Test.csproj
2025-10-14 21:05:08 +08:00

17 lines
483 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CodeGenerator\CodeGenerator.csproj" />
<ProjectReference Include="..\JsonRPC\JsonRPC.csproj" />
<ProjectReference Include="..\TestInterceptor\TestInterceptor.csproj" />
</ItemGroup>
</Project>