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

Compatibility Issues with 3 Libraries and Net7 #2

Open
trihugger opened this issue Apr 15, 2024 · 2 comments
Open

Compatibility Issues with 3 Libraries and Net7 #2

trihugger opened this issue Apr 15, 2024 · 2 comments

Comments

@trihugger
Copy link

I'm getting 3 errors when trying to Build/Rebuild:
Severity Code Description Project File Line Suppression State
Error NU1202 Package Microsoft.Win32.SystemEvents 4.7.0 is not compatible with net7.0 (.NETCoreApp,Version=v7.0). Package Microsoft.Win32.SystemEvents 4.7.0 does not support any target frameworks. Clash Dark Server C:\Users\jeffr\Downloads\clash-of-clans-clone-1.0.2\Server\Clash Dark Server.csproj 1

Severity Code Description Project File Line Suppression State
Error NU1202 Package System.Security.Cryptography.ProtectedData 4.4.0 is not compatible with net7.0 (.NETCoreApp,Version=v7.0). Package System.Security.Cryptography.ProtectedData 4.4.0 supports:

  • monoandroid10 (MonoAndroid,Version=v1.0)
  • monotouch10 (MonoTouch,Version=v1.0)
  • xamarinios10 (Xamarin.iOS,Version=v1.0)
  • xamarinmac20 (Xamarin.Mac,Version=v2.0)
  • xamarintvos10 (Xamarin.TVOS,Version=v1.0)
  • xamarinwatchos10 (Xamarin.WatchOS,Version=v1.0) Clash Dark Server C:\Users\jeffr\Downloads\clash-of-clans-clone-1.0.2\Server\Clash Dark Server.csproj 1

Severity Code Description Project File Line Suppression State
Error NU1202 Package System.Text.Encoding.CodePages 4.4.0 is not compatible with net7.0 (.NETCoreApp,Version=v7.0). Package System.Text.Encoding.CodePages 4.4.0 supports:

  • monoandroid10 (MonoAndroid,Version=v1.0)
  • monotouch10 (MonoTouch,Version=v1.0)
  • xamarinios10 (Xamarin.iOS,Version=v1.0)
  • xamarinmac20 (Xamarin.Mac,Version=v2.0)
  • xamarintvos10 (Xamarin.TVOS,Version=v1.0)
  • xamarinwatchos10 (Xamarin.WatchOS,Version=v1.0) Clash Dark Server C:\Users\jeffr\Downloads\clash-of-clans-clone-1.0.2\Server\Clash Dark Server.csproj 1

Tried restoring dependencies but it doesn't seem to work. I also reinstalled framework to see if it was a local issue and that didn't help.

@trihugger
Copy link
Author

I am using the released version 1.0.2 from the zip folder.

@armin-a94
Copy link
Member

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

2 participants