Lidarr/src/NzbDrone.Host/Lidarr.Host.csproj

27 lines
1.2 KiB
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
2019-08-22 21:28:51 +00:00
<PropertyGroup>
2021-12-24 17:40:37 +00:00
<TargetFrameworks>net6.0</TargetFrameworks>
<OutputType>Library</OutputType>
2019-08-22 21:28:51 +00:00
</PropertyGroup>
<ItemGroup>
2021-12-24 17:40:37 +00:00
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
2023-11-23 21:55:29 +00:00
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="6.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.2" />
2023-11-23 21:55:29 +00:00
<PackageReference Include="DryIoc.dll" Version="5.4.3" />
2023-08-29 22:06:37 +00:00
<PackageReference Include="DryIoc.Microsoft.DependencyInjection" Version="6.2.0" />
2019-08-22 21:28:51 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lidarr.Api.V1\Lidarr.Api.V1.csproj" />
<ProjectReference Include="..\NzbDrone.Common\Lidarr.Common.csproj" />
<ProjectReference Include="..\NzbDrone.Core\Lidarr.Core.csproj" />
<ProjectReference Include="..\NzbDrone.SignalR\Lidarr.SignalR.csproj" />
<ProjectReference Include="..\Lidarr.Http\Lidarr.Http.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Interop.NetFwTypeLib">
<HintPath>..\Libraries\Interop.NetFwTypeLib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
</ItemGroup>
</Project>