Skip to content

Commit

Permalink
Add support for MSBuild transitive dependency flow #4026 (#4338)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTheCoder committed May 3, 2023
1 parent 73ac020 commit cef32ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NSwag.MSBuild/NSwag.MSBuild.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<files>
<file src="NSwag.MSBuild.props" target="build" />
<file src="NSwag.MSBuild.props" target="buildCrossTargeting" />
<file src="NSwag.MSBuild.props" target="buildTransitive" />

<file src="..\NSwag.Console\bin\Release\net461\*" target="tools/Win" />
<file src="..\NSwag.Console.x86\bin\Release\net461\NSwag.AspNetCore.Launcher.x86.exe" target="tools/Win" />
Expand Down

0 comments on commit cef32ca

Please sign in to comment.