-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPractiTestNunit.csproj
More file actions
21 lines (18 loc) · 940 Bytes
/
PractiTestNunit.csproj
File metadata and controls
21 lines (18 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0"/>
<PackageReference Include="Selenium.WebDriver" Version="4.1.0"/>
<PackageReference Include="SpecFlow.Assist.Dynamic" Version="1.4.2"/>
<PackageReference Include="SpecFlow.Plus.LivingDocPlugin" Version="3.9.57"/>
<PackageReference Include="SpecFlow.NUnit" Version="3.9.40"/>
<PackageReference Include="nunit" Version="3.13.2"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0"/>
<PackageReference Include="FluentAssertions" Version="6.2.0"/>
<PackageReference Include="WebDriverManager" Version="2.12.3"/>
</ItemGroup>
</Project>