tesses-rpc/ServerExample/ServerExample.csproj

20 lines
570 B
XML
Raw Normal View History

2022-12-12 17:24:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Tesses.WebServer.EasyServer" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tesses.WebServer.WebSocketRPC\Tesses.WebServer.WebSocketRPC.csproj" />
<ProjectReference Include="..\CommonExample\CommonExample.csproj" />
</ItemGroup>
</Project>