dotnet / WatsonWebserver

Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
MIT License
412 stars 85 forks source link

Dot Net Core support #45

Closed CloudBranch closed 4 years ago

CloudBranch commented 4 years ago

When is dot net core support coming?

By the way...Thank you for creating this awesome project. This should have way more stars. Very useful.

jchristn commented 4 years ago

Hi @CloudBranch thank you for your kind words!

I publish a single NuGet that contains both .NET Framework as well as .NET Standard, and use it in .NET Core projects all the time. Was there something else that you were looking for beyond that?

Example project in .NET Core 3.1 using Watson: https://github.com/jchristn/WatsonWebserver/blob/master/Test.Docker/Test.Docker.csproj

Cheers, Joel

jchristn commented 4 years ago

Hi @CloudBranch please re-open if there is something needed beyond .NET standard. It works in .NET Core use cases. Cheers!