xBimTeam / XbimGeometry

XbimGeometry contains the CLR interop libraries and the c++ engine used to compute the 3D geometry of models.
https://xbimteam.github.io/
Other
260 stars 131 forks source link

Add netstandard2.1 support to the project files (Xbim.Geometry.Engine.Interop, Xbim.ModelGeometry.Scene) #358

Open rainer-helbing opened 3 years ago

rainer-helbing commented 3 years ago

If I use XbimGeometry in a .net5 project I got annoying warnings.

I got the sources from GitHub and changed the project files of Xbim.Geometry.Engine.Interop and Xbim.ModelGeometry.Scene as well as the Xbim.Geometry.Engine.Interop.targets. The nuget runtimes folder is used for netstandard projects.

I would like to share the result.

Assemblies and versions affected:

regards Rainer