Skip to content

Commit 55ee944

Browse files
authored
Clarify .NET upgrade references in documentation
Updated text to reflect current .NET versions instead of just .NET 7.
1 parent a5ef9ff commit 55ee944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-08-20-evolving-seedfolder-with-github-copilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Over the years, I've made several significant improvements to SeedFolder, partic
2626

2727
**Upgrading Through .NET LTS Versions** ⬆️
2828

29-
One of the consistent maintenance tasks has been keeping the tool updated with each .NET LTS release. For example, [upgrading to .NET 7](https://github.com/solrevdev/seedfolder/pull/4) involved updating the target framework and ensuring compatibility:
29+
One of the consistent maintenance tasks has been keeping the tool updated with each .NET LTS release. For example, [upgrading to more currwnt .NET versions](https://github.com/solrevdev/seedfolder/pull/4) involved updating the target framework and ensuring compatibility:
3030

3131
```diff
3232
<Project Sdk="Microsoft.NET.Sdk">
@@ -320,4 +320,4 @@ Watch out for the next steps as I work on the marketplace functionality - the go
320320

321321
*If you're curious about the specific workflows and tools that made this multi-context AI development approach work, I'm planning a follow-up post diving deeper into the practical setup and decision-making process behind choosing the right AI tool for different development scenarios.*
322322

323-
Success! 🎉
323+
Success! 🎉

0 commit comments

Comments
 (0)