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

App target frameworks fix #1435

Merged
merged 13 commits into from
Mar 17, 2023

Conversation

DianaSoltani
Copy link
Contributor

@DianaSoltani DianaSoltani commented Mar 9, 2023

Description

Addresses some MSBuild and NuGet TFM bugs. We want to properly refer to .android.csproj and .ios.csproj with the appropriate target framework formatting.
The mono and ios frameworks have been updated to net7.
This improves on Nuget package compatibility checks for the Android and iOS platforms.

Also updated the package mapper to address #1434

jstedfast and others added 6 commits February 27, 2023 16:26
VisualStudioFinder.GetLatestPath() uses COM to iterate over the
install locations for Visual Studio but somehow, once the method
returns to the caller (GetLatestVisualStudioPath), none of the
methods can be relied on to return sane values.

Therefore, the easiest solution is to track the values we care about
and just return them to our caller who can then avoid needing to re-make
the same COM invocations a second time.
@DianaSoltani DianaSoltani changed the title [wip] app target frameworks fix App target frameworks fix Mar 15, 2023
@DianaSoltani DianaSoltani marked this pull request as ready for review March 15, 2023 17:39
@DianaSoltani DianaSoltani requested review from a team as code owners March 15, 2023 17:39
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.

4 participants