Files
Readarr/src/NzbDrone.Automation.Test/Readarr.Automation.Test.csproj
T
2021-11-13 08:45:25 +00:00

13 lines
396 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Selenium.Support" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Test.Common\Readarr.Test.Common.csproj" />
</ItemGroup>
</Project>