修复apple平台无法asp.netcore的bug

This commit is contained in:
陈国伟 2021-07-29 10:47:37 +08:00
parent 53f0461047
commit 3908e8faa9
3 changed files with 33 additions and 27 deletions

View File

@ -30,4 +30,10 @@
</None> </None>
</ItemGroup> </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> </Project>

View File

@ -30,7 +30,7 @@
"Yarp": "Warning", "Yarp": "Warning",
"System": "Warning", "System": "Warning",
"Microsoft": "Warning", "Microsoft": "Warning",
"Microsoft.AspNetCore.Server.Kestrel": "None" "Microsoft.AspNetCore.Server.Kestrel": "Error"
} }
} }
} }