bomsi / dnmm

MIT License
0 stars 0 forks source link

Question about Trianglelib as nuget package #5

Open denis-kralj opened 7 years ago

denis-kralj commented 7 years ago

The bomsi_poc/targetting branch wont run form me because it states the TriangleLib nuget package is missing. How do i fix thid @harumph?

mlaskus commented 7 years ago

I didn't put the nuget package on any feed because it's a throwaway, no need to pollute any feeds since we don't have a private one set up yet.

I wrote in the comment on #4 that you need to dotnet pack it yourself.

Make a directory on your drive and put any nuget packages there, then in Visual Studio, go to Nuget -> Package Sources and add that folder as a repository.

In order to pack the project, go to /Triangle/TriangleLib and run dotnet pack