mirror of https://github.com/SixLabors/ImageSharp
10 changed files with 20 additions and 9 deletions
@ -0,0 +1,11 @@ |
|||
// <copyright file="AssemblyInfo.cs" company="James Jackson-South">
|
|||
// Copyright (c) James Jackson-South and contributors.
|
|||
// Licensed under the Apache License, Version 2.0.
|
|||
// </copyright>
|
|||
|
|||
using System.Reflection; |
|||
using System.Resources; |
|||
using System.Runtime.CompilerServices; |
|||
|
|||
// Ensure the internals can be tested.
|
|||
[assembly: InternalsVisibleTo("ImageSharp.Formats.Tiff.Tests")] |
|||
Loading…
Reference in new issue