Skip to content

Commit

Permalink
Exclude Cecil from nuspec as it's included in the nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny authored Nov 5, 2019
1 parent 4756859 commit 0b776dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StrongNamer/StrongNamer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<None Include="$(NuGetPackageRoot)mono.cecil\$(CecilVersion)\lib\netstandard2.0\*.dll" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="build\netcoreapp2.1" Visible="false" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="$(CecilVersion)" />
<PackageReference Include="Mono.Cecil" Version="$(CecilVersion)" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.26" PrivateAssets="all" />
</ItemGroup>

Expand All @@ -46,4 +46,4 @@
<Copy SourceFiles="@(FileToCopy)" DestinationFolder="$(MSBuildThisFileDirectory)bin\$(Configuration)"/>

</Target>
</Project>
</Project>

0 comments on commit 0b776dd

Please sign in to comment.