From 1604618d424578998856edaced3ed40e50b1d194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 19:58:23 +0200 Subject: [PATCH] Support SpecFlow v3.8.7 (#62) +semver: minor Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Hoek --- README.md | 2 +- .../SpecFlow.DependencyInjection.Tests.csproj | 14 +++++++++----- SpecFlow.DependencyInjection.sln | 1 + .../SpecFlow.DependencyInjection.csproj | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 52e9150..4d855a1 100644 --- a/README.md +++ b/README.md @@ -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.7.13 or later](https://www.nuget.org/packages/SpecFlow/3.7.13) +* [SpecFlow v3.8.7 or later](https://www.nuget.org/packages/SpecFlow/3.8.7) * [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). diff --git a/SpecFlow.DependencyInjection.Tests/SpecFlow.DependencyInjection.Tests.csproj b/SpecFlow.DependencyInjection.Tests/SpecFlow.DependencyInjection.Tests.csproj index a979347..89e70c1 100644 --- a/SpecFlow.DependencyInjection.Tests/SpecFlow.DependencyInjection.Tests.csproj +++ b/SpecFlow.DependencyInjection.Tests/SpecFlow.DependencyInjection.Tests.csproj @@ -9,26 +9,30 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/SpecFlow.DependencyInjection.sln b/SpecFlow.DependencyInjection.sln index b60e13f..8be44a7 100644 --- a/SpecFlow.DependencyInjection.sln +++ b/SpecFlow.DependencyInjection.sln @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .editorconfig = .editorconfig .gitignore = .gitignore azure-pipelines.yml = azure-pipelines.yml + .github\dependabot.yml = .github\dependabot.yml GitVersion.yml = GitVersion.yml LICENSE = LICENSE README.md = README.md diff --git a/SpecFlow.DependencyInjection/SpecFlow.DependencyInjection.csproj b/SpecFlow.DependencyInjection/SpecFlow.DependencyInjection.csproj index 9f09c08..8a384ea 100644 --- a/SpecFlow.DependencyInjection/SpecFlow.DependencyInjection.csproj +++ b/SpecFlow.DependencyInjection/SpecFlow.DependencyInjection.csproj @@ -38,6 +38,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - +