simontardif / managedhook

Managed Hook allows you to hook any methods with a handler that is called before and after the hooked method is called.
Apache License 2.0
6 stars 3 forks source link

Use dotnet core instead #1

Open simontardif opened 5 years ago

simontardif commented 5 years ago

As the project is very light, use dotnet core instead. Convert the .net framework projects to use .net core instead.

simontardif commented 5 years ago

After this task is done, we can modify the travis yml to run the unit tests.