File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 49
49
<!-- containerize folder -->
50
50
<Content Include =" $(OutDir)containerize.dll" Pack =" true" PackagePath =" containerize/" />
51
51
<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/" />
52
54
<Content Include =" $(OutDir)System.CommandLine.dll" Pack =" true" PackagePath =" containerize/" />
53
55
<Content Include =" $(OutDir)Valleysoft.DockerCredsProvider.dll" Pack =" true" PackagePath =" containerize/" />
54
56
<Content Include =" @(ContainerLibraryOutput)" Pack =" true" PackagePath =" containerize/" />
You can’t perform that action at this time.
0 commit comments