DD.WellWorkover.Cloud/SignalRTestClient/SignalRTestClient.csproj

15 lines
356 B
XML
Raw Permalink Normal View History

2023-06-02 09:13:30 +05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.6" />
2023-06-02 09:13:30 +05:00
</ItemGroup>
</Project>