We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@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.
The text was updated successfully, but these errors were encountered: