ProSol.Html.TagsProvider/src/Usings.cs
Alexander Kozachenko fc19e6e4e1 Release v1.0.2
- moved folders around
- provided readme
2023-11-07 16:51:25 +03:00

5 lines
124 B
C#

global using ProSol.Html.Tools;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("ProSol.Html.Tests")]