NuGet / Samples

NuGet team sample repo
Other
136 stars 108 forks source link

Is there a content-file sample that base on .netstandard project #20

Closed WeihanLi closed 6 years ago

WeihanLi commented 6 years ago

Is there a content-file sample that base on .netstandard project? I wanna include log4net.config within my package so that when I install my package it will also install log4net.config.But I can not make it for .netcore project,what I do in the package project file is as follows:

<ItemGroup>
    <Content Include="log4net.config" Pack="true" PackagePath="content\log4net.config" />
</ItemGroup>

Hope anyone would reply.Thanks.

karann-msft commented 6 years ago

Please create issues on our Home repo.