Skip to content

Commit

Permalink
Merge pull request #161 from onovotny/support-nuget-update
Browse files Browse the repository at this point in the history
Support for the new NuGet dependency
  • Loading branch information
AArnott authored Jan 5, 2018
2 parents aeba285 + 6a0a43d commit d398833
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
$(GenerateNuspecDependsOn)
</GenerateNuspecDependsOn>

<GetPackageVersionDependsOn>
GetBuildVersion;
$(GetPackageVersionDependsOn)
</GetPackageVersionDependsOn>

<!-- Suppress assembly version info generation if not obviously compiling an assembly. -->
<GenerateAssemblyVersionInfo Condition=" '$(GenerateAssemblyVersionInfo)' == '' and '$(TargetExt)' != '.dll' and '$(TargetExt)' != '.exe'">false</GenerateAssemblyVersionInfo>

Expand Down

0 comments on commit d398833

Please sign in to comment.