Skip to content

add net7.0 frameworks #1

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

Merged
merged 1 commit into from
Nov 11, 2023
Merged

add net7.0 frameworks #1

merged 1 commit into from
Nov 11, 2023

Conversation

janusw
Copy link
Member

@janusw janusw commented Nov 11, 2023

No description provided.

@VisualMelon
Copy link

VisualMelon commented Nov 11, 2023

Is there a reference for what net7.0-windows10.0.19041.0 means? I've not seen a moniker like this before; I assume it means you need to recent version of Win10 to run the application? Do we know which component imposes this constraint, or is this inevitable with maui?

@janusw
Copy link
Member Author

janusw commented Nov 11, 2023

Is there a reference for what net7.0-windows10.0.19041.0 means? I've not seen a moniker like this before;

A general reference for the .NET target frameworks: https://learn.microsoft.com/en-us/dotnet/standard/frameworks

I assume it means you need to recent version of Win10 to run the application?

Well, the version 10.0.19041.0 specified there is actually the targeted SDK version, not the minimum required version. In fact the minimum version is specified by the following line (and is a bit lower):

<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>

Do we know which component imposes this constraint, or is this inevitable with maui?

From https://learn.microsoft.com/en-us/dotnet/maui/supported-platforms:

Windows 11 and Windows 10 version 1809 or higher

I'm not a Windows native and I don't understand the Windows versioning scheme, but the following sounds like "version 1809" and "build 17763" mean the same thing:

https://learn.microsoft.com/en-us/windows/release-health/release-information

So, I'd say: Yes, this is the lowest version we can support on Windows.

@janusw janusw merged commit 032bd35 into oxyplot:develop Nov 11, 2023
@janusw janusw deleted the net7 branch November 11, 2023 11:33
@VisualMelon
Copy link

OK, I don't understand the numbers, but certainly sounds like they are talking about old enough versions of windows that we're not going to exclude half of the potential user-base without trying.

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