Skip to content

Commit

Permalink
Merge pull request #378 from unoplatform/mergify/bp/release/stable/5.…
Browse files Browse the repository at this point in the history
…0/pr-377

fix: Add workaround for ENC0003 and Assembly Info unstable generation (backport #377)
  • Loading branch information
jeromelaban authored Oct 31, 2023
2 parents b6c0446 + ed1c748 commit d606b5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Uno.Templates/content/unoapp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
<AndroidXNavigationVersion Condition=" '$(AndroidXNavigationVersion)' == '' ">2.6.0.1</AndroidXNavigationVersion>
<AndroidXCollectionVersion Condition=" '$(AndroidXCollectionVersion)' == '' ">1.3.0.1</AndroidXCollectionVersion>
<!--#endif-->

<!-- Required for Hot Reload (See https://github.com/unoplatform/uno.templates/issues/376) -->
<GenerateAssemblyInfo Condition="'$(Configuration)'=='Debug'">false</GenerateAssemblyInfo>
</PropertyGroup>

<Choose>
Expand Down

0 comments on commit d606b5e

Please sign in to comment.