forked from microsoft/axe-pipelines-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSharpSeleniumWebdriverSample.csproj
More file actions
22 lines (22 loc) · 1 KB
/
Copy pathCSharpSeleniumWebdriverSample.csproj
File metadata and controls
22 lines (22 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{E6205F43-94B0-462C-AA5B-AE816794E95A}</ProjectGuid>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<AssemblyTitle>CSharpSeleniumWebdriverSample</AssemblyTitle>
<Product>CSharpSeleniumWebdriverSample</Product>
</PropertyGroup>
<ItemGroup>
<Content Include="SamplePage.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="Selenium.Axe" Version="4.0.13" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="114.0.5735.9000" />
<PackageReference Include="Selenium.WebDriver.GeckoDriver" Version="0.33.0" />
</ItemGroup>
</Project>