Skip to content

Commit

Permalink
release: include package Vonage.Common
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Nov 27, 2023
1 parent e3894b2 commit bce66db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Vonage.Server/Vonage.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
<PackageReference Update="NETStandard.Library" Version="2.0.3"/>
<PackageReference Include="Yoh.Text.Json.NamingPolicies" Version="1.0.0"/>
</ItemGroup>
<ItemGroup>
<_PackageFiles Include="$(OutputPath)\Vonage.Common.dll">
<BuildAction>None</BuildAction>
<PackagePath>lib\netstandard2.0</PackagePath>
</_PackageFiles>
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="node ../.scripts/init.js"/>
</Target>
Expand Down

0 comments on commit bce66db

Please sign in to comment.