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

18 lines
454 B

5 years ago
<Project Sdk="Microsoft.NET.Sdk">
5 years ago
<PropertyGroup>
4 years ago
<TargetFramework>net5.0</TargetFramework>
4 years ago
<LangVersion>8.0</LangVersion>
5 years ago
</PropertyGroup>
<ItemGroup>
5 years ago
<PackageReference Include="Microsoft.AspNet.SignalR" Version="2.4.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.1.0" />
5 years ago
</ItemGroup>
5 years ago
<ItemGroup>
<ProjectReference Include="..\Ombi.Core\Ombi.Core.csproj" />
</ItemGroup>
5 years ago
</Project>