Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/sorting/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Nuget-为未注册的DLL创建具有NativeReference的包_Nuget_Nuget Spec - Fatal编程技术网

Nuget-为未注册的DLL创建具有NativeReference的包

Nuget-为未注册的DLL创建具有NativeReference的包,nuget,nuget-spec,Nuget,Nuget Spec,我想将nuget与包含未注册com DLL的清单文件一起使用。 将此清单文件添加到项目时,它将被添加到 但是仅仅将这个清单文件添加到nuspec文档并打包它是行不通的。 我希望有人能给我一个线索,告诉我如何让它发挥作用 <?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id&

我想将nuget与包含未注册com DLL的清单文件一起使用。 将此清单文件添加到项目时,它将被添加到 但是仅仅将这个清单文件添加到nuspec文档并打包它是行不通的。 我希望有人能给我一个线索,告诉我如何让它发挥作用

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>ALM115</id>
    <version>11.52.584.0</version>
    <authors>asdf</authors>
    <description>ALM 11.5 paket
     ALM_OTAOnly.sxs.manifest
    </description>
  </metadata>
  <files>
    <file src="ALM_OTAOnly.sxs.manifest"/>    
  </files>
</package>

阿尔姆115
11.52.584.0
asdf
ALM 11.5包
ALM_OTAOnly.sxs.manifest
//迪特里希