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 9be1157 commit 6a5f623Copy full SHA for 6a5f623
Memory.Extensions/LICENSE.txt renamed to LICENSE.txt
Memory.Extensions/Memory.Extensions.csproj
@@ -43,15 +43,15 @@
43
<Using Include="System.Runtime.InteropServices" />
44
</ItemGroup>
45
<ItemGroup>
46
- <None Include="LICENSE.txt">
47
- <Pack>true</Pack>
48
- <PackagePath></PackagePath>
49
- <Visible>True</Visible>
50
- </None>
51
<None Include="PACK.md">
52
<Pack>true</Pack>
53
<PackagePath></PackagePath>
54
+ <Visible>False</Visible>
55
</None>
+ <None Include="..\LICENSE.txt">
+ <Pack>true</Pack>
+ <PackagePath></PackagePath>
+ </None>
56
57
</Project>
0 commit comments