This repository was archived by the owner on May 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
SpecFlow.DependencyInjection.Tests
SpecFlow.DependencyInjection Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ branches:
99 regex : ^dev$
1010 pull-request :
1111 tag : pr
12- next-version : 3.6
12+ next-version : 3.7
Original file line number Diff line number Diff line change 88SpecFlow plugin that enables to use Microsoft.Extensions.DependencyInjection for resolving test dependencies.
99
1010Follows [ SpecFlow versioning] ( https://specflow.org/blog/we-are-simplifying-our-specflow-and-net-version-support/ ) and currently targets:
11- * [ SpecFlow v3.6.23 or later] ( https://www.nuget.org/packages/SpecFlow/3.6.23 )
11+ * [ SpecFlow v3.7.13 or later] ( https://www.nuget.org/packages/SpecFlow/3.7.13 )
1212* [ Microsoft.Extensions.DependencyInjection v5.0.1 or later] ( https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/5.0.1 )
1313
1414Based on [ SpecFlow.Autofac] ( https://github.com/gasparnagy/SpecFlow.Autofac ) .
Original file line number Diff line number Diff line change 2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 <PrivateAssets >all</PrivateAssets >
2222 </PackageReference >
23- <PackageReference Include =" SpecFlow.xUnit" Version =" 3.6.23 " />
24- <PackageReference Include =" coverlet.collector" Version =" 3.0.1 " >
23+ <PackageReference Include =" SpecFlow.xUnit" Version =" 3.7.13 " />
24+ <PackageReference Include =" coverlet.collector" Version =" 3.0.2 " >
2525 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2626 <PrivateAssets >all</PrivateAssets >
2727 </PackageReference >
Original file line number Diff line number Diff line change 3838 <PrivateAssets >all</PrivateAssets >
3939 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4040 </PackageReference >
41- <PackageReference Include =" SpecFlow" Version =" 3.6.23 " />
41+ <PackageReference Include =" SpecFlow" Version =" 3.7.13 " />
4242 </ItemGroup >
4343</Project >
You can’t perform that action at this time.
0 commit comments