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
Attempting to build using xbuild on Ubuntu results in the following error:
OBKDeviceAPI.cs(125,61): error CS0012: The type System.Configuration.ConfigurationSection' is defined in an assembly that is not referenced. Consider adding a reference to assembly System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
Any ideas how to make it build successfully?
The text was updated successfully, but these errors were encountered:
Attempting to build using
xbuild
on Ubuntu results in the following error:OBKDeviceAPI.cs(125,61): error CS0012: The type
System.Configuration.ConfigurationSection' is defined in an assembly that is not referenced. Consider adding a reference to assembly
System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'Any ideas how to make it build successfully?
The text was updated successfully, but these errors were encountered: