Skip to content
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

[BUG] dev experience - rxui for windows desktop currently tied to net6.0.2+ #3191

Closed
dpvreony opened this issue Feb 21, 2022 · 3 comments
Closed

Comments

@dpvreony
Copy link
Member

this is just a heads up as been chasing an issue with downstream dll's failing to build against rx ui 17.1.50

CSC : error CS1705: Assembly 'ReactiveUI.Wpf' with identity 'ReactiveUI.Wpf, Version=17.1.0.0, Culture=neutral, PublicKeyToken=null' uses 'PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'PresentationFramework' with identity 'PresentationFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

dotnet/core#7176

i've resolved my issue by updating visual studio, but just in case anyone else turns around and states it's not building for wpf\winforms on older versions of visual studio 2022. it does mean there is a ripple effect on downstream projects until the core issue is resolved.

there is a workaround of

<ItemGroup>
<FrameworkReference
Update="Microsoft.WindowsDesktop.App;Microsoft.WindowsDesktop.App.WPF;Microsoft.WindowsDesktop.App.WindowsForms"
TargetingPackVersion="6.0.0" />
</ItemGroup>

happy to do the PR if wanted

@dpvreony dpvreony changed the title [BUG] dev experience - rxui currently tied to net6.0.2+ [BUG] dev experience - rxui for windows desktop currently tied to net6.0.2+ Feb 21, 2022
@glennawatson
Copy link
Contributor

This one seems to be resolved @dpvreony can you confirm?

@dpvreony
Copy link
Member Author

yeah ado and github agents both fine now

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants