This commit is contained in:
Dima 2023-02-13 15:25:49 +07:00 коммит произвёл GitHub
Родитель 5d6936f1e5
Коммит bd7a0cdf61
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -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>