-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
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
add cpvm #874
base: master
Are you sure you want to change the base?
add cpvm #874
Conversation
@kerryjiang Can you help to take a look and make sure the projects are compliable and runnable? |
What's the error you got? It should be only about BotSharp internal package version management. Usually, it won't impact the things which depends on it. Probably there is assembly version conflict issue over there, but it is covered by current inconsistent package versions. Just tell me what problem you got. |
For example: Projects that use central package version management should not define the version on the PackageReference items but on the PackageVersion items: NAudio.Core;Whisper.net.Runtime;Microsoft.AspNetCore.Mvc;NAudio;Whisper.net. I follow the official doc and change some syntax in Directory.Packages.props file. Then it works. |
Oh, yes. I see PackageReference => PackageVersion. That was my typo or did wrong global replacement. But how did build pass? |
Something wrong with the build: Even the build for this PR: |
@haiping-chen it seems the build doesn't work correctly. |
Is the build successful on your local with the changes in this PR? or any issues? |
I didn't, because I had problem to build BotSharp on my Macbook. |
No description provided.