Files
TouchSocket/examples/WebApi/WebApiClientApp/WebApiClientApp.csproj
2024-11-23 11:31:43 +08:00

12 lines
369 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\WebApiServer\WebApiProxy.cs" Link="WebApiProxy.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TouchSocket.WebApi" Version="3.0.4" />
</ItemGroup>
</Project>