We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72af318 commit 59cf5f7Copy full SHA for 59cf5f7
sample/Sample.Test.Splecflow/Sample.Test.Splecflow.csproj
@@ -25,7 +25,7 @@
25
</ItemGroup>
26
27
<Target Name="PrecompileScript" BeforeTargets="BeforeBuild">
28
- <Exec Command="dotnet SpecFlow.NetCore --test-framework mstest --specflow-path $(USERPROFILE)\.nuget\packages\SpecFlow\2.2.0\tools\specflow.exe" />
+ <Exec Command="dotnet SpecFlow.NetCore --test-framework mstest --specflow-path $(USERPROFILE)\.nuget\packages\SpecFlow\2.2.1\tools\specflow.exe" />
29
</Target>
30
31
<ItemGroup>
0 commit comments