parent
3ce7953fec
commit
371f2c246b
|
|
@ -77,6 +77,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<NuspecProperty Include="outputPath=$(OutputPath)\sdk-output" />
|
<NuspecProperty Include="outputPath=$(OutputPath)\sdk-output" />
|
||||||
|
<NuspecProperty Include="PackageIcon=$(PackageIconFullPath)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
$CommonMetadataElements$
|
$CommonMetadataElements$
|
||||||
|
<icon>packageIcon.png</icon>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<group targetFramework=".NETStandard2.0" />
|
<group targetFramework=".NETStandard2.0" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
@ -13,6 +14,7 @@
|
||||||
<file src="buildMultiTargeting\**" target="buildMultiTargeting" />
|
<file src="buildMultiTargeting\**" target="buildMultiTargeting" />
|
||||||
<file src="_._" target="lib\netstandard2.0\_._" />
|
<file src="_._" target="lib\netstandard2.0\_._" />
|
||||||
|
|
||||||
|
<file src="$PackageIcon$" target="" />
|
||||||
<file src="$outputPath$\**" target="\" />
|
<file src="$outputPath$\**" target="\" />
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue