Tool version
5.0.2 (latest main commit)
Describe the bug
Running dotnet restore for all projects fails, because the UiTests project has not been upgraded:
/tests/AzureNamingTool.UiTests/AzureNamingTool.UiTests.csproj : error NU1201: Project AzureNamingTool is not compatible with net8.0 (.NETCoreApp,Version=v8.0). Project AzureNamingTool supports: net10.0 (.NETCoreApp,Version=v10.0)
To Reproduce
Steps to reproduce the behavior:
- In the root of the project, open a PowerShell terminal
- Run the following command:
Get-ChildItem -Recurse -Filter *.csproj | ForEach-Object { dotnet restore $_.FullName }
Expected behavior
All projects can be restored succesfully
Screenshots

Installation Method
git clone
Additional context
This issue came to light in our DevOps deployment pipeline, but is reproducable locally as well.
Tool version
5.0.2 (latest main commit)
Describe the bug
Running
dotnet restorefor all projects fails, because the UiTests project has not been upgraded:To Reproduce
Steps to reproduce the behavior:
Expected behavior
All projects can be restored succesfully
Screenshots

Installation Method
git clone
Additional context
This issue came to light in our DevOps deployment pipeline, but is reproducable locally as well.