Search code examples
wpf.net-coreduplicatessystem.reactiveassembly-references

Duplicate FrameworkReference for Microsoft.WindowsDesktop.App


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?


Solution

  • 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.