mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +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)]
|