try-convert -w Test.csproj --target-framework netstandard2.0
results in:
Multiple installs of MSBuild detected please select one:
...
Instance 6
Name: .NET Core SDK
Version: 3.0.100
MSBuild Path: C:\Program Files\dotnet\sdk\3.0.100-preview7-012821\
But specifying one of those paths
try-convert -w Test.csproj --target-framework netstandard2.0 -m "C:\Program Files\dotnet\sdk\3.0.100-preview7-012821\"
results in :
Exceptions
System.ArgumentException: Directory "C:\Program Files\dotnet\sdk\3.0.100-preview7-012821"" does not exist (Parameter 'msbuildSearchPaths')
A directory or directories in "msbuildSearchPaths" do not exist