Yeah, it's my mistake. I have the solution for this, just download the nuget source to the solution folder or project folder.
How to fix error NU1100: Unable to resolve 'Microsoft.NET.Test.Sdk (>= 17.12.0)' for 'net9.0'
Trần Nhân
0
Reputation points
When I run this command:
dotnet new mstest
in PowerShell (my solution and project are in VSCode), I meet this problem:
After that, following to the Manual Instruction, I run the command dotnet restore
but I still meet that problem, I can't find any solution for it. Can you help me?
Developer technologies | .NET | .NET CLI
350 questions