* Fixed signing
This commit is contained in:
aborziak-ms 2022-09-15 14:15:41 -07:00 коммит произвёл GitHub
Родитель d2624816c7
Коммит 76d6e51ba5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 5 удалений

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

@ -137,7 +137,7 @@
</When>
</Choose>
<PropertyGroup Condition="'$(IsUwpProject)' == 'true'">
<PropertyGroup>
<!-- 8002 is a strong named -> non-strong-named reference -->
<!-- This is valid for platforms other than .NET Framework (and is needed for the UWP targets -->

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

@ -11,14 +11,12 @@
<CsWinRTIncludes>Microsoft</CsWinRTIncludes>
<Platforms>x64;x86</Platforms>
<DefineConstants>WINAPPSDK</DefineConstants>
<SignAssembly>False</SignAssembly>
<SignAssembly>True</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.3.1" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.0.30" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.3" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22000.194" />
<PackageReference Include="System.Runtime.InteropServices.WindowsRuntime" Version="4.3.0" />
</ItemGroup>
<Import Project="..\Lottie-Windows.props" />