Skip to content

Commit

Permalink
fix SpecFlow.Verify nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
SabotageAndi committed Aug 10, 2022
1 parent 9f85f17 commit f305b51
Showing 1 changed file with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,33 @@
<license type="file">LICENSE.txt</license>
<tags>specflow externaldata json</tags>
<copyright>$copyright$</copyright>

<dependencies>
<dependency id="SpecFlow" version="[$version$]" />
<dependency id="Verify" version="17.7.0" />
<group targetFramework=".NETFramework4.6.2">
<dependency id="SpecFlow" version="[$version$]" />
<dependency id="Verify" version="17.7.0" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="SpecFlow" version="[$version$]" />
<dependency id="Verify" version="17.7.0" />
</group>
<group targetFramework="net6.0">
<dependency id="SpecFlow" version="[$version$]" />
<dependency id="Verify" version="17.7.0" />
</group>
</dependencies>

</metadata>
<files>
<file src="build\**\*" target="build"/>

<file src="bin\$config$\net462\**\*" target="build\net462"/>

<file src="bin\$config$\netcoreapp3.1\*" target="build\netcoreapp3.1"/>

<file src="bin\$config$\net462\SpecFlow.Verify.SpecFlowPlugin.*" target="lib\net462"/>
<file src="bin\$config$\netcoreapp3.1\SpecFlow.Verify.SpecFlowPlugin.*" target="lib\netcoreapp3.1"/>
<file src="bin\$config$\net6.0\SpecFlow.Verify.SpecFlowPlugin.*" target="lib\net6.0"/>

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>
Expand Down

0 comments on commit f305b51

Please sign in to comment.