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

[mono] Fix hardcoded .NET 8.0 string in iOS sample #103117

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

akoeplinger
Copy link
Member

We always forget updating this string with new .NET releases so let's just not mention the version.

We always forget updating this string with new .NET releases so let's just not mention the version.
@akoeplinger
Copy link
Member Author

/ba-g failures are unrelated

@akoeplinger akoeplinger merged commit 7db9cef into dotnet:main Jun 6, 2024
63 of 68 checks passed
@akoeplinger akoeplinger deleted the fix-string branch June 6, 2024 14:03
@TonyValenti
Copy link

You could also output the actual runtime version instead of a constant string. I think it is something like System.Evvironment.Version.

@akoeplinger
Copy link
Member Author

@TonyValenti true but that'd involve more code that can potentially fail and the point of the sample is to be small.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants