mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 23:46:27 +00:00
6 lines
140 B
C#
6 lines
140 B
C#
|
using System;
|
||
|
using System.Runtime.CompilerServices;
|
||
|
|
||
|
[assembly: InternalsVisibleTo("SpotifyAPI.Web.Tests")]
|
||
|
[assembly: CLSCompliant(true)]
|