You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/src/Ombi.Hubs/Ombi.Hubs.csproj

17 lines
427 B

6 years ago
<Project Sdk="Microsoft.NET.Sdk">
6 years ago
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
6 years ago
</PropertyGroup>
<ItemGroup>
6 years ago
<PackageReference Include="Microsoft.AspNet.SignalR" Version="2.4.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.1.0" />
6 years ago
</ItemGroup>
6 years ago
<ItemGroup>
<ProjectReference Include="..\Ombi.Core\Ombi.Core.csproj" />
</ItemGroup>
6 years ago
</Project>