From e42519c98807c3a5d273e9f7fcab3c24e2890e78 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Fri, 19 Sep 2025 18:00:14 +0200 Subject: [PATCH] Adding SpecFlow.Tools.MsBuild.Generation v2.3.0 (and upgrading SpecFlow to v2.3.0) in Orchard.Profile and Orchard.Specs --- src/Orchard.Profile/App.config | 16 +++++++++++++- src/Orchard.Profile/Orchard.Profile.csproj | 25 +++++++++++++++++++--- src/Orchard.Profile/packages.config | 7 ++++-- src/Orchard.Specs/App.Config | 5 +++++ src/Orchard.Specs/Orchard.Specs.csproj | 23 ++++++++++++++++++-- src/Orchard.Specs/packages.config | 5 ++++- 6 files changed, 72 insertions(+), 9 deletions(-) diff --git a/src/Orchard.Profile/App.config b/src/Orchard.Profile/App.config index ea3c48e05..e42f8676b 100644 --- a/src/Orchard.Profile/App.config +++ b/src/Orchard.Profile/App.config @@ -3,7 +3,21 @@
- + + + + + + + + + + + + + + + diff --git a/src/Orchard.Profile/Orchard.Profile.csproj b/src/Orchard.Profile/Orchard.Profile.csproj index 815b58980..d31fc4031 100644 --- a/src/Orchard.Profile/Orchard.Profile.csproj +++ b/src/Orchard.Profile/Orchard.Profile.csproj @@ -1,5 +1,6 @@  + Debug AnyCPU @@ -33,6 +34,8 @@ false true + + true @@ -57,6 +60,9 @@ false + + ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll + ..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll @@ -70,6 +76,9 @@ 3.5 + + ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + 3.5 @@ -79,8 +88,8 @@ - - ..\packages\SpecFlow.1.9.0\lib\net35\TechTalk.SpecFlow.dll + + ..\packages\SpecFlow.2.3.0\lib\net45\TechTalk.SpecFlow.dll @@ -134,6 +143,16 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + - + \ No newline at end of file diff --git a/src/Orchard.Profile/packages.config b/src/Orchard.Profile/packages.config index c269027a4..f693d713a 100644 --- a/src/Orchard.Profile/packages.config +++ b/src/Orchard.Profile/packages.config @@ -1,5 +1,8 @@  + - - + + + + \ No newline at end of file diff --git a/src/Orchard.Specs/App.Config b/src/Orchard.Specs/App.Config index f12c4cd71..bc2c78692 100644 --- a/src/Orchard.Specs/App.Config +++ b/src/Orchard.Specs/App.Config @@ -4,6 +4,7 @@
+ @@ -62,6 +63,10 @@ + + + + diff --git a/src/Orchard.Specs/Orchard.Specs.csproj b/src/Orchard.Specs/Orchard.Specs.csproj index e9001edd6..ad7482fa5 100644 --- a/src/Orchard.Specs/Orchard.Specs.csproj +++ b/src/Orchard.Specs/Orchard.Specs.csproj @@ -1,5 +1,6 @@  + Debug AnyCPU @@ -33,6 +34,8 @@ false true + + true @@ -86,6 +89,9 @@ ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll + + ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll + ..\packages\NHibernate.5.5.2\lib\net48\NHibernate.dll @@ -111,6 +117,9 @@ + + ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll @@ -142,8 +151,8 @@ - - ..\packages\SpecFlow.1.9.0\lib\net35\TechTalk.SpecFlow.dll + + ..\packages\SpecFlow.2.3.0\lib\net45\TechTalk.SpecFlow.dll @@ -548,6 +557,16 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + +