Remove SmartLink=false (#1729)
This commit is contained in:
Родитель
5d6936f1e5
Коммит
bd7a0cdf61
|
@ -5,6 +5,7 @@
|
|||
### App Center
|
||||
|
||||
* **[Fix]** Update `Newtonsoft.Json` dependency to version `13.0.2`. The update fixes [GHSA-5crp-9r3c-p9vr](https://github.com/advisories/GHSA-5crp-9r3c-p9vr).
|
||||
* **[Improvement]** Remove SmartLink=false, as it may break the SDK integration in some cases.
|
||||
|
||||
#### Windows
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
<ForceLoad>True</ForceLoad>
|
||||
<LinkerFlags>-lc++</LinkerFlags>
|
||||
<IsCxx>True</IsCxx>
|
||||
<SmartLink>False</SmartLink>
|
||||
</NativeReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="$(TargetFramework.EndsWith('Mac'))">
|
||||
|
@ -34,7 +33,6 @@
|
|||
<ForceLoad>True</ForceLoad>
|
||||
<LinkerFlags>-lc++</LinkerFlags>
|
||||
<IsCxx>True</IsCxx>
|
||||
<SmartLink>False</SmartLink>
|
||||
</NativeReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
<ForceLoad>True</ForceLoad>
|
||||
<LinkerFlags>-lc++</LinkerFlags>
|
||||
<IsCxx>True</IsCxx>
|
||||
<SmartLink>False</SmartLink>
|
||||
</NativeReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="$(TargetFramework.EndsWith('-macos'))">
|
||||
|
@ -37,7 +36,6 @@
|
|||
<ForceLoad>True</ForceLoad>
|
||||
<LinkerFlags>-lc++</LinkerFlags>
|
||||
<IsCxx>True</IsCxx>
|
||||
<SmartLink>False</SmartLink>
|
||||
</NativeReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<ItemGroup Condition="$(TargetFramework.EndsWith('iOS'))">
|
||||
<NativeReference Include="..\..\..\externals\apple\ios\AppCenterDistribute.a">
|
||||
<Kind>Static</Kind>
|
||||
<SmartLink>False</SmartLink>
|
||||
<ForceLoad>True</ForceLoad>
|
||||
<WeakFrameworks>SafariServices AuthenticationServices</WeakFrameworks>
|
||||
</NativeReference>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
<ItemGroup Condition="$(TargetFramework.EndsWith('-ios'))">
|
||||
<NativeReference Include="..\..\..\externals\apple\ios\AppCenterDistribute.a">
|
||||
<Kind>Static</Kind>
|
||||
<SmartLink>False</SmartLink>
|
||||
<ForceLoad>True</ForceLoad>
|
||||
<WeakFrameworks>SafariServices AuthenticationServices</WeakFrameworks>
|
||||
</NativeReference>
|
||||
|
|
Загрузка…
Ссылка в новой задаче