File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 3030 </ItemGroup >
3131
3232 <ItemGroup >
33- <Content Include =" native/win-x64/*.dll" Pack =" true" PackagePath =" runtimes/net6.0/native/win-x64" CopyToOutputDirectory =" PreserveNewest" />
34- <Content Include =" native/linux-x64/*.dll" Pack =" true" PackagePath =" runtimes/net6.0/native/linux-x64" CopyToOutputDirectory =" PreserveNewest" />
35- <Content Include =" native/win-x64/*.dll" Pack =" true" PackagePath =" runtimes/net6.0-windows/native/win-x64" CopyToOutputDirectory =" PreserveNewest" />
36- <Content Include =" native/linux-x64/*.dll" Pack =" true" PackagePath =" runtimes/net6.0-windows/native/linux-x64" CopyToOutputDirectory =" PreserveNewest" />
37- <Content Include =" native/win-x64/*.dll" Pack =" true" PackagePath =" runtimes/net7.0/native/win-x64" CopyToOutputDirectory =" PreserveNewest" />
38- <Content Include =" native/linux-x64/*.dll" Pack =" true" PackagePath =" runtimes/net7.0/native/linux-x64" CopyToOutputDirectory =" PreserveNewest" />
39- <Content Include =" native/win-x64/*.dll" Pack =" true" PackagePath =" runtimes/net7.0-windows/native/win-x64" CopyToOutputDirectory =" PreserveNewest" />
40- <Content Include =" native/linux-x64/*.dll" Pack =" true" PackagePath =" runtimes/net7.0-windows/native/linux-x64" CopyToOutputDirectory =" PreserveNewest" />
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" />
4135 </ItemGroup >
4236
4337</Project >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public struct lua_State
1414
1515public static class Lua
1616{
17- private const string DllName = "C:/code/Lua.NET.Test/bin/Debug/net7.0/runtimes/net7.0/native/win-x64/ lua51.dll " ;
17+ private const string DllName = "lua51" ;
1818 private const CallingConvention Convention = CallingConvention . Cdecl ;
1919
2020 [ StructLayout ( LayoutKind . Sequential , Pack = 1 , CharSet = CharSet . Ansi ) ]
You can’t perform that action at this time.
0 commit comments