ph463 / Gygax

Construction IT research platform for 2D & 3D
MIT License
14 stars 8 forks source link

protobuf-net #33

Closed otofoto closed 5 years ago

otofoto commented 5 years ago

Unable to install protobuf-net on VS2012 - 'protobuf-net' already has a dependency defined for 'NETStandard.Library'.

ph463 commented 5 years ago

Can you try this

otofoto commented 5 years ago

Seems to be installed but same issue:

PM> Install-Package protobuf-net -Version 2.0.0.668
'protobuf-net 2.0.0.668' already installed.
GygaxVisu already has a reference to 'protobuf-net 2.0.0.668'

Warning 2 This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\SharpDX.2.6.3\build\SharpDX.targets. C:\Users\admins\Documents\VS-projects\Gygax-master\GygaxVisu\GygaxVisu.csproj 338 5 GygaxVisu

otofoto commented 5 years ago

image Ok, seems I need .NET 4.5.2 after all.

otofoto commented 5 years ago

Installing protobuf-portable-net solved the issue with .NET 4.5.2 version