mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Update .NET Framework migration target to .NET 8
This commit is contained in:
@@ -122,7 +122,7 @@ dotnet msbuild <ProjectName>.csproj /t:GenerateRestoreGraphFile /p:RestoreGraphO
|
||||
## Classification Rules
|
||||
- `TargetFramework` starts with `netcoreapp`, `net5.0+`, `net6.0+`, etc. → **Modern .NET**
|
||||
- `netstandard*` → **.NET Standard** (migrate to current .NET version)
|
||||
- `net4*` → **.NET Framework** (migrate via intermediate step to .NET 6+)
|
||||
- `net4*` → **.NET Framework** (migrate via intermediate step to .NET 8+)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user