Files
esiur-dotnet/Tests/RPC/Thrift/Esiur.Tests.RPC.ThriftServer.csproj
T

15 lines
338 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ApacheThrift" Version="0.22.0" />
</ItemGroup>
</Project>