Skip to content

Commit

Permalink
Migrate Maui to use as explicit NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder committed Oct 24, 2023
1 parent c5190de commit f148a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net8.0-android</TargetFramework>
<OutputType>Exe</OutputType>
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>disable</ImplicitUsings>

Expand Down Expand Up @@ -36,6 +35,7 @@

<ItemGroup>
<PackageReference Include="Xunit.Combinatorial" Version="1.5.25" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-rc.2.9373" />
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net8.0-ios</TargetFramework>
<OutputType>Exe</OutputType>
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>disable</ImplicitUsings>

Expand Down Expand Up @@ -36,6 +35,7 @@

<ItemGroup>
<PackageReference Include="Xunit.Combinatorial" Version="1.5.25" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.0-rc.2.9373" />
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">
Expand Down

0 comments on commit f148a73

Please sign in to comment.