Ombi/src/Ombi.Api.Notifications/Ombi.Api.Notifications.csproj
Victor Usoltsev 9fe7ec115e
refactor: Upgrades nuget packages. Removes deprecated packages. Fixes build warnings. (#4769)
* Upgrades nuget packages. Removes deprecated packages. Fixes build warnings.

* Fixes the last few build warnings.
2022-10-07 19:23:12 +01:00

18 lines
423 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Configurations>Debug;Release;NonUiBuild</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ombi.Api\Ombi.Api.csproj" />
</ItemGroup>
</Project>