Skip to content

Commit

Permalink
Set MAUI minimum version (#1728)
Browse files Browse the repository at this point in the history
* Set minimum MAUI version

* Bump preview version number
  • Loading branch information
mattjohnsonpint committed Jun 16, 2022
1 parent ebe29ef commit 05287e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Sentry.Maui/Sentry.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
<IsPackable Condition="!$([MSBuild]::IsOSPlatform('OSX'))">false</IsPackable>

<!-- Add a pre-release identifier for this package -->
<Version>$(Version)-preview.1</Version>
<Version>$(Version)-preview.2</Version>

<!--
Imports MAUI dependencies.
Imports MAUI dependencies, and sets the minimum compatible version.
Requires the MAUI .NET workload to be installed with:
dotnet workload install maui
-->
<UseMaui>true</UseMaui>
<MauiVersion>6.0.312</MauiVersion>

<!--
MAUI dependencies are not currently signed. See https://github.com/dotnet/maui/issues/749
Expand Down

0 comments on commit 05287e0

Please sign in to comment.