@kodybrown
sortxml seems not work fine if in the system is not installed specifc Microsoft.NETCore.App v. 3.1.0.
Didn't work if you have in the system Microsoft.NETCore.App with version higher than 3.1.0.
Example in my system.
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.1.0' was not found.
- The following frameworks were found:
5.0.4 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
Please modify the source code if you can that check presence of Microsoft.NETCore.App v. 3.1.0 and highr an not only now only v. 3.1.0 is installed.
Thanks.
@kodybrown
sortxml seems not work fine if in the system is not installed specifc Microsoft.NETCore.App v. 3.1.0.
Didn't work if you have in the system Microsoft.NETCore.App with version higher than 3.1.0.
Example in my system.
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.1.0' was not found.
5.0.4 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
Please modify the source code if you can that check presence of Microsoft.NETCore.App v. 3.1.0 and highr an not only now only v. 3.1.0 is installed.
Thanks.