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 f73bfad commit 4feff0bCopy full SHA for 4feff0b
src/NLWebNet/NLWebNet.csproj
@@ -63,7 +63,8 @@
63
<ItemGroup>
64
<FrameworkReference Include="Microsoft.AspNetCore.App" />
65
</ItemGroup> <ItemGroup>
66
- <None Include="$(MSBuildProjectDirectory)\..\..\README.md" Pack="true" PackagePath="\" />
+ <None Include="..\..\README.md" Pack="true" PackagePath="\" Condition="Exists('..\..\README.md')" />
67
+ <None Include="README.md" Pack="true" PackagePath="\" Condition="Exists('README.md') And !Exists('..\..\README.md')" />
68
</ItemGroup>
69
70
</Project>
0 commit comments