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
Thanks for the great project! Could you please convert it to use .NET 6.0?
I've tried using Microsoft's Upgrade Assistant, however it doesn't work as reported here.
Thank you!
The text was updated successfully, but these errors were encountered:
The upgrade is possible if you first comment out the following line in the csproj:
<!--<Import Project="$(SolutionDir)\.nuget\nuget.targets" />-->
Then run the upgrade command:
upgrade-assistant upgrade "WebDAVSharp.Server.csproj"
Sorry, something went wrong.
No branches or pull requests
Thanks for the great project! Could you please convert it to use .NET 6.0?
I've tried using Microsoft's Upgrade Assistant, however it doesn't work as reported here.
Thank you!
The text was updated successfully, but these errors were encountered: