mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 03:45:13 +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
|
## Classification Rules
|
||||||
- `TargetFramework` starts with `netcoreapp`, `net5.0+`, `net6.0+`, etc. → **Modern .NET**
|
- `TargetFramework` starts with `netcoreapp`, `net5.0+`, `net6.0+`, etc. → **Modern .NET**
|
||||||
- `netstandard*` → **.NET Standard** (migrate to current .NET version)
|
- `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