Skip to content

Commit

Permalink
Include BoDi to Reqnroll package (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Apr 8, 2024
1 parent 864fe0e commit fa3cb95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Reqnroll.BoDi/Reqnroll.BoDi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<SignAssembly>$(Reqnroll_EnableStrongNameSigning)</SignAssembly>
<PublicSign>$(Reqnroll_PublicSign)</PublicSign>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<NoWarn>$(NoWarn);1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

Expand Down
5 changes: 2 additions & 3 deletions Reqnroll/Reqnroll.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<copyright>$copyright$</copyright>
<dependencies>
<group targetFramework="net462">
<dependency id="Reqnroll.BoDi" version="[$version$]" />
<dependency id="Gherkin" version="19.0.3"/>
<dependency id="Cucumber.CucumberExpressions" version="16.0.0"/>
<dependency id="System.ValueTuple" version="4.5.0" />
Expand All @@ -27,7 +26,6 @@
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Extensions.DependencyModel" version="6.0.0" />
<dependency id="System.Runtime.Loader" version="4.3.0" />
<dependency id="Reqnroll.BoDi" version="[$version$]" />
<dependency id="Gherkin" version="19.0.3"/>
<dependency id="Cucumber.CucumberExpressions" version="16.0.0"/>
<dependency id="System.Net.Http" version="4.3.4" />
Expand All @@ -39,12 +37,13 @@
<files>
<file src="build\**\*" target="build" />

<file src="bin\$config$\net462\Reqnroll.*" exclude="bin\$config$\net462\Reqnroll.BoDi.*" target="lib\$Reqnroll_FullFramework_Runtime_TFM$" />
<file src="bin\$config$\net462\Reqnroll.*" target="lib\$Reqnroll_FullFramework_Runtime_TFM$" />
<file src="Reqnroll.ExternalAnnotations.xml" target="lib\$Reqnroll_FullFramework_Runtime_TFM$" />

<file src="bin\$config$\netstandard2.0\Reqnroll.dll" target="lib\$Reqnroll_Core_Runtime_TFM$" />
<file src="bin\$config$\netstandard2.0\Reqnroll.pdb" target="lib\$Reqnroll_Core_Runtime_TFM$" />
<file src="bin\$config$\netstandard2.0\Reqnroll.xml" target="lib\$Reqnroll_Core_Runtime_TFM$" />
<file src="bin\$config$\netstandard2.0\Reqnroll.BoDi.*" target="lib\$Reqnroll_Core_Runtime_TFM$" />
<file src="Reqnroll.ExternalAnnotations.xml" target="lib\$Reqnroll_Core_Runtime_TFM$" />

<file src="$SolutionDir$\Licenses\*" target="Licenses" />
Expand Down

0 comments on commit fa3cb95

Please sign in to comment.