diff --git a/SpotifyAPI.Web.Tests/Http/APIConnectorTest.cs b/SpotifyAPI.Web.Tests/Http/APIConnectorTest.cs index a9d6fe39..d5fa53c3 100644 --- a/SpotifyAPI.Web.Tests/Http/APIConnectorTest.cs +++ b/SpotifyAPI.Web.Tests/Http/APIConnectorTest.cs @@ -76,7 +76,7 @@ namespace SpotifyAPI.Web.Tests It.IsAny(), It.IsAny() ) - ).Returns((IRequest request, IResponse response, IRetryHandler.RetryFunc retry) => retry(request)); + ).Returns((IRequest request, IResponse _, IRetryHandler.RetryFunc retry) => retry(request)); var apiConnector = new APIConnector( new Uri("https://spotify.com"), diff --git a/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj b/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj index a45a6cd6..01a50118 100644 --- a/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj +++ b/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + netcoreapp3.1;netcoreapp2.2 false