Skip to content

Commit

Permalink
Fixed signing (#517)
Browse files Browse the repository at this point in the history
* Fixed signing
  • Loading branch information
aborziak-ms authored Sep 15, 2022
1 parent d262481 commit 76d6e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 76d6e51

Please # to comment.