Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Support SpecFlow v3.7.13 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhoek authored Mar 10, 2021
1 parent e2afd99 commit a8e18c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ branches:
regex: ^dev$
pull-request:
tag: pr
next-version: 3.6
next-version: 3.7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
SpecFlow plugin that enables to use Microsoft.Extensions.DependencyInjection for resolving test dependencies.

Follows [SpecFlow versioning](https://specflow.org/blog/we-are-simplifying-our-specflow-and-net-version-support/) and currently targets:
* [SpecFlow v3.6.23 or later](https://www.nuget.org/packages/SpecFlow/3.6.23)
* [SpecFlow v3.7.13 or later](https://www.nuget.org/packages/SpecFlow/3.7.13)
* [Microsoft.Extensions.DependencyInjection v5.0.1 or later](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/5.0.1)

Based on [SpecFlow.Autofac](https://github.com/gasparnagy/SpecFlow.Autofac).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="SpecFlow.xUnit" Version="3.6.23" />
<PackageReference Include="coverlet.collector" Version="3.0.1">
<PackageReference Include="SpecFlow.xUnit" Version="3.7.13" />
<PackageReference Include="coverlet.collector" Version="3.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SpecFlow" Version="3.6.23" />
<PackageReference Include="SpecFlow" Version="3.7.13" />
</ItemGroup>
</Project>

0 comments on commit a8e18c8

Please sign in to comment.