give Content Patcher internals access
This makes some of its low-level logic safer by avoiding unvalidated reflection.
This commit is contained in:
parent
bacb851d7b
commit
5683bc9c7d
|
@ -2,3 +2,4 @@ using System.Runtime.CompilerServices;
|
|||
|
||||
[assembly: InternalsVisibleTo("SMAPI.Tests")]
|
||||
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] // Moq for unit testing
|
||||
[assembly: InternalsVisibleTo("ContentPatcher")]
|
||||
|
|
Loading…
Reference in New Issue