Skip to content

Commit

Permalink
Fixed PublishReadyToRun for libs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasReitberger committed Oct 21, 2024
1 parent b817326 commit 3eba566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<Import Project="framework.maui.props" />
<PropertyGroup>
<Version>1.2.13.2</Version>
<Version>1.2.14</Version>
<PackageIcon>ar_128.png</PackageIcon>
<NeutralLanguage>en</NeutralLanguage>
<PackageProjectUrl>https://github.com/AndreasReitberger/SharedMauiXamlStyles</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion framework.maui.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</PropertyGroup>

<!-- https://github.com/dotnet/maui/issues/9299 -->
<PropertyGroup Condition=" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows' and '$(Configuration)' == 'Release' ">
<PropertyGroup Condition=" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows' and '$(Configuration)' == 'Release' and '$(OutputType)' != 'Library'">
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
</Project>

0 comments on commit 3eba566

Please sign in to comment.