Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Dec 28, 2025

Summary

  • Add UpdateToNet10.sh script to update all .NET projects from various versions (6, 7, 8, 9, netcoreapp3.1, net5.0, netstandard2.x) to .NET 10
  • Add UpdateNet9ToNet10.sh script for incremental update from .NET 9 to .NET 10

The scripts follow the same pattern as the existing UpdateToNet8.sh and UpdateNet7ToNet8.sh scripts.

Changes

  • Updates .csproj files to use net10.0 target framework
  • Updates GitHub Actions workflow files (.github/**/*.yml) to use net10
  • Removes duplicate target frameworks (e.g., net10;net10 -> net10)
  • Updates package release notes to reflect the upgrade

Fixes #36

🤖 Generated with Claude Code

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #36
@konard konard self-assigned this Dec 28, 2025
konard and others added 2 commits December 28, 2025 23:03
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@konard konard changed the title [WIP] Add a script to update to .NET 10 Add scripts to update .NET projects to version 10 Dec 28, 2025
@konard konard marked this pull request as ready for review December 28, 2025 22:04
@konard
Copy link
Member Author

konard commented Dec 28, 2025

🤖 Solution Draft Log

This log file contains the complete execution trace of the AI solution draft process.

💰 Cost estimation:

  • Public pricing estimate: $1.293204 USD
  • Calculated by Anthropic: $0.841616 USD
  • Difference: $-0.451588 (-34.92%)
    📎 Log file uploaded as GitHub Gist (193KB)
    🔗 View complete solution draft log

Now working session is ended, feel free to review and add any feedback on the solution draft.

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.

Add a script to update to .NET 10

2 participants