good first issuekind/featurepriority/backlogtriage/accepted
Metriche repository
- Star
- (6 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
When moving from .NET framework to modern versions of .NET, the property for targeting the chosen framework in .csproj file has changed.
For example when updating a legacy .NET v4.8 application to .NET 9, what used to be
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
would become
<TargetFramework>net9.0</TargetFramework>