Files
TouchSocket/examples/Consul集群示例/TouchRpc Consul集群/WinFormsApp/WinFormsApp.csproj
若汝棋茗 731ccc040f 更新引用
2022-08-31 09:39:48 +08:00

14 lines
388 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Consul" Version="1.6.10.7" />
<PackageReference Include="TouchSocket" Version="0.4.5" />
</ItemGroup>
</Project>