Lidarr/src/NzbDrone.Automation.Test/Lidarr.Automation.Test.csproj

13 lines
438 B
XML
Raw Normal View History

2019-08-22 21:28:51 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
2019-08-22 21:28:51 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Selenium.Support" Version="3.141.0" />
2021-04-26 20:56:39 +00:00
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="90.0.4430.2400" />
2019-08-22 21:28:51 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
</ItemGroup>
</Project>