Files
TouchSocket/examples/WebApi/WebApiClientApp/WebApiClientApp.csproj
若汝棋茗 574d43a2dc 更新demo
2023-12-13 09:21:08 +08:00

12 lines
378 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\WebApiServer\WebApiProxy.cs" Link="WebApiProxy.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TouchSocket.WebApi" Version="2.0.0-beta.239" />
</ItemGroup>
</Project>