I have a .NET Core 3.1 WPF application that uses System.Reactive version 4.4.1. It builds and works successfully but gives the following warning after building: "A FrameworkReference for 'Microsoft.WindowsDesktop.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. " How do i resolve this issue?
Asked
Active
Viewed 272 times
1
-
Do you have a reference to `Microsoft.WindowsDesktop.App` on your csproj? – Paulo Morgado Aug 19 '20 at 20:42
-
This has nothing to do with `System.Reactive`. What else do you have referenced? – Enigmativity Aug 20 '20 at 04:46
-
What occurances of `
– mm8 Aug 20 '20 at 15:02
1 Answers
1
Thanks for your responses. It appears to be an issue with the System.Reactive library which has been resolved but not yet deployed: https://github.com/dotnet/reactive/pull/1250
We will wait and see after the next release.

arlvin
- 379
- 1
- 4
- 11