Skip to content

Commit

Permalink
Resolve #200 - Downgrade SpecFlow version
Browse files Browse the repository at this point in the history
This is the lowest SpecFlow version which works without hassle.
It's a 4-year-old version so I think that should be reasonable
by way of support for older projects.
  • Loading branch information
craigfowler committed Sep 17, 2024
1 parent 13f1510 commit c0e83c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CSF.Screenplay.SpecFlow/CSF.Screenplay.SpecFlow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SpecFlow" Version="3.9.74" />
<PackageReference Include="SpecFlow" Version="3.4.3" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" Condition="'$(TargetFramework)' == 'net462'" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NunitXml.TestLogger" Version="4.0.254" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="SpecFlow.NUnit" Version="3.9.74" />
<PackageReference Include="SpecFlow.NUnit" Version="3.4.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c0e83c4

Please sign in to comment.