-
Notifications
You must be signed in to change notification settings - Fork 779
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
Caliburn.Micro issue #905
Comments
Are you using Caliburn.Micro.Core as the nuget package? |
No, we would like to know which version of caliburn.Micro is compatible with .net 4.8 framework. |
|
Started with a new wpf app and added Caliburn.Micro 3. I then upgraded Caliburn.Micro to the latest. This is what I see in packages.config
What is in your packages.config? Wondering if maybe there is something that requires the old version of Caliburn.Micro which prevents the upgrade to the newer version |
Hello, My configuration is also same. Could you check is it adding Caliburn.Micro references in your project with latest version because my configuration is getting updated but it's not adding reference to the project. |
Hi.. Please clarify. |
After you try and update caliburn.micro look in the output window output for package manager. Is there anything saying it could not update the package with a reason |
Hi Team,
I am working on dot net project where i migrated my dot net framework 4.6.1 to 4.8 along with visual studio 2015 to visual studio 2022.
when am doing so am getting warning for few project component. I attached the warning SS.
I tried to upgrade Nuget package(Caliburn.Micro and Caliburn.Micro.Plateform) , Caliburn.Micro.Plateform is getting upgraded to latest version but Caliburn.Micro is not getting upgraded to latest version.
I have caliburn.Micro library which is targeting 4.5 dotnet version when i try to change the target from 4.5 to 4.8.
4.8 dotnet fraemwork is not getting listed in dropdown.
could you help me.
The text was updated successfully, but these errors were encountered: