Files
TouchSocket/examples/Rpc/RpcRateLimitingConsoleApp/RpcRateLimitingConsoleApp.csproj
2024-09-23 22:30:02 +08:00

15 lines
410 B
XML

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