OrleansContrib / OrleansDashboard

:bar_chart: A developer dashboard for Microsoft Orleans
MIT License
709 stars 162 forks source link

OrleansDashboard not support .NETStandard 2.0 #280

Closed EranOfer closed 4 years ago

EranOfer commented 4 years ago

Hi, I want to consume OrleansDashboard from 4.7.2. the problem is the nuspc only target framework NETCoreApp3.0.

image

Orleans 3 require .NETStandard 2.0

image

SebastianStehle commented 4 years ago

Orleans Dashboard uses ASP.NET Core 3.0 and it only supports .NET Core right now.

EranOfer commented 4 years ago

thanks 👍