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.Api.Notifications/Ombi.Api.Notifications.csproj

18 lines
419 B

4 years ago
<Project Sdk="Microsoft.NET.Sdk">
7 years ago
<PropertyGroup>
4 years ago
<TargetFramework>net5.0</TargetFramework>
5 years ago
<LangVersion>8.0</LangVersion>
<Configurations>Debug;Release;NonUiBuild</Configurations>
7 years ago
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.4.2" />
</ItemGroup>
7 years ago
<ItemGroup>
<ProjectReference Include="..\Ombi.Api\Ombi.Api.csproj" />
</ItemGroup>
</Project>