give Content Patcher internals access

This makes some of its low-level logic safer by avoiding unvalidated reflection.
This commit is contained in:
Jesse Plamondon-Willard 2022-03-26 17:46:10 -04:00
parent bacb851d7b
commit 5683bc9c7d
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("SMAPI.Tests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] // Moq for unit testing
[assembly: InternalsVisibleTo("ContentPatcher")]