assimp / assimp-net

Automatically exported from code.google.com/p/assimp-net
196 stars 83 forks source link

Convert to .Net Standard 2.0 #43

Closed pchaderton closed 6 years ago

pchaderton commented 6 years ago

This pull request converts the AssimpNet projects/solutions to .Net Core projects/solutions and changes the AssimpNet target framework to .Net Standard 2.0. In order to facilitate this conversion, the AssimpNet.Interop.Generator project was removed in favor of the Nuget package System.Runtime.CompilerServices.Unsafe. Other minor updates were made to the AssimpNet.Sample and AssimpNet.Test projects, such as updating them to use Nuget packages instead of keeping copies of their libraries in the repository, and updating the versions of said dependencies.