Skip to content

Commit

Permalink
Explicit dependency on SpecFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Feb 15, 2024
1 parent 114b939 commit dc725e9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
<PackageReference Include="ReportPortal.Shared" Version="2.1.4">
<PrivateAssets>contentfiles;analyzers;</PrivateAssets>
</PackageReference>
<PackageReference Include="SpecFlow" Version="3.0.177-beta" />
<PackageReference Include="SpecFlow.CustomPlugin" Version="3.0.177-beta">
<PrivateAssets>all;</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Include="..\*.props" Pack="true" PackagePath="build\" Visible="false"/>
<None Include="..\*.targets" Pack="true" PackagePath="build\" Visible="false"/>
<None Include="..\*.props" Pack="true" PackagePath="build\" Visible="false" />
<None Include="..\*.targets" Pack="true" PackagePath="build\" Visible="false" />
</ItemGroup>

</Project>

0 comments on commit dc725e9

Please sign in to comment.