mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 10:34:22 +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")]
|