Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 13, 2025

Summary

  • Code already uses top-level statements (no Program class and Main method) which is .NET 5+ style
  • Updated target framework from net6 to net8 to align with CI workflow
  • Simplified prerequisites in both English and Russian README files to require only .NET 5+

Changes Made

  • Updated csharp/Examples.Doublets.CRUD.DotNet.csproj to target .NET 8
  • Updated csharp/README.md to remove .NET Core 2.2+ requirement (now only .NET 5+)
  • Updated csharp/README.ru.md to remove .NET Core 2.2+ requirement (now only .NET 5+)

Test plan

  • Verified code compiles successfully with .NET 8
  • Verified code runs and produces expected output
  • Confirmed code uses top-level statements (no Program class or Main method)

🤖 Generated with Claude Code


Resolves #20

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

Issue: #20
@konard konard self-assigned this Sep 13, 2025
- Code already uses top-level statements (no Program class and Main method) which is .NET 5+ style
- Updated target framework from net6 to net8 to align with CI workflow
- Simplified prerequisites in both English and Russian README files to require only .NET 5+

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@konard konard changed the title [WIP] Update to use .NET 5 style (with no Program class and Main method) Update to .NET 5+ style with aligned .NET 8 target framework Sep 13, 2025
@konard konard marked this pull request as ready for review September 13, 2025 14:56
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.

Update to use .NET 5 style (with no Program class and Main method)

2 participants