rebus-org / Topper

:tophat: Simple Windows Service helper (Topshelf-based, Azure Web Job capable)
Other
28 stars 4 forks source link

Compatible with .NET Core #3

Closed mpaul31 closed 5 years ago

mpaul31 commented 6 years ago

is it possible for this package to be updated?

mookid8000 commented 6 years ago

Yes, definitely – my initial worry was that Topshelf (which is responsible for Topper's abilities to be installed and run as a Windows Service) was only available on .NET 4.5.2, but since Topshelf 4.0.4.148-develop it seems the prereleases have support for .NET Standard 2.0.

It should be fairly easy to port it to Topshelf's prerelease package. Then Topshelf.LibLog only needs to follow along.

mpaul31 commented 6 years ago

i failed hard trying to do this. having trouble finding a walk through. any hints or anyone else able to pitch in would be greatly appreciated. i'll keep at it.

runes83 commented 6 years ago

Any update?

mookid8000 commented 5 years ago

Topper 3.0.0 targets .NET Standard 2.0.

This means that it works with .NET Core 2 and .NET 4.6.2