mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 06:36:26 +00:00
fix .net8 format
This commit is contained in:
parent
2bff224ef1
commit
70ef00a41e
@ -1,6 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
#if NET8_0_OR_GREATER
|
||||
using System.Runtime.CompilerServices;
|
||||
#endif
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using SpotifyAPI.Web.Http;
|
||||
|
@ -1,6 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
#if NET8_0_OR_GREATER
|
||||
using System.Runtime.CompilerServices;
|
||||
#endif
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using SpotifyAPI.Web.Http;
|
||||
|
@ -1,7 +1,8 @@
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
#if NET8_0_OR_GREATER
|
||||
using System.Text;
|
||||
#endif
|
||||
|
||||
namespace SpotifyAPI.Web
|
||||
{
|
||||
|
@ -1,5 +1,7 @@
|
||||
using System;
|
||||
#if NET8_0_OR_GREATER
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
#endif
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user