mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-16 01:47:39 +00:00
Always make internals visible to UnitTests, so tests can be run in non-debug builds.
This commit is contained in:
@ -38,8 +38,4 @@ using System.Runtime.InteropServices;
|
|||||||
|
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
|
|
||||||
[assembly: InternalsVisibleTo("UnitTests")]
|
[assembly: InternalsVisibleTo("UnitTests")]
|
||||||
#endif
|
|
Reference in New Issue
Block a user