File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
<ItemGroup >
27
27
<None Include =" README.md" Pack =" true" PackagePath =" \" />
28
28
<None Include =" LICENSE" Pack =" true" PackagePath =" \" />
29
+ <None Include =" LUA_COPYRIGHT" Pack =" true" PackagePath =" \" />
29
30
<None Include =" Lua.NET.Logo.png" Pack =" true" PackagePath =" \" />
30
31
</ItemGroup >
31
32
32
33
<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" />
35
36
</ItemGroup >
36
37
37
38
</Project >
You can’t perform that action at this time.
0 commit comments