Skip to content

Commit

Permalink
Merge pull request #69 from AndreasReitberger/68-add-macos-as-netfram…
Browse files Browse the repository at this point in the history
…ework

Added `macos` framework
  • Loading branch information
AndreasReitberger authored Oct 29, 2024
2 parents 565bc74 + 048493b commit 8ce46a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions src/MauiSettings.Example/MauiSettings.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,4 @@
</MauiXaml>
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.92" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.92" />
</ItemGroup>

</Project>
6 changes: 1 addition & 5 deletions src/MauiSettings/MauiSettings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFrameworks>$(TargetFrameworks);net8.0</TargetFrameworks>
<TargetFrameworks Condition="!$([MSBuild]::IsOSPlatform('linux'))">$(TargetFrameworks);net8.0-macos</TargetFrameworks>
<OutputType>Library</OutputType>

<RootNamespace>AndreasReitberger.Maui</RootNamespace>
Expand All @@ -23,9 +24,4 @@
<PackageReference Include="SharedNetCoreLibrary" Version="1.1.13" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.92" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.92" />
</ItemGroup>

</Project>

0 comments on commit 8ce46a6

Please sign in to comment.