Open GoogleCodeExporter opened 9 years ago
I also find that when I try to add reference "Protocol.buffers" through Nuget
in my
windows phone 8.1 project
it just add some folders in my project
but not add "Google.ProtocolBuffers.dll" and
"Google.ProtocolBuffers.Serializable.dll"
could u tell me why
Original comment by fifa0...@gmail.com
on 11 Jul 2014 at 6:51
Again, that's probably that WP8.1 isn't supported by the Nuget package - either
that, or we may have some resources in the wrong directory (which is easy to do
given the arcane way they're specified for PCL libraries in Nuget).
Basically we need to look at which PCL profiles we're supporting.
Roger, is this something you're able to take a look at?
Original comment by jonathan.skeet
on 11 Jul 2014 at 7:14
Likely we just need to add it to the white list
(portable-net40+sl4+sl5+wp7+wp8+win8) in the next release.
Original comment by Grig...@gmail.com
on 15 Sep 2014 at 8:01
BTW, you can always browse to
$(SolutionDir)\packages\Google.ProtocolBuffers.2.4.1.521\lib\portable-net40+sl4+
sl5+wp7+wp8+win8 and add references manually.
Original comment by Grig...@gmail.com
on 15 Sep 2014 at 8:03
Original comment by Grig...@gmail.com
on 15 Sep 2014 at 8:04
Original issue reported on code.google.com by
fifa0...@gmail.com
on 11 Jul 2014 at 6:48