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

Is Microsoft.Windows.Compatibility dependency required for .NET 8.0 WPF projects? #902

Open
madorjan opened this issue Jul 10, 2024 · 2 comments
Assignees

Comments

@madorjan
Copy link

Due to a vulnerability in the transitive dependency System.Formats.Asn1 we found out that Caliburn.Micro references Microsoft.Windows.Compatibility in our .NET8 project. Is this still required?

.NET5 and .NET6 targets don't require that dependency anymore, as can be seen here:
https://github.com/Caliburn-Micro/Caliburn.Micro/blob/master/src/Caliburn.Micro.Platform/Caliburn.Micro.Platform.csproj#L55

@vb2ae
Copy link
Member

vb2ae commented Jul 11, 2024

Thanks for reporting this will fix

@vb2ae vb2ae self-assigned this Jul 11, 2024
@MikiraSora
Copy link

Is it fixed and release new? Because Microsoft.Windows.Compatibility contains System.Data.SqlClient and the later not support in .Net 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants