You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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:
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.
The text was updated successfully, but these errors were encountered: