Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/25.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
.net 是否可以在目标中包含PackageReference?_.net_Msbuild_Nuget - Fatal编程技术网

.net 是否可以在目标中包含PackageReference?

.net 是否可以在目标中包含PackageReference?,.net,msbuild,nuget,.net,Msbuild,Nuget,我想这样做: 这样我就可以在文件中的其他目标中重用我的PowerShellModule的名称和版本 是否有办法将PackageReference放入目标中?另外,我是否可以确保将PowerShellModule的同一实例用于对Identity和Version的名称和版本的引用是正确的

我想这样做:


这样我就可以在文件中的其他目标中重用我的
PowerShellModule
的名称和版本

是否有办法将
PackageReference
放入
目标
中?另外,我是否可以确保将
PowerShellModule
的同一实例用于对
Identity
Version
的名称和版本的引用是正确的