-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update target to net8 #58
base: master
Are you sure you want to change the base?
Conversation
@@ -1,6 +1,6 @@ | |||
assembly-versioning-scheme: MajorMinorPatch | |||
mode: ContinuousDeployment | |||
next-version: 0.2.0 | |||
next-version: 0.4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we go from 0.2.0 to 0.3.0 instead of 0.4.0?
@@ -38,7 +37,7 @@ public interface IDynamicMapComponent | |||
/// <summary> | |||
/// Informs the view-model that an empty area of the map was tapped. | |||
/// </summary> | |||
Action<Geocoordinate> OnMapTapped { get; set; } | |||
Action<Windows.Devices.Geolocation.Geocoordinate> OnMapTapped { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use using wdg = Windows.Devices.Geolocation;
</PackageReference> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-android'"> | ||
<PackageReference Include="Xamarin.GooglePlayServices.Base"> | ||
<Version>117.6.0.3</Version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
downgrade is wanted for android and ios?
<PackageReference Include="Uno.Extensions.Logging.OSLog"> | ||
<Version>1.4.0</Version> | ||
<Version>1.4.0</Version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
possible to put package reference in one line with version
@@ -1,9 +1,7 @@ | |||
<Project Sdk="MSBuild.Sdk.Extras/3.0.44"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If possible, use conventional commits for the commits
GitHub Issue: #
Proposed Changes
Target recent sdk. Sample head removed to be rebuilt with latest structure
What is the current behavior?
What is the new behavior?
Checklist
Please check if your PR fulfills the following requirements:
Other information