mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Enable tests for .net core 3.1 and 2.2
This commit is contained in:
parent
ea8fccd555
commit
b7f9d3ab53
@ -76,7 +76,7 @@ namespace SpotifyAPI.Web.Tests
|
|||||||
It.IsAny<IResponse>(),
|
It.IsAny<IResponse>(),
|
||||||
It.IsAny<IRetryHandler.RetryFunc>()
|
It.IsAny<IRetryHandler.RetryFunc>()
|
||||||
)
|
)
|
||||||
).Returns((IRequest request, IResponse response, IRetryHandler.RetryFunc retry) => retry(request));
|
).Returns((IRequest request, IResponse _, IRetryHandler.RetryFunc retry) => retry(request));
|
||||||
|
|
||||||
var apiConnector = new APIConnector(
|
var apiConnector = new APIConnector(
|
||||||
new Uri("https://spotify.com"),
|
new Uri("https://spotify.com"),
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
<TargetFrameworks>netcoreapp3.1;netcoreapp2.2</TargetFrameworks>
|
||||||
<IsPackable>false</IsPackable>
|
<IsPackable>false</IsPackable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user