Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set MAUI minimum version #1728

Merged
merged 2 commits into from
Jun 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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