File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
StirlingLabs.MsQuic.Bindings.PlatformSpecific
StirlingLabs.MsQuic.Bindings Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public static MsQuicStatusBase GetPlatformSpecificImplementation()
1010 {
1111 AssemblyName asmName
1212 = RuntimeInformation . IsOSPlatform ( OSPlatform . Windows )
13- ? new ( "StirlingLabs.MsQuic.Bindings.MsQuic. Windows" )
13+ ? new ( "StirlingLabs.MsQuic.Bindings.Windows" )
1414 : new ( "StirlingLabs.MsQuic.Bindings.Posix" ) ;
1515 var asm = Assembly . Load ( asmName ) ;
1616 var type = asm . GetType ( "StirlingLabs.MsQuic.Bindings.MsQuicStatusImpl" ) ! ;
Original file line number Diff line number Diff line change 11using System . Runtime . CompilerServices ;
22
33[ assembly: InternalsVisibleTo ( "StirlingLabs.MsQuic.Bindings.Posix" ) ]
4- [ assembly: InternalsVisibleTo ( "StirlingLabs.MsQuic.Bindings.MsQuic. Windows" ) ]
4+ [ assembly: InternalsVisibleTo ( "StirlingLabs.MsQuic.Bindings.Windows" ) ]
Original file line number Diff line number Diff line change 2323 <PackageReference Include =" Portable.BouncyCastle" Version =" 1.9.0" />
2424 <PackageReference Include =" StirlingLabs.sockaddr.Net" Version =" 22.5.0" />
2525 <PackageReference Include =" StirlingLabs.Utilities" Version =" 22.5.0" />
26+ <PackageReference Include =" StirlingLabs.Utilities.Magic" Version =" 22.5.0" />
2627 <PackageReference Include =" System.Collections.Immutable" Version =" 6.0.0" />
2728 <PackageReference Include =" System.Runtime.Caching" Version =" 6.0.0" />
2829 <PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 6.0.0" />
You can’t perform that action at this time.
0 commit comments