Skip to content

Commit

Permalink
Merge pull request #120 from dlmelendez/rel/9.0
Browse files Browse the repository at this point in the history
pack fix
  • Loading branch information
dlmelendez authored Nov 18, 2024
2 parents fea1aa4 + eacbb07 commit 963b7b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Include="projectNugetPic.png" Pack="true" PackagePath="\" />

</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Include="projectNugetPic.png" Pack="true" PackagePath="\" />

</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.8.1" />
</ItemGroup>

<ItemGroup>
<None Include="projectNugetPic.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 963b7b0

Please sign in to comment.