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

Commit e2afd99

Browse files
authored
Support SpecFlow v3.6.23 (#45)
1 parent 9a75511 commit e2afd99

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ branches:
99
regex: ^dev$
1010
pull-request:
1111
tag: pr
12-
next-version: 3.5
12+
next-version: 3.6

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
SpecFlow plugin that enables to use Microsoft.Extensions.DependencyInjection for resolving test dependencies.
99

1010
Follows [SpecFlow versioning](https://specflow.org/blog/we-are-simplifying-our-specflow-and-net-version-support/) and currently targets:
11-
* [SpecFlow v3.5.14 or later](https://www.nuget.org/packages/SpecFlow/3.5.14)
12-
* [Microsoft.Extensions.DependencyInjection v5.0.0 or later](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/5.0.0)
11+
* [SpecFlow v3.6.23 or later](https://www.nuget.org/packages/SpecFlow/3.6.23)
12+
* [Microsoft.Extensions.DependencyInjection v5.0.1 or later](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/5.0.1)
1313

1414
Based on [SpecFlow.Autofac](https://github.com/gasparnagy/SpecFlow.Autofac).
1515
Listed on [Available Plugins for SpecFlow](https://specflow.org/documentation/Available-Plugins/).

SpecFlow.DependencyInjection.Tests/SpecFlow.DependencyInjection.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
<PrivateAssets>all</PrivateAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
1717
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="16.8.0" Condition="$(TargetFramework.StartsWith('net4')) AND '$(OS)' == 'Unix'" />
1818
<PackageReference Include="xunit" Version="2.4.1" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>
23-
<PackageReference Include="SpecFlow.xUnit" Version="3.5.14" />
24-
<PackageReference Include="coverlet.collector" Version="1.3.0">
23+
<PackageReference Include="SpecFlow.xUnit" Version="3.6.23" />
24+
<PackageReference Include="coverlet.collector" Version="3.0.1">
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
<PrivateAssets>all</PrivateAssets>
2727
</PackageReference>

SpecFlow.DependencyInjection/SpecFlow.DependencyInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
<PrivateAssets>all</PrivateAssets>
3535
</PackageReference>
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" />
36+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
3737
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4040
</PackageReference>
41-
<PackageReference Include="SpecFlow" Version="3.5.14" />
41+
<PackageReference Include="SpecFlow" Version="3.6.23" />
4242
</ItemGroup>
4343
</Project>

0 commit comments

Comments
 (0)