-
-
Notifications
You must be signed in to change notification settings - Fork 12
Added .NET 10.0 as a target framework #151
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
Conversation
Co-authored-by: stesee <168659+stesee@users.noreply.github.com>
Co-authored-by: stesee <168659+stesee@users.noreply.github.com>
Co-authored-by: stesee <168659+stesee@users.noreply.github.com>
…ork-to-net10 Add .NET 10.0 support to project files and CI workflow
--- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
--- updated-dependencies: - dependency-name: SixLabors.ImageSharp dependency-version: 3.1.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…CompareTestNunit/NUnit.Analyzers-4.11.2 Bump NUnit.Analyzers from 4.10.0 to 4.11.2
…Compare/SixLabors.ImageSharp-3.1.12 Bump SixLabors.ImageSharp from 3.1.11 to 3.1.12
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds .NET 10.0 as a target framework to the ImageSharpCompare library and its test project, expanding multi-targeting support from .NET 8.0 and 9.0 to include .NET 10.0.
- Added
net10.0toTargetFrameworksin project files - Updated GitHub Actions workflow to install .NET 10.0 SDK
- Updated NUnit.Analyzers (4.10.0 → 4.11.2) and SixLabors.ImageSharp (3.1.11 → 3.1.12) dependencies
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| ImageSharpCompare/ImageSharpCompare.csproj | Added net10.0 target framework and updated SixLabors.ImageSharp to 3.1.12 |
| ImageSharpCompareTestNunit/ImageSharpCompareTestNunit.csproj | Added net10.0 target framework and updated NUnit.Analyzers to 4.11.2 |
| .github/workflows/dotnet.yml | Added .NET 10.0.x SDK installation to all CI/CD jobs (build, deployRelease, deployTest) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.