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

Update target to net8 #58

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Update target to net8 #58

wants to merge 8 commits into from

Conversation

Iguins
Copy link
Contributor

@Iguins Iguins commented Sep 28, 2024

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:

  • Documentation has been added/updated
  • Automated Unit / Integration tests for the changes have been added/updated
  • Contains NO breaking changes
  • Updated the Changelog
  • Associated with an issue

Other information

@Iguins Iguins requested a review from carlh98 September 28, 2024 23:01
@@ -1,6 +1,6 @@
assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDeployment
next-version: 0.2.0
next-version: 0.4.0
Copy link
Contributor

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; }
Copy link
Contributor

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>
Copy link
Contributor

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>
Copy link
Contributor

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">
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants