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

Various updates #11

Merged
merged 7 commits into from
Jul 14, 2024
Merged

Various updates #11

merged 7 commits into from
Jul 14, 2024

Conversation

janusw
Copy link
Member

@janusw janusw commented Jul 14, 2024

  • update sample to .NET 8
  • remove .NET 7 targets (out of support)
  • package updates (Maui and SkiaSharp)
  • fix some warnings

* should fix these errors/warnings:

error MT0180: This version of Microsoft.iOS requires the iOS 17.2 SDK (shipped with Xcode 15.1). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs). [/Users/runner/work/oxyplot-maui/oxyplot-maui/Source/OxyplotMauiSample/OxyplotMauiSample.csproj::TargetFramework=net8.0-ios]

warning MT0079: The recommended Xcode version for Microsoft.MacCatalyst 17.2.8078 is Xcode 15.1 or later. The current Xcode version (found in /Applications/Xcode_15.0.1.app/Contents/Developer) is 15.0.1. [/Users/runner/work/oxyplot-maui/oxyplot-maui/Source/OxyplotMauiSample/OxyplotMauiSample.csproj::TargetFramework=net8.0-maccatalyst]
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/setup-dotnet@v3, actions/setup-java@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nupkg".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Starting with .NET 8, setting  <UseMaui>true</UseMaui>  does not automatically include NuGet package references in your project.  Update your project by including this item:  <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.61" />.  You can skip this warning by setting  <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences>  in your project file.
* .NET 7 is out of support
@janusw janusw merged commit e2f1eb2 into oxyplot:develop Jul 14, 2024
2 checks passed
@janusw janusw deleted the net8_sample branch July 14, 2024 08:45
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.

1 participant