Skip to content

Commit

Permalink
One more fix for the net8.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara committed Jul 27, 2024
1 parent 9e3c42e commit a72bac7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Acr.UserDialogs/Acr.UserDialogs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<None Include="readme.txt" pack="true" PackagePath="." />
<None Include="Platforms\**\*.*" />
<Compile Remove="Platforms\**\*.*" />
<Compile Include="Platforms\Shared\**\*.cs" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -39,14 +40,12 @@
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.Contains('android')) ">
<Compile Include="Platforms\Shared\**\*.cs" />
<Compile Include="Platforms\Android\**\*.cs" />
<PackageReference Include="AndHUD" Version="2.0.1" />
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.9.0.2" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.Contains('ios')) OR $(TargetFramework.Contains('catalyst')) ">
<Compile Include="Platforms\Shared\**\*.cs" />
<Compile Include="Platforms\ios\**\*.cs" />
<Compile Include="Platforms\Apple\**\*.cs" />
<PackageReference Include="BTProgressHUD" Version="2.0.1" />
Expand Down

0 comments on commit a72bac7

Please sign in to comment.