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 TestFrameworks #576

Closed
AndreasReitberger opened this issue Oct 21, 2024 · 0 comments · Fixed by #577
Closed

Update TestFrameworks #576

AndreasReitberger opened this issue Oct 21, 2024 · 0 comments · Fixed by #577
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@AndreasReitberger
Copy link
Owner

  <PropertyGroup>
    <SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('ios'))">14.2</SupportedOSPlatformVersion>
    <SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('maccatalyst'))">14.0</SupportedOSPlatformVersion>
    <SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('macos'))">13.0</SupportedOSPlatformVersion>
    <SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('android'))">21.0</SupportedOSPlatformVersion>
    <SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('windows'))">10.0.17763.0</SupportedOSPlatformVersion>
    <TargetPlatformMinVersion Condition="$(TargetFramework.Contains('windows'))">10.0.17763.0</TargetPlatformMinVersion>
  </PropertyGroup>
@AndreasReitberger AndreasReitberger added the enhancement New feature or request label Oct 21, 2024
@AndreasReitberger AndreasReitberger added this to the v1.2.14 milestone Oct 21, 2024
@AndreasReitberger AndreasReitberger self-assigned this Oct 21, 2024
AndreasReitberger added a commit that referenced this issue Oct 21, 2024
@AndreasReitberger AndreasReitberger linked a pull request Oct 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant