mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 15:36:26 +00:00
22 lines
631 B
XML
22 lines
631 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||
|
|
||
|
<IsPackable>false</IsPackable>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
||
|
<PackageReference Include="Moq" Version="4.9.0" />
|
||
|
<PackageReference Include="NUnit" Version="3.10.1" />
|
||
|
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
|
||
|
<PackageReference Include="NUnit.Console" Version="3.8.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\SpotifyAPI.Web\SpotifyAPI.Web.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|