From e6446f10b014efbb7952b8a8dff4f960faf3c1f6 Mon Sep 17 00:00:00 2001 From: Neha Agarwal Date: Tue, 25 Apr 2023 12:46:31 +0530 Subject: [PATCH 1/3] Fix --- SpecFlow_BrowserStack/SpecFlow_BrowserStack.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SpecFlow_BrowserStack/SpecFlow_BrowserStack.csproj b/SpecFlow_BrowserStack/SpecFlow_BrowserStack.csproj index 0e0689e..c9dcf2c 100644 --- a/SpecFlow_BrowserStack/SpecFlow_BrowserStack.csproj +++ b/SpecFlow_BrowserStack/SpecFlow_BrowserStack.csproj @@ -1,10 +1,11 @@  - net6.0 + net6.0 false enable - 9.0 + enable + false From 58a3d556032cb1d0006b5836cf3d6aaef21ee1b8 Mon Sep 17 00:00:00 2001 From: Neha Agarwal Date: Tue, 25 Apr 2023 12:47:35 +0530 Subject: [PATCH 2/3] Fix --- SpecFlow_BrowserStack/SpecFlow_BrowserStack.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpecFlow_BrowserStack/SpecFlow_BrowserStack.csproj b/SpecFlow_BrowserStack/SpecFlow_BrowserStack.csproj index c9dcf2c..7326f42 100644 --- a/SpecFlow_BrowserStack/SpecFlow_BrowserStack.csproj +++ b/SpecFlow_BrowserStack/SpecFlow_BrowserStack.csproj @@ -1,7 +1,7 @@  - net6.0 + net6.0 false enable enable From 38bc710fc9a3bf7dc69de71db7b0679988bda783 Mon Sep 17 00:00:00 2001 From: Neha Agarwal Date: Tue, 25 Apr 2023 13:09:18 +0530 Subject: [PATCH 3/3] Fix --- SpecFlow_BrowserStack/.config/dotnet-tools.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 SpecFlow_BrowserStack/.config/dotnet-tools.json diff --git a/SpecFlow_BrowserStack/.config/dotnet-tools.json b/SpecFlow_BrowserStack/.config/dotnet-tools.json deleted file mode 100644 index 12a5f0e..0000000 --- a/SpecFlow_BrowserStack/.config/dotnet-tools.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "browserstack-sdk": { - "version": "0.3.0", - "commands": [ - "browserstack-sdk" - ] - } - } -}