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 79671b0 commit 6f957e0Copy full SHA for 6f957e0
Lua.NET.csproj
@@ -10,6 +10,11 @@
10
<copyright>Copyright © Cody Tilkins 2022</copyright>
11
<Description>Lua.NET is full bindings to Lua and LuaJIT</Description>
12
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13
+ <PackageReadmeFile>README.md</PackageReadmeFile>
14
</PropertyGroup>
15
16
+ <ItemGroup>
17
+ <None Include="README.md" Pack="true" PackagePath="\"/>
18
+ </ItemGroup>
19
+
20
</Project>
0 commit comments