mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-03-12 04:35:27 -07:00
* Add sanity checks upon media server sync Fixes Media content may be improperly imported into Ombi #4472 * Fix Jellyfin sync * Refactor Emby and Jellyfin provider ids * Use new method Any * Fix log formatting
18 lines
541 B
XML
18 lines
541 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<AssemblyVersion>3.0.0.0</AssemblyVersion>
|
|
<FileVersion>3.0.0.0</FileVersion>
|
|
<Version></Version>
|
|
<PackageVersion></PackageVersion>
|
|
<LangVersion>8.0</LangVersion>
|
|
<Configurations>Debug;Release;NonUiBuild</Configurations>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Ombi.Api\Ombi.Api.csproj" />
|
|
<ProjectReference Include="..\Ombi.Helpers\Ombi.Helpers.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |