mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 18:44:23 +00:00
6 lines
165 B
C#
6 lines
165 B
C#
using System.Runtime.CompilerServices;
|
|
using Microsoft.Extensions.Localization;
|
|
|
|
[assembly: RootNamespace("Oqtane")]
|
|
[assembly: InternalsVisibleTo("Oqtane.Server")]
|