Files
TouchSocket/examples/Rpc/RpcRateLimitingConsoleApp/RpcRateLimitingConsoleApp.csproj
2025-04-12 12:05:17 +08:00

15 lines
412 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.Dmtp" Version="3.0.25" />
<PackageReference Include="TouchSocket.Rpc.RateLimiting" Version="3.0.25" />
</ItemGroup>
</Project>