Jie2GG

Results 9 comments of Jie2GG

Please reference SSDT ```C DefinitionBlock ("", "SSDT", 2, "hack", "atk", 0x00000000) { External (_SB_.ATKD, DeviceObj) External (_SB_.KBLV, FieldUnitObj) External (_SB_.PCI0.LPCB.EC0_.ST9E, MethodObj) // 3 Arguments External (_SB_.PCI0.LPCB.EC0_.WRAM, MethodObj) // 2 Arguments...

The frame version can be changed as long as the Nuget package does not report errors. PS: New framework is develop, use nuget and msbuild will manage install and build....

Your can changed all project framework version

My changed All project, can use net472 and net core library.

Note that "Native.Core" project needs to run within the NET Framework, not Net Core

> I found that you have netstandard support, lol. > Anyway, updating the base branch's SDK is needed. Yes, I'm already building a new framework. The existing framework won't change...

@ghost1372 I try to solve this problem, when i import .NET4.8 dynamic library, the problem is solved. But it's not perfect solution

I'm pretty sure the issue is due to .NET 6.0 dynamic libraries not being included in the GAC list.

@andrey0001 @WeeJeWel @alvolalex I implemented dual-stack support for wg-easy using the 'docker-compose.yml' configuration file. Steps: 1. Enable docker IPv6 NAT. 2. Test this machine is support IPv6. 3. Configuration nginx...