Skip to content

Commit 76d6e51

Browse files
authored
Fixed signing (#517)
* Fixed signing
1 parent d262481 commit 76d6e51

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
</When>
138138
</Choose>
139139

140-
<PropertyGroup Condition="'$(IsUwpProject)' == 'true'">
140+
<PropertyGroup>
141141

142142
<!-- 8002 is a strong named -> non-strong-named reference -->
143143
<!-- This is valid for platforms other than .NET Framework (and is needed for the UWP targets -->

Lottie-Windows/Lottie-Windows-WinUI3/Lottie-Windows-WinUI3.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
<CsWinRTIncludes>Microsoft</CsWinRTIncludes>
1212
<Platforms>x64;x86</Platforms>
1313
<DefineConstants>WINAPPSDK</DefineConstants>
14-
<SignAssembly>False</SignAssembly>
14+
<SignAssembly>True</SignAssembly>
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.3.1" />
18+
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.0.30" />
1919
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.3" />
20-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22000.194" />
21-
<PackageReference Include="System.Runtime.InteropServices.WindowsRuntime" Version="4.3.0" />
2220
</ItemGroup>
2321

2422
<Import Project="..\Lottie-Windows.props" />

0 commit comments

Comments
 (0)