Runtime enum should be in Oqtane,Shared
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
namespace Oqtane.UI
|
||||
using System;
|
||||
|
||||
namespace Oqtane.UI
|
||||
{
|
||||
[Obsolete("This enum is deprecated and will be removed in the upcoming major release, please use Oqtane.Shared.Runtime instead.")]
|
||||
public enum Runtime
|
||||
{
|
||||
Server,
|
||||
|
Reference in New Issue
Block a user