Skip to content

Commit f77d6c0

Browse files
committed
Fix nuspec and build targets
- Bump to 2.16.0. Signed-off-by: José Simões <[email protected]>
1 parent a5ff0c5 commit f77d6c0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

source/MetadataProcessor.Core/nanoFramework.Tools.MetaDataProcessor.Core.targets

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<ItemGroup>
3-
<Content Include="$(MSBuildThisFileDirectory)nanoFramework.Tools.MetadataProcessor.Core.dll">
3+
<Content Include="$(OutDir)nanoFramework.Tools.MetadataProcessor.Core.dll">
44
<InstallRoot>MSBuild</InstallRoot>
55
<VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath>
66
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
77
<IncludeInVSIX>true</IncludeInVSIX>
88
</Content>
9-
<Content Include="$(MSBuildThisFileDirectory)Mono.Cecil.dll">
9+
<Content Include="$(OutDir)Mono.Cecil.dll">
1010
<InstallRoot>MSBuild</InstallRoot>
1111
<VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath>
1212
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
1313
<IncludeInVSIX>true</IncludeInVSIX>
1414
</Content>
15-
<Content Include="$(MSBuildThisFileDirectory)Stubble.Core.dll">
15+
<Content Include="$(OutDir)Stubble.Core.dll">
1616
<InstallRoot>MSBuild</InstallRoot>
1717
<VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath>
1818
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
1919
<IncludeInVSIX>true</IncludeInVSIX>
2020
</Content>
21-
<Content Include="$(MSBuildThisFileDirectory)System.Collections.Immutable.dll">
21+
<Content Include="$(OutDir)System.Collections.Immutable.dll">
2222
<InstallRoot>MSBuild</InstallRoot>
2323
<VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath>
2424
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2525
<IncludeInVSIX>true</IncludeInVSIX>
2626
</Content>
27-
<Content Include="$(MSBuildThisFileDirectory)System.Runtime.CompilerServices.Unsafe.dll">
27+
<Content Include="$(OutDir)System.Runtime.CompilerServices.Unsafe.dll">
2828
<InstallRoot>MSBuild</InstallRoot>
2929
<VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath>
3030
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3131
<IncludeInVSIX>true</IncludeInVSIX>
3232
</Content>
33-
<Content Include="$(MSBuildThisFileDirectory)System.Threading.Tasks.Extensions.dll">
33+
<Content Include="$(OutDir)System.Threading.Tasks.Extensions.dll">
3434
<InstallRoot>MSBuild</InstallRoot>
3535
<VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath>
3636
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

source/MetadataProcessor.Core/package.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
</metadata>
2929
<files>
3030
<file src="bin\Release\nanoFramework.Tools.MetadataProcessor.Core.dll" target="lib/net461" />
31-
<file src="bin\Release\nanoFramework.Tools.MetadataProcessor.Core.dll" target="build" />
3231
<file src="nanoFramework.Tools.MetaDataProcessor.Core.targets" target="build" />
3332
</files>
3433
</package>

0 commit comments

Comments
 (0)