mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
932356be61
Run application in docs.sh specific to platform (cherry picked from commit c331c8bd119fa9f85a53e96db04f541b2d90bbd3) Closes #3515
20 lines
820 B
XML
20 lines
820 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Readarr.Http\Readarr.Http.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.Common\Readarr.Common.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.Core\Readarr.Core.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.SignalR\Readarr.SignalR.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentValidation" />
|
|
<PackageReference Include="Ical.Net" />
|
|
<PackageReference Include="NLog" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" />
|
|
<PackageReference Include="System.IO.Abstractions" />
|
|
<PackageReference Include="System.Reflection.TypeExtensions" />
|
|
</ItemGroup>
|
|
</Project>
|