Files
TouchSocket/examples/Rpc/GenerateProxyFromServerConsoleApp/GenerateProxyFromServerConsoleApp.csproj
2025-04-05 21:35:34 +08:00

15 lines
340 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TouchSocket.Rpc" Version="3.0.21" />
</ItemGroup>
</Project>