Skip to content

Commit bbf039a

Browse files
committed
Add NuGet assemblies to package
1 parent ee9f48b commit bbf039a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/package.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<!-- containerize folder -->
5050
<Content Include="$(OutDir)containerize.dll" Pack="true" PackagePath="containerize/" />
5151
<Content Include="$(OutDir)containerize.runtimeconfig.json" Pack="true" PackagePath="containerize/" />
52+
<Content Include="$(OutDir)Newtonsoft.Json.dll" Pack="true" PackagePath="containerize/" />
53+
<Content Include="$(OutDir)NuGet.*.dll" Pack="true" PackagePath="containerize/" />
5254
<Content Include="$(OutDir)System.CommandLine.dll" Pack="true" PackagePath="containerize/" />
5355
<Content Include="$(OutDir)Valleysoft.DockerCredsProvider.dll" Pack="true" PackagePath="containerize/" />
5456
<Content Include="@(ContainerLibraryOutput)" Pack="true" PackagePath="containerize/" />

0 commit comments

Comments
 (0)