mirror of
https://github.com/RRQM/TouchSocket.git
synced 2025-12-20 10:26:43 +08:00
12 lines
378 B
XML
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> |