I am trying to install the Reqnroll.SpecFlowCompatibility.Actions.WindowsAppDriver package but it has a dependency on Reqnroll.Actions.Appium which does not exist. In the previous PR to fix Action dependencies, it looks like this was left in.
https://github.com/reqnroll/Reqnroll.Actions/pull/3/files
<group targetFramework="net6.0">
- <dependency id="Reqnroll.Actions.Configuration" version="$version$"/>
+ <dependency id="Reqnroll.SpecFlowCompatibility.Actions.Configuration" version="$version$"/>
**<dependency id="Reqnroll.Actions.Appium" version="$version$"/>**
<dependency id="Appium.WebDriver" version="4.3.1" />
<dependency id="Reqnroll" version="2.0.0" />