mirror of
https://github.com/bitwarden/server
synced 2026-02-06 11:44:06 +00:00
6 lines
150 B
C#
6 lines
150 B
C#
using System.Reflection;
|
|
using Microsoft.Extensions.Localization;
|
|
|
|
[assembly: ResourceLocation("Resources")]
|
|
[assembly: RootNamespace("Bit.Core")]
|