mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-03-12 04:35:27 -07:00
* Upgrades nuget packages. Removes deprecated packages. Fixes build warnings. * Fixes the last few build warnings.
22 lines
572 B
XML
22 lines
572 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>latest</LangVersion>
|
|
<Configurations>Debug;Release;NonUiBuild</Configurations>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Ombi.Api\Ombi.Api.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|