Spotify.NET/SpotifyAPI.Web/Assembly.cs
2020-12-26 18:28:44 +01:00

6 lines
140 B
C#

using System;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("SpotifyAPI.Web.Tests")]
[assembly: CLSCompliant(true)]