Skip to content

Commit 6373695

Browse files
committed
Added LUA_COPYRIGHT to the csproj
1 parent 5941220 commit 6373695

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Lua.NET.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@
2626
<ItemGroup>
2727
<None Include="README.md" Pack="true" PackagePath="\" />
2828
<None Include="LICENSE" Pack="true" PackagePath="\" />
29+
<None Include="LUA_COPYRIGHT" Pack="true" PackagePath="\" />
2930
<None Include="Lua.NET.Logo.png" Pack="true" PackagePath="\" />
3031
</ItemGroup>
3132

3233
<ItemGroup>
33-
<Content Include="native/win-x64/*" Pack="true" PackagePath="runtimes/win-x64/native/net7.0" CopyToOutputDirectory="PreserveNewest" />
34-
<Content Include="native/linux-x64/*" Pack="true" PackagePath="runtimes/linux-x64/native/net7.0" CopyToOutputDirectory="PreserveNewest" />
34+
<Content Include="native/win-x64/*" Pack="true" PackagePath="runtimes/win-x64/native" CopyToOutputDirectory="PreserveNewest" />
35+
<Content Include="native/linux-x64/*" Pack="true" PackagePath="runtimes/linux-x64/native" CopyToOutputDirectory="PreserveNewest" />
3536
</ItemGroup>
3637

3738
</Project>

0 commit comments

Comments
 (0)