File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Lottie-Windows/Lottie-Windows-WinUI3 Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 137
137
</When >
138
138
</Choose >
139
139
140
- <PropertyGroup Condition = " '$(IsUwpProject)' == 'true' " >
140
+ <PropertyGroup >
141
141
142
142
<!-- 8002 is a strong named -> non-strong-named reference -->
143
143
<!-- This is valid for platforms other than .NET Framework (and is needed for the UWP targets -->
Original file line number Diff line number Diff line change 11
11
<CsWinRTIncludes >Microsoft</CsWinRTIncludes >
12
12
<Platforms >x64;x86</Platforms >
13
13
<DefineConstants >WINAPPSDK</DefineConstants >
14
- <SignAssembly >False </SignAssembly >
14
+ <SignAssembly >True </SignAssembly >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Microsoft.Graphics.Win2D" Version =" 1.0.3.1 " />
18
+ <PackageReference Include =" Microsoft.Graphics.Win2D" Version =" 1.0.0.30 " />
19
19
<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" />
22
20
</ItemGroup >
23
21
24
22
<Import Project =" ..\Lottie-Windows.props" />
You can’t perform that action at this time.
0 commit comments