mirror of
https://github.com/bitwarden/server.git
synced 2026-02-06 09:03:21 +08:00
* Update bitwarden_license projects * Added tests to verify resource names * Remove unneeded assembly attributes * Standardized namespace * Remove .GetTypeInfo()
5 lines
112 B
C#
5 lines
112 B
C#
using System.Reflection;
|
|
using Microsoft.Extensions.Localization;
|
|
|
|
[assembly: ResourceLocation("Resources")]
|