修复apple平台无法asp.netcore的bug
This commit is contained in:
parent
53f0461047
commit
3908e8faa9
BIN
@libs/osx-x64/libSystem.Security.Cryptography.Native.Apple.dylib
Normal file
BIN
@libs/osx-x64/libSystem.Security.Cryptography.Native.Apple.dylib
Normal file
Binary file not shown.
@ -30,4 +30,10 @@
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'osx-x64'">
|
||||
<None Include="../@libs/osx-x64/libSystem.Security.Cryptography.Native.Apple.dylib" Link="libSystem.Security.Cryptography.Native.Apple.dylib">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"Yarp": "Warning",
|
||||
"System": "Warning",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "None"
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user