When trying to update protobuf-net to 2.3.0 via Visual Studio 2017's NuGet package manager for a UWP solution, I get the following error:
System.Reflection.Emit.Lightweight 4.3.0 provides a compile-time reference assembly for System.Reflection.Emit.Lightweight on UAP,Version=v10.0, but there is no run-time assembly compatible with win10-arm-aot. System.Reflection.Emit.ILGeneration 4.3.0 provides a compile-time reference assembly for System.Reflection.Emit.ILGeneration on UAP,Version=v10.0, but there is no run-time assembly compatible with win10-arm-aot.
This also occurs for x86 and x64.
Any ideas on how to resolve this are much appreciated!