We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44626f4 commit 3860c2dCopy full SHA for 3860c2d
1 file changed
src/OpenAC.Net.GNRe/OpenAC.Net.GNRe.csproj
@@ -58,16 +58,10 @@
58
</ItemGroup>
59
60
<ItemGroup>
61
- <None Include="..\..\nuget.png">
62
- <Pack>True</Pack>
63
- <PackagePath />
64
- <Link>nuget.png</Link>
65
- </None>
+ <None Include="..\..\nuget.png" Pack="true" PackagePath="\" Link="nuget.png" />
+ <None Include="..\..\README.md" Pack="true" PackagePath="\" />
66
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
67
- <None Include="Schemas\**\*.*">
68
69
- <PackagePath>content\Schemas\</PackagePath>
70
+ <None Include="Schemas\**\*.*" Pack="true" PackagePath="content\Schemas"/>
71
72
73
</Project>
0 commit comments